Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-08-01 09:17:57 -04:00
parent d59cb7fdec
commit fee3d941dc

View file

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