Nahrání lokálních souborů

This commit is contained in:
Emil Miler
2019-10-30 11:58:46 +01:00
commit dd8a1ab8cc
66 changed files with 1436 additions and 0 deletions

29
sass/_tables.scss Normal file
View File

@ -0,0 +1,29 @@
table {
border: 1px solid $border;
border-radius:3px;
background:linear-gradient(20deg, $primary 20%, $secondary 95%);
padding:0;
margin:0 2em 2em 0;
display:block;
clear:both;
float:left;
thead {
th {
padding:1em;
border-bottom:1px dashed $border;
}
}
tbody {
tr {
td {
padding:.5em .8em;
}
}
}
}