2021-04-25 09:49:47 +02:00
|
|
|
// Omeka Styles
|
|
|
|
// -----------------------------
|
|
|
|
//
|
|
|
|
// Table of Contents:
|
|
|
|
// #. Global Styles
|
|
|
|
// #. Header
|
|
|
|
// #. Resource Browse
|
|
|
|
// #. Advanced Search
|
|
|
|
// #. Page
|
|
|
|
|
|
|
|
// #. Global Styles
|
|
|
|
// ------------------
|
|
|
|
|
2021-07-06 12:25:02 +02:00
|
|
|
[type="submit"],
|
2021-04-25 09:49:47 +02:00
|
|
|
[type="button"] {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @extend .button;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.input-group .input-group,
|
|
|
|
.input-group .button-group,
|
|
|
|
.input-group select,
|
|
|
|
.input-group [type="text"] {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.field {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: 2 * $global-margin;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
2021-07-15 17:24:15 +02:00
|
|
|
// width: auto;
|
|
|
|
// background: #fff url("../../../../application/asset/img/select-arrow.svg") no-repeat;
|
|
|
|
// background-position: right 6px center;
|
|
|
|
// background-size: 8px;
|
|
|
|
// border: 1px solid $light-gray;
|
|
|
|
// margin: 0;
|
|
|
|
// padding: (.25 * $global-padding) $global-padding (.25 * $global-padding) (.25 * $global-padding) !important;
|
|
|
|
// border-radius: 3px;
|
|
|
|
// vertical-align: top;
|
|
|
|
// -webkit-appearance: none;
|
|
|
|
// -moz-appearance: none;
|
|
|
|
// appearance: none;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
[type="text"]:not(:only-child) {
|
2021-07-15 17:24:15 +02:00
|
|
|
// width: auto;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
2021-07-15 17:24:15 +02:00
|
|
|
// padding: (2 * $global-padding) $global-padding;
|
|
|
|
// @include xy-grid-container;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// padding: 0;
|
|
|
|
// margin: $global-margin;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body:not(.browse) #content {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include xy-grid-container;
|
|
|
|
// padding: (2 * $global-padding) 0;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// padding: 0;
|
|
|
|
// margin: $global-margin;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.break {
|
2021-07-15 17:24:15 +02:00
|
|
|
// width: 100%;
|
|
|
|
// margin: (2 * $global-margin) 0;
|
|
|
|
// clear: both;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.break.opaque {
|
2021-07-15 17:24:15 +02:00
|
|
|
// border-top: 1px solid $light-gray;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Styles for vertical menu layout */
|
|
|
|
|
|
|
|
body.vertical-menu {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include breakpoint(medium up) {
|
|
|
|
// background-color: $primary-color;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body.vertical-menu .off-canvas-content {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include xy-grid();
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body.vertical-menu #content {
|
2021-07-15 17:24:15 +02:00
|
|
|
// width: 100%;
|
|
|
|
|
|
|
|
// @include breakpoint(medium up) {
|
|
|
|
// background-color: $white;
|
|
|
|
// @include xy-cell(auto, $gutters: 0);
|
|
|
|
// max-width: none;
|
|
|
|
// min-height: 90vh;
|
|
|
|
// margin: 0;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body.vertical-menu #user-bar {
|
2021-07-15 17:24:15 +02:00
|
|
|
// width: 100%;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body.vertical-menu #user-bar ~ #content {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include breakpoint(medium up) {
|
|
|
|
// min-height: calc(90vh - 38px);
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// #. Header
|
|
|
|
// ------------------
|
|
|
|
|
|
|
|
#skipnav {
|
2021-07-15 17:24:15 +02:00
|
|
|
// position: fixed;
|
|
|
|
// top: $global-margin;
|
|
|
|
// left: 50%;
|
|
|
|
// border: 1px solid $light-gray;
|
|
|
|
// transform: translateX(-50%);
|
|
|
|
// z-index: -5;
|
|
|
|
// padding: (.25 * $global-padding);
|
|
|
|
// background-color: #fff;
|
|
|
|
// opacity: 0;
|
|
|
|
//
|
|
|
|
// &:focus {
|
|
|
|
// z-index: 1000;
|
|
|
|
// opacity: 1;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.top-bar form {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-title img {
|
2021-07-15 17:24:15 +02:00
|
|
|
// max-height: 2rem;
|
|
|
|
// width: auto;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-title h1 {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @extend h4;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-title h1 {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-title h1 {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// font-weight: bold;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-title img {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin: $global-margin 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown.menu > li.is-dropdown-submenu-parent.active > a:after {
|
2021-07-15 17:24:15 +02:00
|
|
|
// border-color: #fff transparent transparent;
|
|
|
|
// margin-right: .5 * $global-margin;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown.menu > li.is-dropdown-submenu-parent.active > a {
|
2021-07-15 17:24:15 +02:00
|
|
|
// padding-right: 2 * $global-padding;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown.menu > li.is-dropdown-submenu-parent.active:hover > a {
|
2021-07-15 17:24:15 +02:00
|
|
|
// background-color: $primary-color;
|
|
|
|
// color: #fff;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.top-bar-right .search {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-left: $global-margin;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#offCanvas .search {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin: $global-margin;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
header .top-bar-right,
|
|
|
|
header .top-bar-left {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: flex;
|
|
|
|
// align-items: center;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu a.dropdown-toggle {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: flex;
|
|
|
|
// justify-content: space-between;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.vertical-menu .dropdown-toggle {
|
2021-07-15 17:24:15 +02:00
|
|
|
// width: 100%;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.submenu-toggle:after {
|
2021-07-15 17:24:15 +02:00
|
|
|
// border-color: #fff transparent transparent;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
header .top-bar {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// padding: 0;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.title-bar {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: inline-block;
|
|
|
|
// background-color: transparent;
|
|
|
|
// padding: 0;
|
|
|
|
//
|
|
|
|
// button {
|
|
|
|
// margin: 0 $global-margin 0 0;
|
|
|
|
// background-color: transparent;
|
|
|
|
// color: $dark-gray;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body.vertical-menu header {
|
2021-07-15 17:24:15 +02:00
|
|
|
// background-color: $primary-color;
|
|
|
|
// width: 100%;
|
|
|
|
//
|
|
|
|
// @include breakpoint(large up) {
|
|
|
|
// padding: $global-padding;
|
|
|
|
// @include xy-cell(2, $gutters: 0);
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// a {
|
|
|
|
// color: $white;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// .title-bar {
|
|
|
|
// display: flex;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// .title-bar button {
|
|
|
|
// color: $white;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// .site-title h1 {
|
|
|
|
// font-size: 1.125 * $global-font-size;
|
|
|
|
// font-weight: bold;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// .site-title img {
|
|
|
|
// max-height: none;
|
|
|
|
// max-width: 100%;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// .vertical.menu {
|
|
|
|
// margin: $global-margin 0;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// .vertical.menu li {
|
|
|
|
// margin: 0;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// .vertical.menu li a {
|
|
|
|
// padding-left: 0;
|
|
|
|
// padding-right: 0;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// .dropdown .vertical.menu {
|
|
|
|
// margin: 0 0 0 $global-margin;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body.vertical-menu .vertical.menu.nested .active > a {
|
2021-07-15 17:24:15 +02:00
|
|
|
// position: relative;
|
|
|
|
//
|
|
|
|
// &:before {
|
|
|
|
// content: "";
|
|
|
|
// position: absolute;
|
|
|
|
// top: 0;
|
|
|
|
// left: -1 * $global-padding;
|
|
|
|
// width: $global-padding;
|
|
|
|
// bottom: 0;
|
|
|
|
// background-color: $primary-color;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
body.vertical-menu header .desktop {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include breakpoint(medium down) {
|
|
|
|
// display: none;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// #. Footer
|
|
|
|
// ------------------
|
2021-07-06 12:31:34 +02:00
|
|
|
// footer {
|
|
|
|
// @include xy-grid-container;
|
|
|
|
// padding: (2 * $global-padding) 0;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// margin: 0 $global-margin;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
// body.vertical-menu footer {
|
|
|
|
// background-color: $white;
|
|
|
|
// max-width: none;
|
|
|
|
// width: 100%;
|
|
|
|
// margin: 0;
|
|
|
|
// padding: $global-padding;
|
|
|
|
// min-height: 10vh;
|
|
|
|
//
|
|
|
|
// @include breakpoint(large up) {
|
|
|
|
// width: calc(100% - #{xy-cell-size(2)});
|
|
|
|
// margin-left: xy-cell-size(2);
|
|
|
|
// }
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
|
|
|
|
// #. Resource Browse
|
|
|
|
// ------------------
|
|
|
|
|
|
|
|
.resource.browse #content > h2:first-child {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// display: inline-block;
|
|
|
|
// margin-top: (.25 * $global-margin);
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.browse-control-mobile {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: none;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// display: inline-block;
|
|
|
|
// float: right;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.browse-toggle {
|
2021-07-15 17:24:15 +02:00
|
|
|
// font-size: .875 * $global-font-size;
|
|
|
|
// padding: (.5 * $global-padding);
|
|
|
|
//
|
|
|
|
// &:after {
|
|
|
|
// font-family: "Font Awesome 5 Free";
|
|
|
|
// font-weight: 900;
|
|
|
|
// margin-left: (.5 * $global-margin);
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// &.closed:after {
|
|
|
|
// content: "\f055";
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// &.open:after {
|
|
|
|
// content: "\f056";
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resources,
|
|
|
|
.browse-controls {
|
2021-07-15 17:24:15 +02:00
|
|
|
// clear: both;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.browse-controls {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include xy-grid;
|
|
|
|
// justify-content: space-between;
|
|
|
|
// align-items: center;
|
|
|
|
// margin: 0 (-.5 * $global-margin);
|
|
|
|
// font-size: .875 * $global-font-size;
|
|
|
|
//
|
|
|
|
// input,
|
|
|
|
// select,
|
|
|
|
// button,
|
|
|
|
// .button {
|
|
|
|
// font-size: .875 * $global-font-size;
|
|
|
|
// padding: (.5 * $global-padding);
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// .sorting select {
|
|
|
|
// margin-right: .5 * $global-margin;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// margin: 0;
|
|
|
|
// display: none;
|
|
|
|
//
|
|
|
|
// &.open {
|
|
|
|
// display: flex;
|
|
|
|
// align-items: stretch;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// &.closed {
|
|
|
|
// display: none;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// .sorting,
|
|
|
|
// .omeka-pagination,
|
|
|
|
// .advanced-search {
|
|
|
|
// margin-bottom: $global-margin;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// .advanced-search {
|
|
|
|
// order: 3;
|
|
|
|
// }
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.filter {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: flex;
|
|
|
|
// margin-bottom: $global-margin;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.filter-label {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @extend .label;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.filter-value {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @extend .label;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.filter-value {
|
2021-07-15 17:24:15 +02:00
|
|
|
// background: $light-gray;
|
|
|
|
// color: #000;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource-list,
|
|
|
|
.resource-grid {
|
2021-07-15 17:24:15 +02:00
|
|
|
// list-style-type: none;
|
|
|
|
// margin: (2 * $global-margin) 0;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// margin: 0;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource-list {
|
2021-07-15 17:24:15 +02:00
|
|
|
// border-top: 1px solid $light-gray;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource-list .resource {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin: $global-margin 0;
|
|
|
|
// border-bottom: 1px solid $light-gray;
|
|
|
|
// padding-bottom: $global-padding;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource-list .resource-meta {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include xy-cell(12);
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource-list .media-object-section:last-child:not(:nth-child(2)) {
|
2021-07-15 17:24:15 +02:00
|
|
|
// padding-left:0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource-list .resource-image {
|
2021-07-15 17:24:15 +02:00
|
|
|
// order: 2;
|
|
|
|
// text-align: center;
|
|
|
|
// width: 25%;
|
2021-07-06 12:25:02 +02:00
|
|
|
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include breakpoint(medium down) {
|
|
|
|
// margin: 0;
|
|
|
|
// width: 50%;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource-list .resource-image.media-object-section img {
|
2021-07-15 17:24:15 +02:00
|
|
|
// max-width: 100%;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource-list .resource-meta:not(:only-child) {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include xy-cell(9);
|
|
|
|
// order: 1;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// width: 50%;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource-grid {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: flex;
|
|
|
|
// flex-wrap: wrap;
|
|
|
|
// margin: 0 (-1 * $global-margin);
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource-grid .resource {
|
2021-07-15 17:24:15 +02:00
|
|
|
// width: 25%;
|
|
|
|
// padding: $global-padding;
|
|
|
|
//
|
|
|
|
// @include breakpoint(medium down) {
|
|
|
|
// width: 50%;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.description.ellipsis {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: -webkit-box;
|
|
|
|
// -webkit-line-clamp: 4;
|
|
|
|
// -webkit-box-orient: vertical;
|
|
|
|
// overflow: hidden;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.description.fadeout {
|
2021-07-15 17:24:15 +02:00
|
|
|
// position: relative;
|
|
|
|
// max-height: 6.5rem;
|
|
|
|
// overflow: hidden;
|
|
|
|
//
|
|
|
|
// &:after {
|
|
|
|
// content: "";
|
|
|
|
// position: absolute;
|
|
|
|
// top: 4.5rem;
|
|
|
|
// left: 50%;
|
|
|
|
// right: 0;
|
|
|
|
// height: 2.5 * $global-padding;
|
|
|
|
// background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 60%);
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
2021-07-06 12:25:02 +02:00
|
|
|
.omeka-pagination {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include breakpoint(medium) {
|
|
|
|
// @include xy-cell(4);
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
2021-07-06 12:25:02 +02:00
|
|
|
.omeka-pagination,
|
2021-04-25 09:49:47 +02:00
|
|
|
.omeka-pagination form {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: flex;
|
|
|
|
// align-items: center;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.omeka-pagination .button-group {
|
2021-07-15 17:24:15 +02:00
|
|
|
// flex-wrap: nowrap;
|
|
|
|
// flex-grow: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.omeka-pagination form,
|
|
|
|
.omeka-pagination .button-group {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-right: $global-margin;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.omeka-pagination input {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin: 0 $global-margin 0 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.omeka-pagination .button,
|
|
|
|
.omeka-pagination .button-group {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sorting {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: flex;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sorting select {
|
2021-07-15 17:24:15 +02:00
|
|
|
// width: 100%;
|
|
|
|
// height: 100%;
|
|
|
|
// margin-bottom: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sorting button {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.layout-toggle button {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.o-icon-grid:before {
|
2021-07-15 17:24:15 +02:00
|
|
|
// font-family: "Font Awesome 5 Free";
|
|
|
|
// content: "\f009";
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.o-icon-list:before {
|
2021-07-15 17:24:15 +02:00
|
|
|
// font-family: "Font Awesome 5 Free";
|
|
|
|
// content: "\f03a";
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// #. Resource Show
|
|
|
|
// ------------------
|
|
|
|
|
|
|
|
.resource-title {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: flex;
|
|
|
|
// flex-wrap: wrap;
|
|
|
|
// align-items: center;
|
|
|
|
// word-break: break-word;
|
|
|
|
//
|
|
|
|
// h2 {
|
|
|
|
// margin-right: $global-margin;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource.show .grid-x {
|
2021-07-15 17:24:15 +02:00
|
|
|
// padding: (2 * $global-padding) 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource.show #resource-values {
|
2021-07-15 17:24:15 +02:00
|
|
|
// order: 1;
|
|
|
|
// @include xy-cell(8);
|
|
|
|
// margin-left: 0;
|
|
|
|
//
|
|
|
|
// @include breakpoint(medium down) {
|
|
|
|
// width: 100%;
|
|
|
|
// margin-right: 0;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource.show .media-embeds,
|
|
|
|
.resource.show .media-list {
|
2021-07-15 17:24:15 +02:00
|
|
|
// order: 2;
|
|
|
|
// @include xy-cell(4);
|
|
|
|
// margin-right: 0;
|
|
|
|
//
|
|
|
|
// @include breakpoint(medium down) {
|
|
|
|
// width: 100%;
|
|
|
|
// margin-left: 0;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource.show .media-render > a:only-child {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include thumbnail;
|
|
|
|
// margin-bottom: $global-margin;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource.show .media-render > * {
|
2021-07-15 17:24:15 +02:00
|
|
|
// max-width: 100%;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource.show .values .resource-link img,
|
|
|
|
#linked-resources img {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include thumbnail;
|
|
|
|
// height: ($paragraph-lineheight * 2rem);
|
|
|
|
// width: auto;
|
|
|
|
// margin: 0 $global-margin 0 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource.show .resource-link {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: $global-margin;
|
|
|
|
// display: flex;
|
|
|
|
// align-items: center;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.resource.show #linked-resources .resource-link {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.media-list img {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @extend .thumbnail;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.media-list img {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin: 0 $global-margin 0 0;
|
|
|
|
// height: 5 * $global-padding;
|
|
|
|
// width: auto;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.inline .property {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: flex;
|
2021-07-06 12:25:02 +02:00
|
|
|
|
2021-04-25 09:49:47 +02:00
|
|
|
dt {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include xy-cell(4);
|
|
|
|
// text-align: right;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
2021-07-06 12:25:02 +02:00
|
|
|
|
2021-04-25 09:49:47 +02:00
|
|
|
.values {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include xy-cell(8);
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.value .language {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include label;
|
|
|
|
// background-color: $light-gray;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// #. Advanced search
|
|
|
|
// ------------------
|
|
|
|
|
|
|
|
#advanced-search .input-group {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// flex-wrap: wrap;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#advanced-search select {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// width: 100%;
|
|
|
|
// margin-bottom: 0;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#advanced-search .input-group.value {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: $global-margin !important;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#advanced-search .multi-value .value:only-child .remove-value {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: none;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#advanced-search .value {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: $global-margin !important;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#advanced-search .query-text {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-right: .25 * $global-margin;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#advanced-search [class="field"] {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @extend .fieldset;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#advanced-search .help-text {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: $global-margin;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#advanced-search .remove-value {
|
2021-07-15 17:24:15 +02:00
|
|
|
// padding-top: 0;
|
|
|
|
// padding-bottom: 0;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// margin-bottom: 0;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#advanced-search .value > * {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#advanced-search .value > *:not(:last-child) {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-right: 5px;
|
|
|
|
// margin-left: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.field-meta {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @extend legend;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#property-queries select {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// margin-bottom: (.5 * $global-margin);
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// #. Page
|
|
|
|
// ------------------
|
|
|
|
|
|
|
|
.breadcrumbs {
|
2021-07-15 17:24:15 +02:00
|
|
|
// width: 100%;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.page #content {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include xy-grid;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.blocks {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include xy-cell(12);
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.blocks > h2:first-child {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: (2 * $global-margin);
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wide.sub-menu {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include xy-cell(3);
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// @include xy-cell(12);
|
|
|
|
// margin-bottom: $global-margin;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wide.sub-menu a {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// padding-left: 0;
|
|
|
|
// padding-right: 0;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
2021-07-06 12:25:02 +02:00
|
|
|
.wide.sub-menu + .blocks {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include xy-cell(9);
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// @include xy-cell(12);
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.left {
|
2021-07-15 17:24:15 +02:00
|
|
|
// float: left;
|
|
|
|
// margin: 0 $global-margin $global-margin 0;
|
|
|
|
// max-width: 40%;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// max-width: 25%;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
2021-07-15 17:24:15 +02:00
|
|
|
// float: right;
|
|
|
|
// margin: 0 0 $global-margin $global-margin;
|
|
|
|
// max-width: 40%;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// max-width: 25%;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.file img {
|
2021-07-15 17:24:15 +02:00
|
|
|
// max-width: 100%;
|
|
|
|
// height: auto;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.attachments .media-render > h3,
|
|
|
|
.file h3,
|
|
|
|
.item-showcase h3 {
|
2021-07-15 17:24:15 +02:00
|
|
|
// font-size: rem-calc(map-deep-get($header-styles, small, h4, font-size));
|
|
|
|
// margin: $global-margin 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.item-showcase {
|
2021-07-15 17:24:15 +02:00
|
|
|
// text-align: center;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-page-pagination {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @include xy-cell;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-page-pagination > a {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @extend .button;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-page-pagination > a {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.item-with-metadata .resource.show {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: flex;
|
|
|
|
// margin: (2 * $global-margin) 0;
|
|
|
|
//
|
|
|
|
// .media-list {
|
|
|
|
// order: 1;
|
|
|
|
// @include xy-cell(3);
|
|
|
|
// text-align: right;
|
|
|
|
//
|
|
|
|
// .media {
|
|
|
|
// width: 100%;
|
|
|
|
// display: block;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// img {
|
|
|
|
// height: auto;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// dl:not(:only-child) {
|
|
|
|
// order: 2;
|
|
|
|
// @include xy-cell(9);
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.toc-block {
|
2021-07-15 17:24:15 +02:00
|
|
|
// background-color: $light-gray;
|
|
|
|
// border-width: 1px 0;
|
|
|
|
// padding: $global-padding;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// width: 100%;
|
|
|
|
// margin: 0 0 $global-margin;
|
|
|
|
// position: static;
|
|
|
|
// float: none;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// &:first-child {
|
|
|
|
// position: sticky;
|
|
|
|
// @include xy-cell(3);
|
|
|
|
// float: left;
|
|
|
|
// top: $global-margin;
|
|
|
|
//
|
|
|
|
// & ~ * {
|
|
|
|
// @include xy-cell(9);
|
|
|
|
// float: right;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// width: 100%;
|
|
|
|
// margin-left: 0;
|
|
|
|
// margin-right: 0;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// & > ul,
|
|
|
|
// ul ul {
|
|
|
|
// @extend .menu;
|
|
|
|
// @extend .vertical;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// ul {
|
|
|
|
// list-style: none;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// ul ul {
|
|
|
|
// @extend .nested;
|
|
|
|
// }
|
2021-07-06 12:25:02 +02:00
|
|
|
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.preview-block .preview-header {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: flex;
|
|
|
|
// justify-content: space-between;
|
|
|
|
// flex-wrap: wrap;
|
|
|
|
// border-bottom: 1px solid $light-gray;
|
|
|
|
// align-items: flex-end;
|
|
|
|
//
|
|
|
|
// a {
|
|
|
|
// margin-bottom: (.5 * $global-margin);
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.preview-block h4 {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @extend h5;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// -- Search
|
|
|
|
|
|
|
|
.results {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: 2 * $global-margin;
|
|
|
|
// clear: both;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.results ul {
|
2021-07-15 17:24:15 +02:00
|
|
|
// list-style: none;
|
|
|
|
// padding-left: 0;
|
|
|
|
//
|
|
|
|
// @include breakpoint(medium up) {
|
|
|
|
// display: flex;
|
|
|
|
// flex-wrap: wrap;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.results .result-title {
|
2021-07-15 17:24:15 +02:00
|
|
|
// font-weight: bold;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.results > ul {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.results .result-site,
|
|
|
|
.results ul ul {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: block;
|
|
|
|
// padding-left: .5 * $global-padding;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.results > ul > li {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: $global-padding;
|
|
|
|
//
|
|
|
|
// @include breakpoint(medium up) {
|
|
|
|
// width: 50%;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.pagination + .results {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin: $global-margin 0 0;
|
|
|
|
// clear: both;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sitewide-search-form {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: flex;
|
|
|
|
// margin-bottom: $global-margin;
|
|
|
|
//
|
|
|
|
// @include breakpoint(medium up) {
|
|
|
|
// display: none;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// [type="text"],
|
|
|
|
// [type="submit"] {
|
|
|
|
// margin: 0;
|
|
|
|
// padding: (.25 * $global-padding) (.5 * $global-padding);
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sitewide-search-form ~ .results + .pagination {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-top: 0;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sitewide-search-form ~ .advanced-search {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: block;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// margin: (-.5 * $global-margin) 0 $global-margin;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sitewide-search-form ~ h2 {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: 2 * $global-margin;
|
|
|
|
//
|
|
|
|
// @include breakpoint(medium up) {
|
|
|
|
// width: 50%;
|
|
|
|
// float: left;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.results > h3 {
|
2021-07-15 17:24:15 +02:00
|
|
|
// border-bottom: 1px solid $light-gray;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sitewide-search-form ~ .omeka-pagination {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin: (-1 * $global-margin) 0 $global-margin;
|
|
|
|
//
|
|
|
|
// @include breakpoint(medium up) {
|
|
|
|
// margin: (.5 * $global-margin) 0 $global-margin;
|
|
|
|
// text-align: right;
|
|
|
|
// width: 50%;
|
|
|
|
// float: right;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sitewide-search-form ~ p {
|
2021-07-15 17:24:15 +02:00
|
|
|
// clear: both;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.index.search .results {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: 2 * $global-margin;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.index.search .results ul {
|
2021-07-15 17:24:15 +02:00
|
|
|
// list-style: none;
|
|
|
|
// padding-left: 0;
|
|
|
|
// margin-left: 0;
|
|
|
|
// margin-bottom: 0;
|
|
|
|
//
|
|
|
|
// @include breakpoint(medium up) {
|
|
|
|
// columns: 2;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// li {
|
|
|
|
// padding: $global-padding 0;
|
|
|
|
// border-bottom: 1px solid $light-gray;
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// & + a {
|
|
|
|
// display: block;
|
|
|
|
// margin-top: $global-margin;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// -- Modules
|
|
|
|
|
|
|
|
[class^="numeric-"],
|
|
|
|
[class*="numeric-"],
|
|
|
|
[id^="numeric-"] .inputs,
|
|
|
|
[id*="numeric-"] .inputs {
|
2021-07-15 17:24:15 +02:00
|
|
|
// display: flex;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// flex-wrap: wrap;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
[class^="numeric-"] [type="checkbox"],
|
|
|
|
[class*="numeric-"] [type="checkbox"] {
|
2021-07-15 17:24:15 +02:00
|
|
|
// margin-bottom: 0;
|
|
|
|
// width: auto;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
[class^="numeric-"] label.numeric-toggle-time.button,
|
|
|
|
[class*="numeric-"] label.numeric-toggle-time.button {
|
2021-07-15 17:24:15 +02:00
|
|
|
// @extend .button;
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.inputs label.numeric-toggle-time.button {
|
2021-07-15 17:24:15 +02:00
|
|
|
// border: 0;
|
|
|
|
// display: inline-flex;
|
|
|
|
//
|
|
|
|
// @include breakpoint(small down) {
|
|
|
|
// margin: (.25 * $global-margin) 0 0;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@include breakpoint(medium up) {
|
2021-07-15 17:24:15 +02:00
|
|
|
// .inputs .numeric-time-inputs,
|
|
|
|
// .inputs .numeric-datetime-inputs {
|
|
|
|
// margin: 0 0 0 (.25 * $global-margin);
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@include breakpoint(small down) {
|
2021-07-15 17:24:15 +02:00
|
|
|
// #advanced-search [type="number"],
|
|
|
|
// #advanced-search select {
|
|
|
|
// width: 100%;
|
|
|
|
// margin: (.25 * $global-margin) 0;
|
|
|
|
// }
|
2021-04-25 09:49:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mapping-block {
|
2021-07-15 17:24:15 +02:00
|
|
|
// width: 100%;
|
2021-07-06 12:25:02 +02:00
|
|
|
}
|