Basic static metadata styling
This commit is contained in:
parent
1a8011648f
commit
6610d57f91
2 changed files with 29 additions and 4 deletions
|
|
@ -203,6 +203,31 @@
|
|||
color: $ui-secondary-color;
|
||||
}
|
||||
|
||||
.metadata {
|
||||
margin: 15px 0;
|
||||
border: thin $ui-base-color solid;
|
||||
border-collapse: collapse;
|
||||
padding: 0;
|
||||
|
||||
th {
|
||||
margin: 0;
|
||||
border: thin $ui-base-color solid;
|
||||
padding: 0 5px;
|
||||
color: $ui-secondary-color;
|
||||
background: darken($ui-base-color, 8%);
|
||||
width: 94px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
td {
|
||||
margin: 0;
|
||||
border: thin $ui-base-color solid;
|
||||
padding: 0 5px;
|
||||
color: $ui-primary-color;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
display: block;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue