Nahrání lokálních souborů
This commit is contained in:
29
sass/_tables.scss
Normal file
29
sass/_tables.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user