Skip to content

Commit

Permalink
Editor specific CSS variables (#1248)
Browse files Browse the repository at this point in the history
* Neeto Editor specific CSS variables - base

* Update NeetoUI variables

* Removed comments

* Remove border from image

* Remove border from video
  • Loading branch information
praveen-murali-ind authored Oct 22, 2024
1 parent 6fe4aa1 commit 85b4bbe
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 98 deletions.
6 changes: 3 additions & 3 deletions src/styles/editor/_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
}

.neeto-editor {
@extend .neeto-editor-content;

max-width: 100% !important;
border-radius: var(--neeto-ui-rounded);
white-space: pre-wrap;
Expand Down Expand Up @@ -79,8 +81,6 @@
line-height: 1;
padding: 4px;
}

@extend .neeto-editor-content;
}

.neeto-editor-character-count {
Expand Down Expand Up @@ -114,4 +114,4 @@
&__item {
padding: 8px 12px;
}
}
}
Loading

0 comments on commit 85b4bbe

Please sign in to comment.