1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00

sidenav fixes

This commit is contained in:
chomik
2019-05-13 21:35:18 +02:00
parent 6146ad89fb
commit 21c38e454b
10 changed files with 77 additions and 45 deletions
+10 -1
View File
@@ -1,4 +1,14 @@
.table {
thead {
th {
border-width: $table-border-width;
background: $gray-100;
text-transform: uppercase;
font-size: $h6-font-size;
font-weight: 600;
}
}
th {
padding-top: .5rem;
padding-bottom: .5rem;
@@ -8,7 +18,6 @@
}
}
.table-md {
th,
td {