Adding new style tables.
This commit is contained in:
parent
7b52be5cc1
commit
d0f414da6c
@ -42,15 +42,20 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table {
|
table {
|
||||||
padding: 10px;
|
color: $background_div;
|
||||||
background: $background_div;
|
background: $color_div;
|
||||||
color: $color_div;
|
}
|
||||||
border-radius: 10px;
|
table tbody tr:first-child th {
|
||||||
|
border-top: 3px solid $background_div;
|
||||||
|
}
|
||||||
|
tr td:first-child,tr th:first-child {
|
||||||
|
border-left: 3px solid $background_div;
|
||||||
}
|
}
|
||||||
th,td {
|
th,td {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
border: 3px solid $color_div;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
border-right: 3px solid $background_div;
|
||||||
|
border-bottom: 3px solid $background_div;
|
||||||
}
|
}
|
||||||
th,td {
|
th,td {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user