lybenson 8 lat temu
rodzic
commit
45f4455480
1 zmienionych plików z 5 dodań i 2 usunięć
  1. 5 2
      src/components/common/TopContainer.vue

+ 5 - 2
src/components/common/TopContainer.vue

@@ -9,6 +9,9 @@ export default {
 }
 </script>
 
-<style>
-
+<style lang="stylus">
+    .top-container
+        background-color red
+        width 200px
+        height 200px
 </style>