mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 22:22:42 +00:00
100 lines
2.0 KiB
Plaintext
100 lines
2.0 KiB
Plaintext
|
|
.noColumns(){
|
|
column-count : auto;
|
|
column-fill : auto;
|
|
column-gap : auto;
|
|
column-width : auto;
|
|
-webkit-column-count : auto;
|
|
-moz-column-count : auto;
|
|
-webkit-column-width : auto;
|
|
-moz-column-width : auto;
|
|
-webkit-column-gap : auto;
|
|
-moz-column-gap : auto;
|
|
}
|
|
.listPage{
|
|
.content{
|
|
overflow-y : overlay;
|
|
.phb{
|
|
.noColumns();
|
|
height : auto;
|
|
min-height : 279.4mm;
|
|
margin : 20px auto;
|
|
&::after{
|
|
display : none;
|
|
}
|
|
.noBrews{
|
|
margin : 10px 0px;
|
|
font-size : 1.3em;
|
|
font-style : italic;
|
|
}
|
|
|
|
}
|
|
}
|
|
.sort-container{
|
|
font-family : 'Open Sans', sans-serif;
|
|
position : fixed;
|
|
top : 35px;
|
|
left : calc(50vw - 400px);
|
|
border : 2px solid #58180D;
|
|
width : 800px;
|
|
background-color : #EEE5CE;
|
|
padding : 2px;
|
|
text-align : center;
|
|
z-index : 15;
|
|
h6{
|
|
text-transform : uppercase;
|
|
font-family : 'Open Sans', sans-serif;
|
|
font-size : 11px;
|
|
font-weight : bold;
|
|
color : #58180D;
|
|
}
|
|
table{
|
|
margin : 0px;
|
|
vertical-align : middle;
|
|
tbody tr{
|
|
background-color: transparent !important;
|
|
i{
|
|
padding-right : 5px
|
|
}
|
|
button{
|
|
background-color : transparent;
|
|
color : #58180D;
|
|
font-family : 'Open Sans', sans-serif;
|
|
font-size : 11px;
|
|
text-transform : uppercase;
|
|
font-weight : normal;
|
|
&.active{
|
|
font-weight : bold;
|
|
border : 2px solid #58180D;
|
|
}
|
|
&.sortDir{
|
|
width : 75px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
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';
|
|
}
|
|
}
|
|
}
|