Initial commit
This commit is contained in:
73
frontend/src/style.css
Normal file
73
frontend/src/style.css
Normal file
@@ -0,0 +1,73 @@
|
||||
nav {
|
||||
margin-bottom: 3%;
|
||||
}
|
||||
|
||||
.button-container {
|
||||
margin: 20% 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
form {
|
||||
margin-top: 12.5%;
|
||||
}
|
||||
|
||||
form .button-container {
|
||||
margin-top: 12.5%;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.button-container {
|
||||
margin: 5% 0;
|
||||
}
|
||||
|
||||
form {
|
||||
margin-top: 5%;
|
||||
}
|
||||
|
||||
form .button-container {
|
||||
margin-top: 5%;
|
||||
}
|
||||
}
|
||||
|
||||
#table-container {
|
||||
margin: 5% 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.status-message {
|
||||
display: none;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.form-text {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.links * {
|
||||
padding-left: 10px;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.links *:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.variable-value {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.units * {
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.units * b {
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user