Server: (static) apps table
Organized image files.
This commit is contained in:
@@ -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 {{{ //
|
||||
|
||||
Reference in New Issue
Block a user