Skip to content

Commit

Permalink
FIX: Code Syntax - kanboard-email-history.css
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 19, 2023
1 parent 26f4354 commit 7641d6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# https://github.com/marketplace/actions/super-linter#environment-variables
env:
# Change to 'true' to scan all files, 'false' for new or edited files
VALIDATE_ALL_CODEBASE: true
VALIDATE_ALL_CODEBASE: false
# Change to 'master' if your main branch differs
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions Assets/css/kanboard-email-history.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
--pp-green-dark: #055D20;
--pp-orange: #FF6500;
--blue-icon-dark: #034CA6;
--button-blue-gradient: linear-gradient(to bottom, #7892c2 80%, #476e9e 100%);
--button-blue-gradient: linear-gradient(to bottom, #7892C2 80%, #476E9E 100%);
--blue-border-gradient-match: #476E9E;
--button-background-delete: #D05C84;
--link-color-primary: #36C;
--link-color-primary: #3366CC;
--header-page-margin-kbemailhistory: 5px 15px 10px 15px;
--page-margin-kbemailhistory: 0px 15px 0px 15px;
--title-margin-kbemailhistory: 0px 15px 0px 15px;
--page-margin-kbemailhistory: 0 15px 0 15px;
--title-margin-kbemailhistory: 0 15px 0 15px;
--border-radius-kbemailhistory: 3px;
--panel-background-kbemailhistory: #EEEEEE;
--transition-kbemailhistory: ease-in-out all .3s;
Expand All @@ -39,7 +39,7 @@
.pp-dark-green { color: var(--pp-green-dark); fill: var(--pp-green-dark); }
.pp-orange { color: var(--pp-orange); fill: var(--pp-orange); }

.display-none, .d-none { display: none !important; }
.display-none, .d-none { display: none; }

.font-weight-bold { font-weight: bold; }

Expand Down

0 comments on commit 7641d6b

Please sign in to comment.