Compile CSS
This commit is contained in:
parent
3f1860f671
commit
223cc680f3
1 changed files with 29 additions and 9 deletions
38
web/themes/custom/geofresco/dist/css/global.css
vendored
38
web/themes/custom/geofresco/dist/css/global.css
vendored
|
@ -5286,6 +5286,35 @@ label.panel-block {
|
|||
.navbar-item, .navbar-link {
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem; } }
|
||||
.geo-logo-name {
|
||||
display: flex !important;
|
||||
overflow: hidden;
|
||||
width: 100%; }
|
||||
.geo-logo-name .logo, .geo-logo-name .sitename {
|
||||
display: table-cell; }
|
||||
.geo-logo-name .logo a {
|
||||
display: block;
|
||||
width: 199px; }
|
||||
@media screen and (min-width: 769px) {
|
||||
.geo-logo-name {
|
||||
width: fit-content; } }
|
||||
@media screen and (max-width: 362px) {
|
||||
.geo-logo-name {
|
||||
justify-content: flex-end; } }
|
||||
@media screen and (max-width: 1023px) {
|
||||
.search-bar {
|
||||
display: none !important; } }
|
||||
|
||||
.search-icon {
|
||||
padding-right: 1rem; }
|
||||
|
||||
#navbar-menu {
|
||||
display: flex;
|
||||
flex-wrap: wrap; }
|
||||
@media screen and (max-width: 768px) {
|
||||
#navbar-menu {
|
||||
width: 100%;
|
||||
justify-content: space-around; } }
|
||||
/* Featured images on article pages */
|
||||
.featured-image figure.image {
|
||||
width: 100vw;
|
||||
|
@ -7089,10 +7118,6 @@ label.panel-block {
|
|||
background-color: #fafafa;
|
||||
padding: 3rem 1.5rem 6rem; }
|
||||
|
||||
/**
|
||||
* Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout
|
||||
*/
|
||||
/* Center logo & sitename when they stack on tiny screens. */
|
||||
@media screen and (max-width: 362px) {
|
||||
.sitename.column,
|
||||
.logo.column {
|
||||
|
@ -7102,13 +7127,11 @@ label.panel-block {
|
|||
.logo > .image {
|
||||
display: inline-block; }
|
||||
|
||||
/* Allow the primary page content to be flush with the bottom of the slogan. */
|
||||
.main-section {
|
||||
padding-top: 0; }
|
||||
.main-section .group-header {
|
||||
padding-top: 0; }
|
||||
|
||||
/* On certain node pages, drop the title over (where we want) the image (to be). */
|
||||
.page--content-item--article .page-title,
|
||||
.page--content-item--blog .page-title,
|
||||
.page--content-item--collection .page-title,
|
||||
|
@ -7118,9 +7141,6 @@ label.panel-block {
|
|||
overflow: visible;
|
||||
z-index: 10; }
|
||||
|
||||
.page-title .container {
|
||||
overflow-x: hidden; }
|
||||
|
||||
/* On content listing pages (e.g. card view mode). */
|
||||
.background-replacement-for-no-image {
|
||||
height: 10rem; }
|
||||
|
|
Loading…
Add table
Reference in a new issue