defined new colors

This commit is contained in:
Florian Scholdei
2019-01-25 15:13:57 +01:00
parent ef71ed3276
commit 55adcba9ca

View File

@@ -82,13 +82,13 @@ $fa-font-path: "webfonts";
background-color: #00d1df;
}
&.is-primary:hover, &.is-primary.is-hovered {
background-color: #00c4a7;
background-color: #00b9c6;
}
&.is-primary:active, &.is-primary.is-active {
background-color: #00b89c;
background-color: #00a1ac;
}
&.is-primary[disabled] {
background-color: #00d1b2;
background-color: #40dde7;
}
}