Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions resources/backend/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,24 +167,25 @@ body.settings_page__wp_convertkit_settings .wrap .postbox textarea.convertkit-mo
* Beta Label
*/
body.settings_page__wp_convertkit_settings ul.convertkit-tabs li a span.convertkit-beta-label {
background-color: #f0fff3;
background-color: #f3e3f9;
border-radius: 9999px;
color: #4ec776;
color: #4a265a;
margin: 0 0 0 12px;
padding: 1px 8px;
font-weight: 400;
padding: 3px 8px;
font-weight: 600;
font-size: 12px;
}

body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta span.convertkit-beta-label {
display: inline-block;
background-color: #f0fff3;
background-color: #f3e3f9;
border-radius: 9999px;
color: #4ec776;
color: #4a265a;
border-width: 1px;
margin: 7px 0 0 12px;
padding: 1px 8px;
margin: 4px 0 0 12px;
padding: 4px 8px;
vertical-align: top;
font-weight: 600;
font-size: 12px;
}

Expand Down
Loading