Commit compiled CSS
This commit is contained in:
parent
cf59b4c18e
commit
922bde6c6e
1 changed files with 28 additions and 48 deletions
76
web/themes/custom/geofresco/dist/css/global.css
vendored
76
web/themes/custom/geofresco/dist/css/global.css
vendored
|
@ -1255,23 +1255,6 @@ a.has-text-danger:hover, a.has-text-danger:focus {
|
||||||
.menu {
|
.menu {
|
||||||
font-family: "Ocan", "Ubuntu", "Arial Narrow", "Helvetica", "Arial", "Lucida", sans-serif; }
|
font-family: "Ocan", "Ubuntu", "Arial Narrow", "Helvetica", "Arial", "Lucida", sans-serif; }
|
||||||
|
|
||||||
.green {
|
|
||||||
color: #478D00; }
|
|
||||||
|
|
||||||
.yellow {
|
|
||||||
color: #ffdd57; }
|
|
||||||
|
|
||||||
.geo-title {
|
|
||||||
display: block;
|
|
||||||
width: 6em;
|
|
||||||
position: relative;
|
|
||||||
bottom: 3.6rem;
|
|
||||||
overflow: visible;
|
|
||||||
height: 1rem; }
|
|
||||||
|
|
||||||
.block-geofresco-branding {
|
|
||||||
margin-bottom: 0; }
|
|
||||||
|
|
||||||
.image.no-upscale img {
|
.image.no-upscale img {
|
||||||
width: intrinsic;
|
width: intrinsic;
|
||||||
/* Safari/WebKit uses a non-standard name */
|
/* Safari/WebKit uses a non-standard name */
|
||||||
|
@ -1280,16 +1263,11 @@ a.has-text-danger:hover, a.has-text-danger:focus {
|
||||||
width: -webkit-max-content;
|
width: -webkit-max-content;
|
||||||
/* Chrome */ }
|
/* Chrome */ }
|
||||||
|
|
||||||
.navbar {
|
.green {
|
||||||
background: -o-linear-gradient(white, white 20px, #65AB1F 20px, #478D00 40px, #478D00 60px, white 60px, white);
|
color: #478D00; }
|
||||||
background: linear-gradient(white, white 20px, #65AB1F 20px, #478D00 40px, #478D00 60px, white 60px, white); }
|
|
||||||
|
|
||||||
.navbar-item .wordmark {
|
.yellow {
|
||||||
max-height: 3rem; }
|
color: #ffdd57; }
|
||||||
|
|
||||||
.navbar-item .wordmark img {
|
|
||||||
height: 100%;
|
|
||||||
width: auto; }
|
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
@ -3071,29 +3049,31 @@ a.tag:hover {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: top; }
|
vertical-align: top; }
|
||||||
|
|
||||||
/*
|
.geo-title {
|
||||||
.slogan.title {
|
|
||||||
color: $red;
|
|
||||||
font-style: italic;
|
|
||||||
font-weight: normal;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 0.8rem; // 1.2rem
|
width: 6em; }
|
||||||
margin-left: 0.6rem; // 0.8rem
|
|
||||||
}
|
.user-account-menu li {
|
||||||
|
display: inline-block;
|
||||||
|
padding: .1rem .6rem;
|
||||||
|
float: right; }
|
||||||
|
|
||||||
|
.search-bar form {
|
||||||
|
float: right; }
|
||||||
|
|
||||||
|
#block-geofresco-branding {
|
||||||
|
margin-bottom: 0; }
|
||||||
|
#block-geofresco-branding figure {
|
||||||
|
display: inline-block; }
|
||||||
|
|
||||||
|
.navbar-brand {
|
||||||
|
position: relative;
|
||||||
|
top: -36px; }
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
background: -o-linear-gradient(white, white 38px, #65AB1F 38px, #478D00 60px, #478D00 84px, white 84px, white);
|
||||||
|
background: linear-gradient(white, white 38px, #65AB1F 38px, #478D00 60px, #478D00 84px, white 84px, white); }
|
||||||
|
|
||||||
.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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
.input, .textarea, .select select {
|
.input, .textarea, .select select {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-color: #dbdbdb;
|
border-color: #dbdbdb;
|
||||||
|
@ -5314,7 +5294,7 @@ a.navbar-item,
|
||||||
-ms-flex-negative: 0;
|
-ms-flex-negative: 0;
|
||||||
flex-shrink: 0; }
|
flex-shrink: 0; }
|
||||||
.navbar-item img {
|
.navbar-item img {
|
||||||
max-height: 3rem; }
|
max-height: 1.75rem; }
|
||||||
.navbar-item.has-dropdown {
|
.navbar-item.has-dropdown {
|
||||||
padding: 0; }
|
padding: 0; }
|
||||||
.navbar-item.is-expanded {
|
.navbar-item.is-expanded {
|
||||||
|
|
Loading…
Add table
Reference in a new issue