MAPG-172 add new styles

This commit is contained in:
Bence Pőcze 2020-06-24 21:56:54 +02:00
parent 0be20a6097
commit 251bf1be3d

View File

@ -84,7 +84,7 @@ hr {
} }
p.small, span.small { p.small, span.small {
font-size: 12px; font-size: 14px;
} }
.justify { .justify {
@ -148,6 +148,13 @@ button, a.button {
line-height: 35px; 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 { button:enabled:hover, button:enabled:focus, a.button:hover, a.button:focus {
background-color: #29457f; background-color: #29457f;
outline: none; outline: none;
@ -336,6 +343,12 @@ div.buttonContainer>button {
margin: 0 auto; margin: 0 auto;
} }
#cookiesNotice {
background-color: #eeeeee;
padding: 10px;
text-align: center;
}
#loading { #loading {
position: fixed; position: fixed;
width: 64px; width: 64px;