woocommerce/plugins/woocommerce-admin/client/tasks/reminder-bar/reminder-bar.scss

30 lines
351 B
SCSS
Raw Normal View History

.woocommerce-layout__header-tasks-reminder-bar {
height: 40px;
background-color: #007cba;
display: flex;
justify-content: space-between;
align-items: center;
color: #fff;
2022-03-28 04:54:23 +00:00
&::before {
content: '';
}
button {
&:hover {
opacity: 0.7;
color: inherit;
}
color: inherit;
}
a {
color: inherit;
}
p {
font-size: 13px;
}
}