From 5ade57543989c37994289d060e2f2120e418b5a9 Mon Sep 17 00:00:00 2001 From: Simone Bortolin Date: Mon, 8 Aug 2022 09:51:54 +0200 Subject: add ziza and t&w ont, add nokia g 010g p, some fix fix moved to fork theme update fix clear old alert last fix update primary update --- _sass/custom/custom.scss | 63 +----------------------------------------------- 1 file changed, 1 insertion(+), 62 deletions(-) (limited to '_sass/custom/custom.scss') 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; -- cgit v1.2.3