Server: (static) apps table

Organized image files.
This commit is contained in:
2019-09-21 23:36:29 -04:00
parent 5f5fd0d0a6
commit 7ec40caf8e
26 changed files with 289 additions and 149 deletions

View File

@@ -500,6 +500,36 @@ footer {// {{{
}// }}}
#server {// {{{
table {
margin-top: 1.75em;
}
th, td {
@include vert-padding-rem(.4);
@include side-padding-rem(.5);
border: 1px solid rgba(160, 159, 147, .5);
}
th {
color: $base-orange;
text-align: center;
font-size: 1.3em;
}
td {
font-size: .9em;
}
.status {
text-align: center;
img {
height: 2em;
}
}
}// }}}
// TODO: converted up to here
// hero {{{ //