Skip to content

Commit

Permalink
bootstrap fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 29, 2020
1 parent 32f8e8b commit a6c9c95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/scss/layout/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion src/scss/ui/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
position: absolute;
top: 0;
right: 0;
font-size: 1rem;
width: $modal-header-height;
height: $modal-header-height;
margin: 0;
Expand Down

0 comments on commit a6c9c95

Please sign in to comment.