Sfoglia il codice sorgente

:sparkles: nameplate fonts and colors

tags/0.0.2
K Rob 3 anni fa
parent
commit
1df40889cc
1 ha cambiato i file con 11 aggiunte e 1 eliminazioni
  1. 11
    1
      frontend/src/components/NamePlate.vue

+ 11
- 1
frontend/src/components/NamePlate.vue Vedi File

@@ -46,8 +46,18 @@ export default {
46 46
         min-height: 10vh
47 47
         width: 100%
48 48
         &.box
49
-            border: 1px black solid
49
+            background-color: #D5D5D5
50
+            border-radius: 6px
50 51
             height: 15vw
51 52
             width: 15vw
52 53
             text-align: center
54
+            font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif
55
+        h1
56
+            font-weight: bold
57
+            font-size: 1.619em
58
+            color: #183770
59
+        p
60
+            font-weight: bolder
61
+            font-size: 0.8095em
62
+            color: #183770
53 63
 </style>

Loading…
Annulla
Salva