Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-08-01 08:43:47 -04:00
parent 3447e6ec12
commit 9481f1f019

View file

@ -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;