Commit 74b22660efc33b34a88095c190fb396be0ce7a46

Authored by Andy
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,7 +105,7 @@ export default {
105 width: 95%; 105 width: 95%;
106 height: 95%; 106 height: 95%;
107 position: absolute; 107 position: absolute;
108 - position:absolute;left:0;top:0; 108 + left:0;top:0;
109 backface-visibility:hidden; 109 backface-visibility:hidden;
110 padding: 15px 0 10px 0; 110 padding: 15px 0 10px 0;
111 text-align: center; 111 text-align: center;
@@ -116,7 +116,14 @@ export default { @@ -116,7 +116,14 @@ export default {
116 align-items: center; 116 align-items: center;
117 justify-content: center; 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