remove dirty tabs

integration-tests
Josha von Gizycki 6 years ago
parent 1ab7fb3d5e
commit 016a9b3c72

@ -32,8 +32,8 @@ h1 {
font-size: 1.5rem; font-size: 1.5rem;
small { small {
font-weight: normal; font-weight: normal;
font-size: 1.5rem; font-size: 1.5rem;
} }
} }
@ -69,10 +69,7 @@ img, svg {
.grid { .grid {
display: grid; display: grid;
grid-template-columns: 20rem auto; grid-template-columns: 20rem auto;
grid-template-areas: grid-template-areas: "header header" "nav main" "footer footer";
"header header"
"nav main"
"footer footer";
margin: auto; margin: auto;
header { header {
@ -127,14 +124,14 @@ img, svg {
} }
} }
svg { svg {
.node { .node {
text:nth-of-type(2) { text:nth-of-type(2) {
font-style: italic; font-style: italic;
font-size: .8rem; font-size: .8rem;
} }
} }
} }
} }
aside { aside {
@ -164,7 +161,7 @@ form {
} }
textarea { textarea {
height: 10rem; height: 10rem;
} }
label { label {
@ -230,9 +227,9 @@ table {
} }
thead { thead {
position: sticky; position: sticky;
top: 0; top: 0;
background-color: @body-background-color; background-color: @body-background-color;
th { th {
padding: @text-padding-v @text-padding-h; padding: @text-padding-v @text-padding-h;
@ -241,9 +238,9 @@ table {
} }
tbody { tbody {
input[type=submit] { input[type=submit] {
margin-bottom: 0; margin-bottom: 0;
} }
tr:hover { tr:hover {
background-color: @accent-color; background-color: @accent-color;

Loading…
Cancel
Save