mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-09 06:21:35 +00:00
build(app): use sass colors
This commit is contained in:
@@ -73,9 +73,9 @@ $c: ".c-base-cheatsheet";
|
||||
#{$c} {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
border: 1px solid #313d4f;
|
||||
border: 1px solid $oxford-blue;
|
||||
border-radius: 6px;
|
||||
background: #273142;
|
||||
background: $ebony-clay;
|
||||
|
||||
#{$c}__link {
|
||||
#{$c}__thumbnail {
|
||||
@@ -92,7 +92,7 @@ $c: ".c-base-cheatsheet";
|
||||
|
||||
#{$c}__name {
|
||||
margin-bottom: 20px;
|
||||
color: #ffffff;
|
||||
color: $white;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user