analogwp / analogwp-templates

Style Kits for Elementor adds a number of intuitive styling controls in the Elementor editor that allow you to apply styles globally or per page.
https://analogwp.com
27 stars 7 forks source link

Tweak Styles for ang-notice in Elementor editor #557

Closed JohnPixle closed 1 year ago

JohnPixle commented 2 years ago

We should improve and make consistent the appearance of our custom messages in the Elementor editor.

Please excuse my poorly written CSS below, but I hope you get the point.

Below I am sharing the suggested styles. Figma link.

Frame 134

Neutral (default style for ang notice. )

This should apply to all our notices by default, and replace their current style.

.ang-notice {
font-size:12px;
font-style:normal;
color: rgba(0, 0, 0, 0.7);
background: #EFEFEF;
border-radius: 4px;
}

.ang-notice a{
text-decoration: underline;
}

.ang-notice a:hover{
text-decoration: none;
}

blue

.ang-notice .blue{
background: #E6F6FF;
}

Yellow

.ang-notice .yellow{
background: #FDEAB9;
}

Please let me know if you need any further clarifications, and ping me for any help!

lushkant commented 2 years ago

Addressed in #550

JohnPixle commented 2 years ago

Re-opening

JohnPixle commented 2 years ago

Based on our discussion on Slack:

This is how it is supposed to look:

Screenshot 2022-09-16 at 12 27 06

No descriptions, only the link. Text will always be "edit in Style Kits"

Instances:

Let me know if you need any further help with this 👍🏻