Compare commits

..

No commits in common. "f4c2ec507467b891359e1ce74810042ac6c6d0e6" and "b21780c1cb09d6042cf236eedcebbde8562272c9" have entirely different histories.

2 changed files with 32 additions and 47 deletions

View File

@ -23,14 +23,6 @@ button,.button {
&.secondary {
border-color: $secondary-color;
}
&.inactive {
color: $light-gray;
border-color: $light-gray;
cursor: not-allowed ;
&:hover {
background-color: unset;
}
}
}
.hero {
button,.button {

View File

@ -322,12 +322,12 @@ body.vertical-menu header .desktop {
}
.browse-control-mobile {
display: none;
@include breakpoint(small down) {
display: inline-block;
// display: none;
//
// @include breakpoint(small down) {
// display: inline-block;
// float: right;
}
// }
}
.browse-toggle {
@ -355,9 +355,9 @@ body.vertical-menu header .desktop {
}
.browse-controls {
@include xy-grid;
justify-content: space-between;
align-items: center;
// @include xy-grid;
// justify-content: space-between;
// align-items: center;
// margin: 0 (-.5 * $global-margin);
// font-size: .875 * $global-font-size;
//
@ -373,19 +373,19 @@ body.vertical-menu header .desktop {
// margin-right: .5 * $global-margin;
// }
//
@include breakpoint(small down) {
// @include breakpoint(small down) {
// margin: 0;
display: none;
&.open {
display: flex;
align-items: stretch;
}
&.closed {
display: none;
}
// display: none;
//
// &.open {
// display: flex;
// align-items: stretch;
// }
//
// &.closed {
// display: none;
// }
//
// .sorting,
// .omeka-pagination,
// .advanced-search {
@ -395,14 +395,7 @@ body.vertical-menu header .desktop {
// .advanced-search {
// order: 3;
// }
}
.button-group {
margin-bottom: 0;
}
button,.button{
font-size: $global-font-size * 0.9;
padding: $global-padding*0.7 $global-padding*1.7;
}
// }
}
.filter {
@ -514,20 +507,20 @@ body.vertical-menu header .desktop {
}
.omeka-pagination {
@include breakpoint(medium) {
@include xy-cell();
}
// @include breakpoint(medium) {
// @include xy-cell(4);
// }
}
.omeka-pagination,
.omeka-pagination form {
display: flex;
align-items: center;
// display: flex;
// align-items: center;
}
.omeka-pagination .button-group {
flex-wrap: nowrap;
flex-grow: 0;
// flex-wrap: nowrap;
// flex-grow: 0;
}
.omeka-pagination form,
@ -545,13 +538,13 @@ body.vertical-menu header .desktop {
}
.sorting {
display: flex;
// display: flex;
}
.sorting select {
width: 100%;
height: 100%;
margin-bottom: 0;
// width: 100%;
// height: 100%;
// margin-bottom: 0;
}
.sorting button {