Get rid of all kinds of crazy CSS in favor of Bulma classes

This commit is contained in:
Benjamin Melançon 2019-08-16 12:39:34 -04:00
parent c95a25824e
commit 6d89d74332
4 changed files with 4 additions and 31 deletions

View file

@ -14,22 +14,6 @@
}
}
// Move the user account menu to the left of the hamburger menu on mobile
@include mobile {
#block-geofresco-account-menu .menubar {
position: absolute;
right: 3.25rem;
z-index: 40;
top: 1.75rem;
}
}
// OK somehow now we need to give the navbar a z-index, any z-index at all,
// or else the slogan is hidden.
.navbar {
z-index: 0;
}
// Featured images on article pages
.featured-image figure.image {

View file

@ -14,16 +14,7 @@
.user-account-menu li {
display: inline-block;
padding: .1rem .6rem;
float: right;
}
.search-bar form {
float: right;
}
.navbar-brand {
position: relative;
top: -36px;
// float: right;
}
// Add a gradient across only a portion of the vertical width of the navbar.
@ -40,9 +31,7 @@
}
#navbar-menu .navbar-item {
height: 36px;
font-size: 22px;
padding-top: 18px;
}
.slogan {