Move base stuff into elements and align green bar with logo

This commit is contained in:
benjamin melançon 2019-08-01 07:54:34 -04:00
parent 7b37c7e3f9
commit cf59b4c18e
2 changed files with 44 additions and 64 deletions

View file

@ -1,27 +1,43 @@
@charset "UTF-8";
// Extend or override Bulma's elements ../../node_modules/bulma/sass/elements
// Style the slogan shown at the top of each page
/*
.slogan.title {
color: $red;
font-style: italic;
font-weight: normal;
.geo-title {
display: inline-block;
margin-top: 0.8rem; // 1.2rem
margin-left: 0.6rem; // 0.8rem
width: 6em;
}
.hero.is-primary .family-home-branding__front {
padding: .5rem .75rem;
background-color: white;
.column {
display: flex;
justify-content: center;
}
.slogan.title {
margin-top: 0;
color: $red;
}
.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 60px,
$green 84px,
$body-background-color 84px,
$body-background-color
);
}
*/