Skip to content

Commit

Permalink
style: delete unused comment and update template description comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fzn0x committed Jan 22, 2021
1 parent d11da30 commit 027e7a3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/assets/scss/app.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Speaksai, Technology Innovations Bootstrap HTML5 Landing Page
* Mazer, Technology Innovations Bootstrap HTML5 Landing Page
*
* File: app.scss
*
Expand Down
2 changes: 0 additions & 2 deletions src/assets/scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
.bg-light-#{$key} {
background-color: $value;
color: darken($value,80%);
// color: map-get($value, 'text-color');

}
}

Expand Down
2 changes: 1 addition & 1 deletion src/assets/scss/app.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Speaksai, Technology Innovations Bootstrap HTML5 Landing Page
* Mazer, Technology Innovations Bootstrap HTML5 Landing Page
*
* File: app.scss
*
Expand Down
3 changes: 1 addition & 2 deletions src/assets/scss/components/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.alert-#{$key} {
background-color: map-get($value, 'background-color');
color: map-get($value, 'text-color');
// box-shadow: 1px 2px 9px rgba(map-get($value, 'background-color'), .3);

a {
color: #fff;
font-weight: bold;
Expand All @@ -31,6 +31,5 @@
@each $key, $value in $theme-colors-light {
.alert-light-#{$key} {
background-color: $value;
// color: darken(map-get(map-get($alert-colors, $key), 'text-color'), .5)
}
}
3 changes: 0 additions & 3 deletions src/assets/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@

.btn {
// &[class*="btn-"]:not([class*="btn-outline-"]) {
// color: $btn-color;
// }
i,svg {
width: 16px;
height: 16px;
Expand Down

0 comments on commit 027e7a3

Please sign in to comment.