Skip to content

Commit

Permalink
chore(comments): for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 committed Mar 14, 2024
1 parent 1b5e0ba commit d0fb171
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/layouts/components/Editor/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
color: black;

&::after {
// Using sgds-icons.chevron-down
font-family: "sgds-icons";
content: "\E93C";
justify-content: center;
Expand All @@ -189,6 +190,7 @@
}

&.is-open > button::after {
// Using sgds-icons.chevron-down
font-family: "sgds-icons";
content: "\E93C";
transform: rotate(180deg);
Expand Down
2 changes: 1 addition & 1 deletion src/styles/isomer-cms/elements/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

body {
font-family: "Inter", sans-serif;
font-size: 20px;
font-size: 16px;
background: $base-background;
margin: 0;
padding: 0;
Expand Down
1 change: 1 addition & 0 deletions src/styles/isomer-cms/pages/Editor.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ details.isomer-details summary::marker {
}

details.isomer-details summary::after {
// Using sgds-icons.chevron-down
font-family: "sgds-icons";
content: "\E93C";
transition: 0.25s transform ease;
Expand Down

0 comments on commit d0fb171

Please sign in to comment.