0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-26 16:58:11 +00:00

move dir button next to active sort option

This commit is contained in:
Gazook89
2022-09-13 12:26:28 -05:00
parent 46a45a8536
commit cfdbe06d07
2 changed files with 40 additions and 52 deletions

View File

@@ -45,6 +45,9 @@
display : flex;
justify-content : center;
align-items : center;
column-gap : 15px;
row-gap : 5px;
flex-wrap : wrap;
h6{
text-transform : uppercase;
font-family : 'Open Sans', sans-serif;
@@ -52,50 +55,35 @@
font-weight : bold;
}
.filter-option {
background-color: transparent !important;
margin-left: 20px;
background-color : transparent !important;
font-size : 11px;
i{
padding-right : 5px
padding-right : 5px;
}
}
button{
background-color : transparent;
font-family : 'Open Sans', sans-serif;
font-size : 11px;
text-transform : uppercase;
font-weight : normal;
font-size : 11px;
color : #888;
padding : 0;
&.active{
font-weight : bold;
text-decoration : underline;
color : unset;
color : white;
border-bottom : 1px solid white;
}
&.sortDir{
width : 75px;
width : auto;
padding: 5px;
&:hover {
color: white;
}
}
}
}
h1 {
cursor: pointer;
&.active {
color: #58180D;
}
&.inactive {
color: #707070;
}
&.active::before, &.inactive::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 0.6cm;
padding-right: 0.5em;
}
&.active::before {
content: '\f107';
}
&.inactive::before {
content: '\f105';
}
}
}