Files
piratepoet/mailpoet/assets/css/src/components-automation-analytics/_header.scss
Rostislav Wolny 3bed8cabed Fix icons and spacing issues on the automations stats page
With the previous fix I accidentally applied box-sizing: border-box;
to everything on the page.
This commit fixes it so that the rule is applied only in places
where it was applied before the upgrade.
[MAILPOET-5714]
2024-02-19 11:44:33 +01:00

51 lines
811 B
SCSS

@import 'colors';
.mailpoet-automation-analytics-title {
color: $color-gutenberg-grey-700;
font-size: 16px;
a {
color: inherit;
text-decoration: none;
}
strong {
color: $color-gutenberg-grey-900;
}
.mailpoet-analytics-badge {
display: inline-block;
margin-left: 8px;
}
}
.mailpoet-analytics-header {
align-items: end;
display: flex;
justify-content: space-between;
margin-bottom: 24px;
.woocommerce-filters-filter {
width: 100%;
* {
box-sizing: border-box;
}
}
.components-dropdown {
.components-button.is-primary {
box-shadow: none;
}
}
}
.admin_page_mailpoet-automation-analytics {
.woocommerce-filters-date__content .components-popover__content {
padding: 0;
* {
box-sizing: border-box;
}
}
}