mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Home page and pw request page refactor
This commit is contained in:
parent
f159b9379c
commit
0ea9ecb5a3
6 changed files with 191 additions and 212 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue