mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-17 15:02:59 +00:00
lux: fix .table-sm, closes #853
This commit is contained in:
6
dist/lux/_bootswatch.scss
vendored
6
dist/lux/_bootswatch.scss
vendored
@@ -118,6 +118,12 @@ th {
|
||||
th, td {
|
||||
padding: 1.5rem;
|
||||
}
|
||||
|
||||
&-sm {
|
||||
th, td {
|
||||
padding: 0.75rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Forms =======================================================================
|
||||
|
4
dist/lux/bootstrap.css
vendored
4
dist/lux/bootstrap.css
vendored
@@ -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;
|
||||
|
2
dist/lux/bootstrap.min.css
vendored
2
dist/lux/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -118,6 +118,12 @@ th {
|
||||
th, td {
|
||||
padding: 1.5rem;
|
||||
}
|
||||
|
||||
&-sm {
|
||||
th, td {
|
||||
padding: 0.75rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Forms =======================================================================
|
||||
|
4
docs/4/lux/bootstrap.css
vendored
4
docs/4/lux/bootstrap.css
vendored
@@ -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;
|
||||
|
2
docs/4/lux/bootstrap.min.css
vendored
2
docs/4/lux/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user