Skip to content

Commit

Permalink
MNT Fix scss lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jun 5, 2024
1 parent 363f83f commit d91bcfd
Show file tree
Hide file tree
Showing 5 changed files with 449 additions and 819 deletions.
3 changes: 0 additions & 3 deletions .stylelintignore

This file was deleted.

2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/src/components/BannerBlock/Frontend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

.banner-element__call-to-action {
padding: 10px;
background: red;
color: white !important;
background: #f00;
color: #fff !important;
display: inline-block;
text-decoration: none;
margin-bottom: 10px;
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/BlockLinkField/BlockLinkField.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
}
}

.block-link-field__icon::before {
.block-link-field__icon:before {
content: "2"; // font-icon-link
font-family: silverstripe;
font-family: "silverstripe";
font-size: $font-size-lg * 1.2;
left: $btn-icon-spacing;
margin-right: $btn-icon-spacing * 3;
Expand Down
Loading

0 comments on commit d91bcfd

Please sign in to comment.