lux: fix .table-sm, closes #853

This commit is contained in:
Thomas Park
2018-07-20 21:15:07 -04:00
parent f19cf9a6a1
commit 17256282e9
6 changed files with 22 additions and 2 deletions

View File

@@ -118,6 +118,12 @@ th {
th, td {
padding: 1.5rem;
}
&-sm {
th, td {
padding: 0.75rem;
}
}
}
// Forms =======================================================================

View File

@@ -9585,6 +9585,10 @@ th {
padding: 1.5rem;
}
.table-sm th, .table-sm td {
padding: 0.75rem;
}
.dropdown-menu {
font-size: 0.765625rem;
text-transform: none;

File diff suppressed because one or more lines are too long

View File

@@ -118,6 +118,12 @@ th {
th, td {
padding: 1.5rem;
}
&-sm {
th, td {
padding: 0.75rem;
}
}
}
// Forms =======================================================================

View File

@@ -9585,6 +9585,10 @@ th {
padding: 1.5rem;
}
.table-sm th, .table-sm td {
padding: 0.75rem;
}
.dropdown-menu {
font-size: 0.765625rem;
text-transform: none;

File diff suppressed because one or more lines are too long