Merged in feature/general_color (pull request #165)

Feature/general color
This commit is contained in:
Maren Süwer
2019-01-30 11:14:04 +00:00

View File

@@ -81,7 +81,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: #00b9c6;
}
&.is-primary:active, &.is-primary.is-active {
background-color: #00a1ac;
}
&.is-primary[disabled] {
background-color: #40dde7;
}
}
@@ -124,7 +133,6 @@ $fa-font-path: "webfonts";
margin-right: 0;
}
.overlay-half-column{
position: absolute;
height: calc(120px - 0.5rem);