Commit compiled CSS
This commit is contained in:
parent
3447e6ec12
commit
9481f1f019
1 changed files with 12 additions and 3 deletions
15
web/themes/custom/geofresco/dist/css/global.css
vendored
15
web/themes/custom/geofresco/dist/css/global.css
vendored
|
@ -3051,7 +3051,11 @@ a.tag:hover {
|
||||||
|
|
||||||
.geo-title {
|
.geo-title {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 6em; }
|
width: 6em;
|
||||||
|
font-size: 37px;
|
||||||
|
line-height: 38px;
|
||||||
|
position: relative;
|
||||||
|
top: 2px; }
|
||||||
|
|
||||||
.user-account-menu li {
|
.user-account-menu li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -3071,8 +3075,13 @@ a.tag:hover {
|
||||||
top: -36px; }
|
top: -36px; }
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
background: -o-linear-gradient(white, white 38px, #65AB1F 38px, #478D00 60px, #478D00 84px, white 84px, white);
|
background: -o-linear-gradient(white, white 38px, #65AB1F 38px, #478D00 84px, white 84px, white);
|
||||||
background: linear-gradient(white, white 38px, #65AB1F 38px, #478D00 60px, #478D00 84px, white 84px, white); }
|
background: linear-gradient(white, white 38px, #65AB1F 38px, #478D00 84px, white 84px, white); }
|
||||||
|
|
||||||
|
#navbar-menu .navbar-item {
|
||||||
|
height: 36px;
|
||||||
|
font-size: 22px;
|
||||||
|
padding-top: 18px; }
|
||||||
|
|
||||||
.input, .textarea, .select select {
|
.input, .textarea, .select select {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
Loading…
Add table
Reference in a new issue