Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Stylelint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ouun committed May 28, 2020
1 parent e7f3851 commit caa0f99
Show file tree
Hide file tree
Showing 4 changed files with 759 additions and 697 deletions.
2 changes: 1 addition & 1 deletion app/Customizer/Customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function () {
new HeaderPanel();
new ArchivesPanel();
new FooterPanel();
new ColorsPanel();
new ColorsPanel();
},
100
);
Expand Down
1 change: 1 addition & 0 deletions resources/assets/styles/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ fieldset {

legend {
@apply text-center px-4;

@extend %label;
}
}
Expand Down
8 changes: 0 additions & 8 deletions resources/assets/styles/config/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,29 @@ $colors: (
/* Black & White */
"black": rgb(0, 0, 0),
"white": rgb(255, 255, 255),

/* Background */
"body": #f9f9f9,

/* Text colors */
"copy": #333,
"heading": #333,

/* Link colors */
"link": var(--color-copy),
"hover": var(--color-blue-dark),

/* Brand Colors */
"primary": var(--color-blue-dark),
"secondary": #dd6b20,

/* Red */
"red-light": #feb2b2,
"red": #f56565,
"red-dark": #c53030,

/* Green */
"green-light": #9ae6b4,
"green": #48bb78,
"green-dark": #2f855a,

/* Blue */
"blue-light": #90cdf4,
"blue": #4299e1,
"blue-dark": #2b6cb0,

/* Gray */
'gray-100': #f7fafc,
'gray-200': #edf2f7,
Expand Down
Loading

0 comments on commit caa0f99

Please sign in to comment.