소스 검색

:art: scoping down the sass correctly in pairsview

tags/0.0.2^2
j 3 년 전
부모
커밋
4362736724
1개의 변경된 파일14개의 추가작업 그리고 15개의 파일을 삭제
  1. 14
    15
      frontend/src/views/PairsView.vue

+ 14
- 15
frontend/src/views/PairsView.vue 파일 보기

@@ -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>

Loading…
취소
저장