1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

bootstrap fixes

This commit is contained in:
codecalm
2020-10-29 23:58:57 +01:00
parent 32f8e8be1d
commit a6c9c957ca
3 changed files with 4 additions and 4 deletions
+3 -2
View File
@@ -308,8 +308,8 @@ $carousel-control-next-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w
//close
$close-font-weight: $font-weight-normal !default;
$close-font-size: 1.5rem !default;
$btn-close-color: inherit !default;
$btn-close-width: .75rem !default;
//dropdown
$dropdown-item-padding-x: 1rem !default;
@@ -433,6 +433,7 @@ $spinner-border-width: 2px !default;
$spinner-border-width-sm: 1px !default;
//tables
$table-color: inherit !default;
$table-head-border-color: $border-color !default;
$table-head-padding-y: .5rem !default;
$table-head-color: $text-muted !default;
+1 -1
View File
@@ -5,7 +5,7 @@
@include scrollbar;
.text-muted {
color: rgba($color, $text-muted-opacity * $text-muted-opacity) !important;
color: rgba($color, $text-muted-opacity) !important;
}
.navbar-brand {
-1
View File
@@ -3,7 +3,6 @@
position: absolute;
top: 0;
right: 0;
font-size: 1rem;
width: $modal-header-height;
height: $modal-header-height;
margin: 0;