new primary submit button color

This commit is contained in:
Florian Scholdei
2019-01-25 14:19:33 +01:00
parent 8566c294da
commit ef71ed3276

View File

@@ -79,7 +79,16 @@ $fa-font-path: "webfonts";
height: 2.5rem;
&.is-primary {
background-color: $mint;
background-color: #00d1df;
}
&.is-primary:hover, &.is-primary.is-hovered {
background-color: #00c4a7;
}
&.is-primary:active, &.is-primary.is-active {
background-color: #00b89c;
}
&.is-primary[disabled] {
background-color: #00d1b2;
}
}
@@ -122,7 +131,6 @@ $fa-font-path: "webfonts";
margin-right: 0;
}
.overlay-half-column{
position: absolute;
height: calc(120px - 0.5rem);