mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
47 lines
674 B
CSS
47 lines
674 B
CSS
.description {
|
|
padding-top: 1px;
|
|
padding-bottom: 10px;
|
|
font-size: inherit;
|
|
color: inherit;
|
|
text-align: center;
|
|
margin: 10px;
|
|
}
|
|
|
|
.warning {
|
|
color: white;
|
|
padding: 10px;
|
|
font-size: 26px;
|
|
text-align: center;
|
|
}
|
|
|
|
.feedback {
|
|
color: var(--text-color);
|
|
background-color: var(--background-color);
|
|
font-size: 14px;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
height: 60px;
|
|
}
|
|
|
|
.button {
|
|
background-color: var(--text-color);
|
|
border: none;
|
|
padding: 5px 15px;
|
|
margin: 5px;
|
|
color: white;
|
|
width: 200px;
|
|
}
|
|
|
|
.inputArea {
|
|
display: flex;
|
|
}
|
|
|
|
.title {
|
|
color: var(--text-color);
|
|
font-size: 30px;
|
|
text-align: center;
|
|
}
|
|
|
|
.repos a {
|
|
margin: 0px 5px;
|
|
}
|