Commit compiled CSS
This commit is contained in:
parent
d59cb7fdec
commit
fee3d941dc
1 changed files with 13 additions and 0 deletions
13
web/themes/custom/geofresco/dist/css/global.css
vendored
13
web/themes/custom/geofresco/dist/css/global.css
vendored
|
@ -3083,6 +3083,19 @@ a.tag:hover {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
padding-top: 18px; }
|
padding-top: 18px; }
|
||||||
|
|
||||||
|
.slogan {
|
||||||
|
position: relative;
|
||||||
|
top: -36px;
|
||||||
|
height: 36px;
|
||||||
|
z-index: 30;
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex; }
|
||||||
|
.slogan .title {
|
||||||
|
color: #8FB489;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
margin: auto; }
|
||||||
|
|
||||||
.input, .textarea, .select select {
|
.input, .textarea, .select select {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-color: #dbdbdb;
|
border-color: #dbdbdb;
|
||||||
|
|
Loading…
Add table
Reference in a new issue