diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico old mode 100644 new mode 100755 index df36fcf..f94753f Binary files a/frontend/public/favicon.ico and b/frontend/public/favicon.ico differ diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 4929633..0a6b357 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -14,17 +14,17 @@
- -
-

Crea una lobby:

- Nome: - -
+

Lobby disponibili:

Nessuna lobby disponibile

+
+

Crea una lobby:

+ Nome: + +
@@ -123,10 +123,28 @@ export default { -moz-osx-font-smoothing: grayscale; color: #2c3e50; margin: 16pt; + -webkit-user-select: none; /* Chrome all and Safari all */ + -moz-user-select: none; /* Firefox all */ + -ms-user-select: none; /* Internet Explorer 10 and later */ + user-select: none; /* Likely future */ +} +#logo { + margin-top: 60pt; + margin-bottom: 60pt !important; +} +@media only screen and (max-width:600px) { + #app { + margin: 4pt; + margin-top: -16pt; + zoom: 0.8; + } } h1,h2,h3,h4,p,span{ font-family: Avenir, Helvetica, Arial, sans-serif; } +p { + font-size: 2vmin; +} .center-stuff { margin-left: auto; margin-right: auto; @@ -178,4 +196,13 @@ h1,h2,h3,h4,p,span{ transform: scale(0); } } +input { + border: 2px solid; + border-radius: 4px; + font-size: 1rem; + margin: 0.25rem; + min-width: 125px; + padding: 0.5rem; + transition: border-color 0.5s ease-out; +}