Small legacy fix

This commit is contained in:
Aurelien Vaillant
2020-04-04 17:48:36 +02:00
parent 82c64c1183
commit 8405ec230c
+9 -2
View File
@@ -19,6 +19,9 @@
html { html {
min-height: 100vh; min-height: 100vh;
} }
body {
line-height: 1;
}
* { * {
font-family: "NotoSans", serif; font-family: "NotoSans", serif;
} }
@@ -49,6 +52,7 @@ html {
.content { .content {
max-width: 800px; max-width: 800px;
margin: 0 auto; margin: 0 auto;
padding: 0;
} }
.ynh-user-portal { .ynh-user-portal {
@@ -77,10 +81,9 @@ html {
.messages .messages
{ {
float: left; float: left;
background-color: #5d5446;
border-radius: 0 0 15px 15px; border-radius: 0 0 15px 15px;
margin-top: 256px; margin-top: 256px;
max-width: none;
/* height: 312px; */ /* height: 312px; */
color : #c2a593; color : #c2a593;
@@ -95,6 +98,10 @@ html {
box-shadow: 8px 8px 8px rgb(16, 28, 22); box-shadow: 8px 8px 8px rgb(16, 28, 22);
} }
.messages.info {
background-color: #5d5446;
}
.login .login
{ {
background-color: #2c2b27; background-color: #2c2b27;