1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 18:39:29 +00:00

Styling cleanups for admin pages

This commit is contained in:
2022-02-06 19:44:42 +00:00
parent c0f4d567df
commit 9e523f98cd
4 changed files with 11 additions and 9 deletions

View File

@@ -20,27 +20,27 @@
}
.adminTable {
background-color: #E5E5E5;
background-color: $admin-bg;
padding: 1rem;
border-radius: 15px;
table {
width: 100%;
border-spacing: 0;
}
tr {
tbody tr {
@include on-event() {
background-color: white;
cursor: pointer;
}
}
td {
padding: .5rem;
th {
text-align: left;
}
&:last-child {
width: 100%;
}
td, th {
padding: .5rem 1rem;
}
}