mirror of
https://github.com/codex-team/editor.js
synced 2026-03-18 00:19:53 +01:00
Remove margins for styles api settings button class
This commit is contained in:
parent
ae5c05b365
commit
f82fc2aaec
1 changed files with 1 additions and 8 deletions
|
|
@ -36,18 +36,11 @@
|
|||
|
||||
/**
|
||||
* Settings
|
||||
* @deprecated - use tunes config instead of creating html element with controls
|
||||
*/
|
||||
.cdx-settings-button {
|
||||
@apply --toolbar-button;
|
||||
|
||||
&:not(:nth-child(3n+3)) {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
&:nth-child(n+4) {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
&--active {
|
||||
color: var(--color-active-icon);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue