1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-31 12:11:49 +02:00

More rebasing

This commit is contained in:
lifehackerhansol
2021-10-19 10:28:01 -07:00
committed by lifehackerhansol
parent 22cb19a0bc
commit 8bbbecf32a
20 changed files with 8897 additions and 25 deletions

View File

@@ -17,6 +17,7 @@
font-family: $global-font-family;
font-size: $type-size-6 !important;
text-indent: initial; /* override*/
font-weight: bold; // guide specific
background-color: mix($background-color, $notice-color, $notice-background-mix);
border-radius: $border-radius;
box-shadow: 0 1px 1px rgba($notice-color, 0.25);