File tree Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 11$red : #A54657 ;
2- $blue : #397D83 ;
3- $yellow : #F7EE7F ;
2+ $blue : #515d7d ;
3+ $light-blue : #5dc8dd ;
4+ $yellow : #eaae5c ;
45$orange : #F1A66A ;
56$pink : #F47C74 ;
67$green : #39C047 ;
8+ $white : #e4ebe4 ;
9+ $dark-purple : #322b46 ;
710/* did it find this */
8- $primary : $blue ;
9- $secondary : $pink ;
11+ $primary : $yellow ;
12+ $secondary : $light-blue ;
1013$success : $green ;
11- $info : $yellow ;
14+ $info : $pink ;
1215$warning : $orange ;
1316$danger : $red ;
Original file line number Diff line number Diff line change @@ -3,4 +3,23 @@ h1, .h1 {
33}
44h2 , .h2 {
55 color :$secondary ;
6+ }
7+
8+ body {
9+ background-color :$blue ;
10+ color : $white ;
11+ }
12+
13+ small {
14+ color : $info ;
15+ }
16+
17+ .btn-secondary {
18+ color : $blue ;
19+ }
20+
21+ .my-card {
22+ background-color : $dark-purple ;
23+ padding : .5rem 1.5rem ;
24+ border-radius : .5em ;
625}
You can’t perform that action at this time.
0 commit comments