mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
sidenav fixes
This commit is contained in:
+10
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user