mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 12:56:44 +02:00
new primary submit button color
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user