fix/20210728 #14
|
@ -355,36 +355,34 @@ body.vertical-menu header .desktop {
|
||||||
}
|
}
|
||||||
|
|
||||||
.browse-controls {
|
.browse-controls {
|
||||||
// @include xy-grid;
|
@include xy-grid;
|
||||||
// justify-content: space-between;
|
justify-content: space-between;
|
||||||
// align-items: center;
|
align-items: center;
|
||||||
// margin: 0 (-.5 * $global-margin);
|
input,
|
||||||
// font-size: .875 * $global-font-size;
|
select,
|
||||||
//
|
button,
|
||||||
// input,
|
.button {
|
||||||
// select,
|
|
||||||
// button,
|
|
||||||
// .button {
|
|
||||||
// font-size: .875 * $global-font-size;
|
// font-size: .875 * $global-font-size;
|
||||||
// padding: (.5 * $global-padding);
|
// padding: (.5 * $global-padding);
|
||||||
// }
|
width: auto;
|
||||||
//
|
}
|
||||||
// .sorting select {
|
|
||||||
// margin-right: .5 * $global-margin;
|
.sorting select {
|
||||||
// }
|
// margin-right: .5 * $global-margin;
|
||||||
//
|
}
|
||||||
// @include breakpoint(small down) {
|
|
||||||
// margin: 0;
|
@include breakpoint(small down) {
|
||||||
// display: none;
|
margin: 0;
|
||||||
//
|
display: none;
|
||||||
// &.open {
|
|
||||||
// display: flex;
|
&.open {
|
||||||
// align-items: stretch;
|
display: flex;
|
||||||
// }
|
align-items: stretch;
|
||||||
//
|
}
|
||||||
// &.closed {
|
|
||||||
// display: none;
|
&.closed {
|
||||||
// }
|
display: none;
|
||||||
|
}
|
||||||
//
|
//
|
||||||
// .sorting,
|
// .sorting,
|
||||||
// .omeka-pagination,
|
// .omeka-pagination,
|
||||||
|
@ -395,7 +393,7 @@ body.vertical-menu header .desktop {
|
||||||
// .advanced-search {
|
// .advanced-search {
|
||||||
// order: 3;
|
// order: 3;
|
||||||
// }
|
// }
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.filter {
|
.filter {
|
||||||
|
@ -537,18 +535,19 @@ body.vertical-menu header .desktop {
|
||||||
// margin-bottom: 0;
|
// margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.sorting {
|
.sorting {
|
||||||
// display: flex;
|
display: flex;
|
||||||
}
|
button,.button {
|
||||||
|
padding: 0 $global-padding*1.4;
|
||||||
.sorting select {
|
font-size: $global-font-size * 0.85;
|
||||||
// width: 100%;
|
margin: 0 $global-margin;
|
||||||
// height: 100%;
|
}
|
||||||
// margin-bottom: 0;
|
select {
|
||||||
}
|
// width: 100%;
|
||||||
|
// height: 100%;
|
||||||
.sorting button {
|
margin-bottom: 0;
|
||||||
// margin-bottom: 0;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-toggle button {
|
.layout-toggle button {
|
||||||
|
|
Loading…
Reference in New Issue