File tree Expand file tree Collapse file tree 1 file changed +26
-28
lines changed
Expand file tree Collapse file tree 1 file changed +26
-28
lines changed Original file line number Diff line number Diff line change 1- # studio-page {
2- .detail-body {
3- .nav {
4- margin-bottom : 24px ;
5- margin-top : 32px ;
6- row-gap : 8px ;
7- column-gap : 8px ;
1+ .detail-body {
2+ .nav {
3+ margin-bottom : 24px ;
4+ margin-top : 32px ;
5+ row-gap : 8px ;
6+ column-gap : 8px ;
87
9- display : flex;
10- justify-content : space-around;
8+ display : flex;
9+ justify-content : space-around;
1110
12- .nav-link {
13- text-align : center;
14- color : var (--primary-11 ) !important ;
15- background-color : unset;
16- padding : 12px 16px ;
17- border : 0 !important ;
18- border-radius : 8px !important ;
19- line-height : 1 ;
20- transition : all 0.2s ease-in-out;
21- white-space : nowrap;
11+ .nav-link {
12+ text-align : center;
13+ color : var (--primary-11 ) !important ;
14+ background-color : unset;
15+ padding : 12px 16px ;
16+ border : 0 !important ;
17+ border-radius : 8px !important ;
18+ line-height : 1 ;
19+ transition : all 0.2s ease-in-out;
20+ white-space : nowrap;
2221
23- & : hover {
24- background-color : var (--primary-4 ) !important ;
25- color : var (--primary-12 ) !important ;
26- }
22+ & : hover {
23+ background-color : var (--primary-4 ) !important ;
24+ color : var (--primary-12 ) !important ;
25+ }
2726
28- & .active {
29- background-color : var (--primary-2 ) !important ;
30- color : var (--primary-12 ) !important ;
31- font-weight : 600 ;
32- }
27+ & .active {
28+ background-color : var (--primary-2 ) !important ;
29+ color : var (--primary-12 ) !important ;
30+ font-weight : 600 ;
3331 }
3432 }
3533 }
You can’t perform that action at this time.
0 commit comments