You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

131 lines
2.2 KiB

1 year ago
//@format
2 years ago
//site branding
//#block-roblib-2023-site-branding {
.branding {
display: flex;
li:first-child {
border-right: 1px solid $white;
padding-right: 0.5rem;
margin-right: 0.5rem;
}
.site-logo {
width: rem-calc(120);
height: auto;
@include padding(0, 0, 0, 0);
}
.site-name {
a {
font-family: $header-font-family;
font-size: rem-calc(22);
@include padding(0, 0, 0, 0);
color: $white;
}
}
}
.branding {
1 year ago
//display: none;
//@include breakpoint(large) {
//display: flex;
//}
2 years ago
}
.title-bar .branding {
display: flex;
}
.input#edit-submit {
}
2 years ago
.region-header {
2 years ago
@include top-bar-container;
2 years ago
}
2 years ago
//========
//main menu
//========
1 year ago
.menu--menu-center-navigation,
2 years ago
.menu--main {
//@include menu-direction(horizontal);
ul {
flex-direction: column;
@include breakpoint(large) {
flex-direction: row;
}
2 years ago
}
2 years ago
a[title='test'] {
//display: none;
@include fa-icon-solid($fa-var-user);
2 years ago
}
2 years ago
a {
color: $white;
font-family: $roboto-condensed;
font-size: 0.8em;
padding: calc($global-padding/2);
}
1 year ago
ul.menu a.is-active {
color: $white;
.link-text {
text-decoration: underline;
}
}
.is-active {
}
2 years ago
i {
font-size: rem-calc(28);
2 years ago
}
}
2 years ago
.search-block-form {
display: none;
@include breakpoint(large) {
1 year ago
display: initial;
2 years ago
}
}
.search-block-form input {
margin: 0;
}
.title-bar {
justify-content: space-between;
}
1 year ago
div#block-views-block-current-library-hours-block-2 {
display: none;
@include breakpoint(1200px) {
display: block;
}
}
1 year ago
.view-current-library-hours {
1 year ago
display: inline-block;
1 year ago
padding: 0 10px;
1 year ago
text-align: center;
border: 1px solid #fff;
background: #ccc;
float: right;
font-size: rem-calc(14);
border-radius: $global-radius;
a {
color: #333;
}
}
1 year ago
.tbm.tbm--mobile {
margin-right: 0 !important;
width: 200px;
display: flex;
justify-content: flex-end;
margin-right: 0 !important;
.tbm-submenu-toggle {
display: none;
}
1 year ago
.tbm-button {
margin: 0;
}
1 year ago
.tbm-link {
background: #333;
justify-content: flex-start;
flex-flow: row;
span {
margin: 0 0.5rem;
1 year ago
width: 40px;
1 year ago
}
}
1 year ago
.tbm-collapse {
padding-top: 0 !important;
margin-top: 8px;
}
1 year ago
}