Changed interactive elements

also tried to define global margin variable
This commit is contained in:
Stephan Hagedorn 2017-08-23 09:43:56 +02:00
parent f97f76ee3d
commit 615e5df2d9
5 changed files with 54 additions and 33 deletions

View file

@ -2,8 +2,7 @@
// -----------------------------------------------------------------------------
table {
margin-top: $space_2;
margin-bottom: $space_2;
margin: $high_margin;
border: $basic_border;
border-collapse: collapse;
}