geo-coop/web/themes/custom/geofresco/src/global/_elements.scss

67 lines
1.1 KiB
SCSS

@charset "UTF-8";
// Extend or override Bulma's elements ../../node_modules/bulma/sass/elements
.geo-title {
display: inline-block;
width: 6em;
font-size: 37px;
line-height: 38px;
position: relative;
top: 2px;
}
.user-account-menu li {
display: inline-block;
padding: .1rem .6rem;
float: right;
}
.search-bar form {
float: right;
}
#block-geofresco-branding {
figure {
display: inline-block;
}
margin-bottom: 0;
}
.navbar-brand {
position: relative;
top: -36px;
}
// Add a gradient across only a portion of the vertical width of the navbar.
.navbar {
background: linear-gradient(
$body-background-color,
$body-background-color 38px,
$light-green 38px,
$green 84px,
$body-background-color 84px,
$body-background-color
);
}
#navbar-menu .navbar-item {
height: 36px;
font-size: 22px;
padding-top: 18px;
}
.slogan {
position: relative;
top: -36px;
height: 36px;
z-index: 30;
display: flex;
.title {
position: relative;
top: 2px;
color: $green-gray;
font-size: 1.2rem;
margin: auto;
}
}