@@ -23,23 +23,28 @@ $color-border: $color_secondary_dark;
2323
2424// css vars
2525:root {
26- --color_primary : #{$color_primary } ;
27- --color_primary_dark : #{$color_primary_dark } ;
28-
29- --color_secondary : #{$color_secondary } ;
30- --color_secondary_dark : #{$color_secondary_dark } ;
31- --color_secondary_light : #{$color_secondary_light } ;
32-
33- --color_alert : #{$color_alert } ;
34- --color_alert_dark : #{$color_alert_dark } ;
35-
36- --color-darkest : #{$color-darkest } ;
37- --color_dark : #{$color_dark } ;
38- --color_lightest : #{$color_lightest } ;
39- --color_muted : #{$color_muted } ;
40-
41- --color_link : #{$color_link } ;
42- --color_link_hover : #{$color_link_hover } ;
43- --color-text : #{$color-text } ;
44- --color-border : #{$color-border } ;
26+ // Link component
27+ --link-color : #017092 ;
28+ --link-color-hover : var (--link-color );
29+ --link-color-muted : #6c757d ;
30+
31+ // footer component
32+ --footer-border-color : #dee2e6 ;
33+
34+ // tabs component
35+ --tabs-border-color : #dee2e6 ;
36+ --tabs-item-hover-border-color : #f3f3f3 ;
37+
38+ // Button component
39+ --button-color : #ffffff ;
40+ --button-background-color : #04a5bb ;
41+ --button-hover-background-color : #017092 ;
42+ --button-alert-background-color : #dc3545 ;
43+ --button-alert-hover-background-color : #bd2130 ;
44+ }
45+
46+ .content {
47+ & #{&} --align-right {
48+ text-align : right ;
49+ }
4550}
0 commit comments