woocommerce/plugins/woocommerce-admin/client/dashboard/widgets/agenda/style.scss

102 lines
1.7 KiB
SCSS

/** @format */
.woocommerce-dashboard__agenda-card .woocommerce-card__body {
padding: 0;
}
.woocommerce-dashboard__agenda-group-wrapper {
background: #f9f9f9;
font-size: 13px;
text-decoration: none;
display: block;
.woocommerce-dashboard__agenda-group-label {
font-size: 13px;
font-weight: normal;
.woocommerce-count {
border-color: $white;
background: $white;
margin-right: 8px;
}
}
}
.woocommerce-dashboard__agenda-group-content {
background: $white;
padding: 16px;
}
.woocommerce-dashboard__agenda-group-title {
height: 60px;
padding: 20px 0px 0px 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
&.is-accordion {
cursor: pointer;
}
.woocommerce-dashboard__agenda-group-label {
margin: 0;
}
.woocommerce-dashboard__agenda-group-arrow,
.components-button {
position: relative;
padding: 16px;
outline: none;
width: 100%;
text-align: right;
border: none;
box-shadow: none;
color: #444;
}
.woocommerce-dashboard__agenda-group-arrow .dashicon,
.components-icon-button {
overflow: visible;
}
.components-button:not(:disabled):focus,
.components-button:not(:disabled):hover {
box-shadow: none;
background: transparent;
}
.components-button:not(:disabled):focus {
.dashicon {
box-shadow: inset 0 0 0 1px $gray-darken-10, inset 0 0 0 2px $white;
}
}
&.is-link {
a {
color: #444;
}
}
.dashicon {
position: absolute;
top: -18px;
right: 32px;
}
}
.woocommerce-dashboard__agenda-item-wrapper {
display: flex;
flex: 1;
flex-direction: row;
justify-content: space-between;
margin-bottom: 8px;
&:last-child {
margin-bottom: 0;
}
}
.woocommerce-dashboard__agenda-item-content {
max-width: 75%;
}