feat: status page + maintenance
This commit is contained in:
@@ -27,26 +27,24 @@
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
width: 48em;
|
||||
background-color: yellow;
|
||||
}
|
||||
.title {
|
||||
font-size: 3em;
|
||||
font-weight: bold;
|
||||
margin: 2em;
|
||||
}
|
||||
.table_headers, .line {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: green;
|
||||
|
||||
}
|
||||
.header, .status {
|
||||
font-weight: bold;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
width: 16em;
|
||||
padding: 1em;
|
||||
background-color: violet;
|
||||
padding: 0.2em;
|
||||
}
|
||||
.table_content {
|
||||
display: flex;
|
||||
@@ -54,13 +52,16 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
background-color: cyan;
|
||||
}
|
||||
.status {
|
||||
font-weight: normal;
|
||||
}
|
||||
.container_log {
|
||||
text-align: left;
|
||||
width: 48em;
|
||||
padding: 0.2em;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.button {
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user