This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 88 flex-wrap : wrap ;
99
1010 width : 100% ;
11- background : linear-gradient (90deg , $blue 0% , $green 100% );
11+ background : linear-gradient (90deg , $blue 0% , $lightGreen2 100% );
1212 border-radius : 10px ;
1313 margin-bottom : 22px ;
1414 color : $white ;
Original file line number Diff line number Diff line change 3232 .button {
3333 @include roboto-bold ;
3434
35- padding : 8 px 12px ;
36- font-size : $font-size-xs ;
35+ padding : 12px 16 px ;
36+ font-size : 13 px ;
3737 color : $green ;
3838 line-height : 1 ;
3939 letter-spacing : 0.8px ;
4040 white-space : nowrap ;
4141 appearance : none ;
4242 background : $white ;
43- border : 1px solid $green ;
44- border-radius : 15 px ;
43+ border : 1px solid $green2 ;
44+ border-radius : 20 px ;
4545 }
4646
4747 .button-primary {
4848 color : $white ;
49- background-color : $green ;
49+ background-color : $green2 ;
5050 }
5151 }
5252}
Original file line number Diff line number Diff line change @@ -132,10 +132,11 @@ $base-unit: 5px;
132132$body-color : $tc-gray-90 ;
133133$white : $tc-white ;
134134$green : #229174 ;
135+ $green2 : #287d61 ;
135136$darkGreen : #137d60 ;
136137$lightGreen : #0ab88a ;
138+ $lightGreen2 : #06d6a0 ;
137139$blue : #2c95d7 ;
138- $green : #06d6a0 ;
139140
140141$border-radius : 6px ;
141142$border-radius-sm : 5px ;
You can’t perform that action at this time.
0 commit comments