filters input fields ok for members. Still need a dropdown
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
%filters {
|
||||
background-color: orchid;
|
||||
border-bottom: 1px solid $color-grey1;
|
||||
display: grid;
|
||||
grid-gap: 0px 30px;
|
||||
grid-gap: 0px 15px;
|
||||
grid-template-columns: 50% auto;
|
||||
padding-bottom: 3em;
|
||||
|
||||
@ -17,7 +16,7 @@
|
||||
font-size: 85%;
|
||||
line-height: 1.80;
|
||||
margin-top: 1em;
|
||||
width: 90%;
|
||||
width: 95%;
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
|
||||
|
@ -280,14 +280,12 @@ sib-trigger.back {
|
||||
grid-template-rows: [start]13em[middle]auto[end];
|
||||
}
|
||||
.grid-layer-main {
|
||||
background-color: aqua;
|
||||
grid-column-start: start;
|
||||
grid-column-end: end;
|
||||
grid-row-start: start;
|
||||
grid-row-end: end;
|
||||
}
|
||||
.grid-layer-links {
|
||||
background-color: pink;
|
||||
grid-column-start: middle;
|
||||
grid-column-end: end;
|
||||
grid-row-start: start;
|
||||
|
Reference in New Issue
Block a user