Home page and pw request page refactor

This commit is contained in:
mrfry 2020-11-17 12:48:05 +01:00
parent f159b9379c
commit 0ea9ecb5a3
6 changed files with 191 additions and 212 deletions

View file

@ -1,18 +1,24 @@
.button {
background-color: #9999ff;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 5px;
.buttonContainer {
display: flex;
}
.motdHeader {
.button {
flex: 1;
color: white;
background-color: #303030;
margin: 2px;
padding: 15px 32px;
text-align: center;
font-size: 24px;
font-size: 16px;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: center;
}
.button:hover {
background-color: #555;
}
.motd {
@ -35,6 +41,12 @@
color: #fff;
}
.title {
color: #9999ff;
font-size: 30px;
text-align: center;
}
.newsTitle {
font-size: 28px;
color: var(--text-color);
@ -42,7 +54,7 @@
}
.question {
font-weight: "bold";
font-weight: 'bold';
font-size: 16px;
color: #fff;
margin: 0px 5px;