Mainly work on interactive elements

This commit is contained in:
Stephan Hagedorn 2017-09-01 00:16:21 +02:00
parent 483d9b0bd8
commit e8ab9a51d7
7 changed files with 250 additions and 77 deletions

View file

@ -59,7 +59,7 @@ tfoot {
}
tr:nth-child(even) td {
background-color: $bright_color;
background-color: rgba($brightest_color, .1);
}
}
@ -70,7 +70,7 @@ tfoot {
caption {
@extend p;
padding: $half_space 0;
border: $basic_border_width dotted $basic_border_color;
border: $dotted_border;
text-align: center;
}