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 10, 2024
1 parent dbbfded commit 36f3798
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion .stylelintignore

This file was deleted.

10 changes: 1 addition & 9 deletions client/src/styles/LeftAndMain_Subsites.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,13 @@
height: 51px;
border-bottom: 3px solid #d4d0c8;
color: #fff;
}

#SubsiteActions {
fieldset {
padding: 3px;
border-style: none;
margin-top: 1px;
background: none;
}
}

#SubsiteActions {
fieldset {
span {
padding: 3px;
}
Expand All @@ -44,7 +38,7 @@
.dropdown {
span {
padding-left: 5px;
color: black;
color: #000;
}
}
}
Expand Down Expand Up @@ -75,9 +69,7 @@
.field {
margin-left: 100px;
}
}

#Form_AddSubsiteForm {
label.left {
float: left;
width: 100px;
Expand Down

0 comments on commit 36f3798

Please sign in to comment.