Explorar o código

Поправки

Book Pauk %!s(int64=6) %!d(string=hai) anos
pai
achega
5b69c7cfca
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      client/components/share/Window.vue

+ 2 - 1
client/components/share/Window.vue

@@ -29,8 +29,8 @@ class Window extends Vue {
     flex: 1;
     display: flex;
     flex-direction: column;
-    background-color: #e5e7ea;
     margin: 10px;
+    background-color: #ffffff;
     border: 3px double black;
     border-radius: 4px;
     box-shadow: 3px 3px 5px black;
@@ -39,6 +39,7 @@ class Window extends Vue {
 .header {
     display: flex;
     justify-content: flex-end;
+    background-color: #e5e7ea;
     align-items: center;
     height: 40px;
 }