Skip to content
Snippets Groups Projects
Commit 043fada2 authored by m26lebla's avatar m26lebla
Browse files

adding color to the paragraphs action button when in layout builder dialog

parent 7b460491
No related branches found
No related tags found
1 merge request!3feature/ISTWCMS-4130-m26lebla-css_for_paragraphs_in_layout_builder
......@@ -2415,6 +2415,9 @@ button {
color: #25ffcc;
width: inherit; }
.paragraphs-dropdown-action.button {
color: #4e4e4e; }
/* stylelint-disable-next-line selector-no-qualifying-type */
ul.toolbar-menu {
font-size: 0.79rem; }
......
......@@ -265,4 +265,10 @@ button{
color: #25ffcc;
width:inherit;
}
}
// Color for button in dialog
.paragraphs-dropdown-action.button {
color: gesso-grayscale('gray-6');
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment