forked from hackforla/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Style linting issues (hackforla#2495)
* Find all css linting errors * Fixed about page css linting issues * Removed duplicate class in _dashboard.scss * Fixed linting issues in _events.scss * Fixed linting issues in _home.scss * Fixed linting issues in _project-page.scss * Fixed linting issues in _toolkit.scss * Adding ignore for duplicate properties in stylelintrc * Fixed accordion css issues * Changed margin in _events.scss * Reverted changes to _toolkit.scss
- Loading branch information
Showing
7 changed files
with
15 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
"no-duplicate-selectors": true, | ||
"no-extra-semicolons": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,4 @@ | |
|
||
iframe{ | ||
margin: 0 auto 0 auto; | ||
} | ||
|
||
.dashboardEmbed { | ||
background-color: #020d2d; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -420,7 +420,6 @@ button { | |
.column { | ||
display: flex; | ||
flex-direction: column; | ||
flex-basis: 100%; | ||
flex: 1; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters