mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-17 18:52:40 +00:00
change some .less to reflect new focus of .active
This commit is contained in:
@@ -52,6 +52,27 @@
|
|||||||
font-family : 'Open Sans', sans-serif;
|
font-family : 'Open Sans', sans-serif;
|
||||||
font-size : 11px;
|
font-size : 11px;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
|
}
|
||||||
|
.sort-option {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 0 5px;
|
||||||
|
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
font-weight: bold;
|
||||||
|
color: white;
|
||||||
|
border: 1px solid darkcyan;
|
||||||
|
border-radius: 5px;
|
||||||
|
button {
|
||||||
|
color: white;
|
||||||
|
|
||||||
|
&.sortDir {
|
||||||
|
background-color: darkcyan;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.filter-option {
|
.filter-option {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
@@ -69,14 +90,9 @@
|
|||||||
font-size : 11px;
|
font-size : 11px;
|
||||||
color : #888;
|
color : #888;
|
||||||
padding : 0;
|
padding : 0;
|
||||||
&.active{
|
|
||||||
font-weight : bold;
|
|
||||||
color : white;
|
|
||||||
border-bottom : 1px solid white;
|
|
||||||
}
|
|
||||||
&.sortDir{
|
&.sortDir{
|
||||||
width : auto;
|
width : auto;
|
||||||
padding: 5px;
|
padding-left: 5px;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user