Skip to content

Commit

Permalink
Swatch fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jul 11, 2019
1 parent 5195329 commit 6a6818a
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 3 deletions.
13 changes: 13 additions & 0 deletions classes/module/swatch/darkly_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,16 @@
color: #fff;
}
}

// Fixes =======================================================================

.bg-white {
background-color: $gray-800 !important;
}

.bg-dark {
color: $gray-500;
&.text-light {
color: #fff !important;
}
}
12 changes: 9 additions & 3 deletions classes/module/swatch/lux_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
}
}

.nav-item {
margin-right: 2rem;
}
//.nav-item {
// margin-right: 2rem;
//}

// Buttons =====================================================================

Expand Down Expand Up @@ -186,3 +186,9 @@ th {
color: inherit;
}
}

// Fixes =======================================================================

#gotobottom {
margin-top: 7px !important;
}
6 changes: 6 additions & 0 deletions classes/module/swatch/materia_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -706,3 +706,9 @@ select.form-control {
}
}
}

// Fixes =======================================================================

#gotobottom {
margin-top: 11px !important;
}
15 changes: 15 additions & 0 deletions classes/module/swatch/slate_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -479,3 +479,18 @@ legend {
background-color: darken($gray-900, 5%);
}
}

// Fixes =======================================================================

.bg-white {
background-color: $card-bg !important;
}

.navbar .nav-link {
border-left: none;
border-right: none;
}

#gotobottom {
margin-top: 11px !important;
}
17 changes: 17 additions & 0 deletions classes/module/swatch/superhero_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,20 @@ label,
}
}
}

// Fixes =======================================================================

.bg-white {
background-color: $card-bg !important;
}

.bg-dark {
&.text-light {
color: #fff !important;
}
}

.block-cards .btn-outline-secondary {
@include button-outline-variant($gray-600);
border-color: $border-color;
}

0 comments on commit 6a6818a

Please sign in to comment.