From 251bf1be3d7d468d888e455cc51840afe7168937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Wed, 24 Jun 2020 21:56:54 +0200 Subject: [PATCH] MAPG-172 add new styles --- public/static/css/mapguesser.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/public/static/css/mapguesser.css b/public/static/css/mapguesser.css index 91a1374..b016fb5 100644 --- a/public/static/css/mapguesser.css +++ b/public/static/css/mapguesser.css @@ -84,7 +84,7 @@ hr { } p.small, span.small { - font-size: 12px; + font-size: 14px; } .justify { @@ -148,6 +148,13 @@ button, a.button { line-height: 35px; } +button.small { + font-size: 14px; + padding: 0 12px; + height: 32px; + line-height: 32px; +} + button:enabled:hover, button:enabled:focus, a.button:hover, a.button:focus { background-color: #29457f; outline: none; @@ -336,6 +343,12 @@ div.buttonContainer>button { margin: 0 auto; } +#cookiesNotice { + background-color: #eeeeee; + padding: 10px; + text-align: center; +} + #loading { position: fixed; width: 64px;