Browse Source

:fire: updated pairsView css to sass

tags/0.0.2
K Rob 3 years ago
parent
commit
7363ea98b9
2 changed files with 21 additions and 20 deletions
  1. 5
    0
      frontend/src/components/PairsList.vue
  2. 16
    20
      frontend/src/views/PairsView.vue

+ 5
- 0
frontend/src/components/PairsList.vue View File

@@ -37,6 +37,11 @@ const props = defineProps({
37 37
 
38 38
 <style lang="sass">
39 39
 .pairs-list
40
+    background-color:#000
41
+    max-width: 450px
42
+    width: 100%
43
+    height: 100vh
44
+    margin: 0 auto
40 45
     article
41 46
         .dot--icon
42 47
             width:3vw

+ 16
- 20
frontend/src/views/PairsView.vue View File

@@ -72,24 +72,20 @@ export default {
72 72
 }
73 73
 </script>
74 74
 
75
-<style>
76
-.select--matches {
77
-    display: flex;
78
-    justify-content: space-between;
79
-    margin: 0 25px;
80
-}
81
-.select--matches > div {
82
-    width: 100%;
83
-    text-align: center;
84
-    font-size: 16px;
85
-    line-height: 40px;
86
-}
87
-.active {
88
-    border-bottom: 3px solid #f2cd5c;
89
-    color: #f2cd5c;
90
-}
91
-.idle {
92
-    color: #bcc5d3;
93
-}
75
+<style lang="sass">
76
+.select--matches 
77
+    display: flex
78
+    justify-content: space-between
79
+    margin: 0 25px
80
+.select--matches > div 
81
+    width: 100%
82
+    text-align: center
83
+    font-size: 16px
84
+    line-height: 40px
85
+.active 
86
+    border-bottom: 3px solid #f2cd5c
87
+    color: #f2cd5c
88
+.idle 
89
+    color: #bcc5d3
90
+
94 91
 </style>
95
-s

Loading…
Cancel
Save