Update some styles

master
Nikola Forró 7 years ago
parent 1d4702037d
commit b12704f878

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -2,7 +2,7 @@
$version: "0.5.0"; $version: "0.5.0";
// Core colors // Core colors
$primary-color: #3085EE !default; $primary-color: #00bc8c !default;
$primary-color-dark: darken($primary-color, 5%) !default; $primary-color-dark: darken($primary-color, 5%) !default;
$primary-color-light: lighten($primary-color, 5%) !default; $primary-color-light: lighten($primary-color, 5%) !default;
$secondary-color: lighten($primary-color, 37.5%) !default; $secondary-color: lighten($primary-color, 37.5%) !default;

@ -8,7 +8,12 @@
display: inline-block; display: inline-block;
a { a {
color: rgba($light-color, 0.7);
padding-right: 0.6rem; padding-right: 0.6rem;
&:hover {
color: #fff;
}
} }
} }
} }

@ -1,9 +1,22 @@
.notices {
color: #fff !important;
background-color: $header-color !important;
border: 1px solid rgba(0, 0, 0, 0.125) !important;
border-radius: 0.25rem !important;
}
.notices.yellow { .notices.yellow {
color: #222; border-color: #f39c12 !important;
background: #f39c12; }
border-left: 10px solid darken(#f39c12, 20%);
.notices.green {
border-color: #00bc8c !important;
}
.notices.red {
border-color: #e74c3c !important;
}
h1, h2, h3, h4, h5, h6 { .notices.blue {
color: #222; border-color: #3498db !important;
}
} }

Loading…
Cancel
Save