Commit 74b22660efc33b34a88095c190fb396be0ce7a46
1 parent
93c1110f
add
Showing
1 changed file
with
9 additions
and
2 deletions
src/components/VEquipment.vue
... | ... | @@ -105,7 +105,7 @@ export default { |
105 | 105 | width: 95%; |
106 | 106 | height: 95%; |
107 | 107 | position: absolute; |
108 | - position:absolute;left:0;top:0; | |
108 | + left:0;top:0; | |
109 | 109 | backface-visibility:hidden; |
110 | 110 | padding: 15px 0 10px 0; |
111 | 111 | text-align: center; |
... | ... | @@ -116,7 +116,14 @@ export default { |
116 | 116 | align-items: center; |
117 | 117 | justify-content: center; |
118 | 118 | } |
119 | - | |
119 | + .text-blue{ | |
120 | + @include fontStyle(24px); | |
121 | + background-image: $fontBlue; | |
122 | + } | |
123 | + .text-orange{ | |
124 | + @include fontStyle(24px); | |
125 | + background-image: $fontOrange; | |
126 | + } | |
120 | 127 | |
121 | 128 | } |
122 | 129 | ... | ... |