|
|
@@ -85,20 +85,19 @@ export default {
|
|
85
|
85
|
&.w-tabs__bar-item--active
|
|
86
|
86
|
&.primary
|
|
87
|
87
|
color: #F2CD5C
|
|
88
|
|
-.select--matches
|
|
89
|
|
- display: flex
|
|
90
|
|
- justify-content: space-between
|
|
91
|
|
- margin: 0 25px
|
|
|
88
|
+ .select--matches
|
|
|
89
|
+ display: flex
|
|
|
90
|
+ justify-content: space-between
|
|
|
91
|
+ margin: 0 25px
|
|
|
92
|
+ > div
|
|
|
93
|
+ width: 100%
|
|
|
94
|
+ text-align: center
|
|
|
95
|
+ font-size: 16px
|
|
|
96
|
+ line-height: 40px
|
|
|
97
|
+ .active
|
|
|
98
|
+ border-bottom: 3px solid #f2cd5c
|
|
|
99
|
+ color: #f2cd5c
|
|
92
|
100
|
|
|
93
|
|
-.select--matches > div
|
|
94
|
|
- width: 100%
|
|
95
|
|
- text-align: center
|
|
96
|
|
- font-size: 16px
|
|
97
|
|
- line-height: 40px
|
|
98
|
|
-.active
|
|
99
|
|
- border-bottom: 3px solid #f2cd5c
|
|
100
|
|
- color: #f2cd5c
|
|
101
|
|
-
|
|
102
|
|
-.idle
|
|
103
|
|
- color: #bcc5d3
|
|
|
101
|
+ .idle
|
|
|
102
|
+ color: #bcc5d3
|
|
104
|
103
|
</style>
|