This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree 3 files changed +6
-6
lines changed
src/shared/components/tags/primary
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
@import " ../default" ;
6
6
7
7
.button {
8
- background-color : $tc-orange ;
8
+ background-color : $tc-orange-110 ;
9
9
color : $tc-white ;
10
10
11
11
& :active ,
12
12
& :focus ,
13
13
& :hover {
14
14
color : $tc-white ;
15
- background-color : $tc-orange-110 ;
15
+ background-color : $tc-orange ;
16
16
}
17
17
18
18
& :visited {
Original file line number Diff line number Diff line change 5
5
@import " ../default" ;
6
6
7
7
.button {
8
- background-color : $tc-light-blue ;
8
+ background-color : $tc-light-blue-110 ;
9
9
color : $tc-white ;
10
10
11
11
& :active ,
12
12
& :focus ,
13
13
& :hover {
14
14
color : $tc-white ;
15
- background-color : $tc-light-blue-110 ;
15
+ background-color : $tc-light-blue ;
16
16
}
17
17
18
18
& :visited {
Original file line number Diff line number Diff line change 5
5
@import " ../default" ;
6
6
7
7
.button {
8
- background-color : $tc-green ;
8
+ background-color : $tc-green-110 ;
9
9
color : $tc-white ;
10
10
11
11
& :active ,
12
12
& :focus ,
13
13
& :hover {
14
14
color : $tc-white ;
15
- background-color : $tc-green-110 ;
15
+ background-color : $tc-green ;
16
16
}
17
17
18
18
& :visited {
You can’t perform that action at this time.
0 commit comments