mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 11:45:48 +02:00
changed back outsourcing of primary color cause its only used once
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
$blue: #33b2e8;
|
||||
$mint: #11dfd0;
|
||||
$primary: #00d1df;
|
||||
|
||||
$info: $blue;
|
||||
|
||||
@@ -101,7 +100,7 @@ $fa-font-path: "webfonts";
|
||||
height: 2.5rem;
|
||||
|
||||
&.is-primary {
|
||||
background-color: $primary;
|
||||
background-color: #00d1df;
|
||||
}
|
||||
&.is-primary:hover, &.is-primary.is-hovered {
|
||||
background-color: #00b9c6;
|
||||
|
||||
Reference in New Issue
Block a user