diff --git a/scm-ui/styles/scm.scss b/scm-ui/styles/scm.scss index 946e392300..c1d39e2c89 100644 --- a/scm-ui/styles/scm.scss +++ b/scm-ui/styles/scm.scss @@ -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);