mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
Fix color of source header
This commit is contained in:
@@ -110,19 +110,6 @@ footer.footer {
|
||||
background-color: $blue-light;
|
||||
}
|
||||
|
||||
// TODO
|
||||
/*
|
||||
.has-text-high-contrast-warning {
|
||||
color: $warning;
|
||||
}
|
||||
.has-text-high-contrast-danger{
|
||||
color: $high-contrast-danger-50;
|
||||
}
|
||||
.has-text-high-contrast-light-gray {
|
||||
color: $high-contrast-light-gray;
|
||||
}*/
|
||||
|
||||
|
||||
// border and background colors
|
||||
.has-background-dark-75 {
|
||||
background-color: $dark-75;
|
||||
@@ -836,3 +823,7 @@ form .field:not(.is-grouped) {
|
||||
.has-text-default {
|
||||
color: $text !important;
|
||||
}
|
||||
|
||||
.has-background-accent {
|
||||
background: $background-accent;
|
||||
}
|
||||
|
||||
@@ -30,6 +30,8 @@ $background: $grey-dark;
|
||||
$text: $white-ter;
|
||||
$text-strong: $white-bis;
|
||||
|
||||
$background-accent: $grey-darker;
|
||||
|
||||
$red: #e63453;
|
||||
// TODO check if we could replace red in commons,
|
||||
// without breaking the light mode
|
||||
|
||||
@@ -28,6 +28,8 @@ $subtitle-color: #666;
|
||||
$warning-invert: #88550D;
|
||||
$button-disabled-opacity: .25;
|
||||
|
||||
$background-accent: $white-ter;
|
||||
|
||||
@import "utils/_post.scss";
|
||||
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user