Remove margins for styles api settings button class

This commit is contained in:
Tanya Fomina 2022-08-14 17:17:16 +03:00
commit f82fc2aaec

View file

@ -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);
}