diff options
Diffstat (limited to '_sass/custom')
-rw-r--r-- | _sass/custom/custom.scss | 63 |
1 files changed, 1 insertions, 62 deletions
diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 5ee5683..4f18f08 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -1,9 +1,3 @@ -$purple-400: #2A1264 !default; -$blue-400: #122664 !default; -$green-400: #025341 !default; -$yellow-400: #AD8305 !default; -$red-400: #A62323 !default; - .page-header { .github-edit { @@ -57,7 +51,7 @@ ul.metadata { content: "•"; padding-left: 5px; padding-right: 5px; - color: $grey-dk-000; + color: $grey-500; } &::before { @@ -177,61 +171,6 @@ ul.metadata { to {top: 0; opacity: 1} } -.alert { - padding: $sp-3; - margin-bottom: $sp-3; - overflow: auto; - border: $border $border-color; - border-radius: $border-radius; - - - svg { - height: $spacing-unit; - margin-right: 0.5 * $spacing-unit; - width: $spacing-unit; - } - - &.alert-warning { - background-color: $yellow-000; - color: $yellow-400; - border-color: $yellow-100; - svg { - fill: $yellow-400; - } - } - - &.alert-danger { - background-color: $red-000; - color: $red-400; - border-color: $red-100; - svg { - fill: $red-400; - } - } - - &.alert-info { - background-color: $blue-000; - color: $blue-400; - border-color: $blue-100; - svg { - fill: $blue-400; - } - } - - &.alert-success { - background-color: $green-000; - color: $green-400; - border-color: $green-100; - svg { - fill: $green-400; - } - } -} - -.btn-yellow { - @include btn-color($white, $yellow-100); -} - figure { border: $border $border-color; border-radius: $border-radius; |