2018-05-14 13:41:30 +00:00
|
|
|
/** @format */
|
|
|
|
|
2018-05-10 19:23:41 +00:00
|
|
|
.woo-dash__card {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
background: white;
|
2018-05-14 13:41:30 +00:00
|
|
|
border: 1px solid $gray;
|
2018-05-10 19:23:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.woo-dash__card-header {
|
|
|
|
padding: 20px;
|
2018-05-14 13:41:30 +00:00
|
|
|
border-bottom: 1px solid $gray;
|
2018-05-10 19:23:41 +00:00
|
|
|
display: grid;
|
2018-05-14 15:47:42 +00:00
|
|
|
align-items: center;
|
2018-05-10 19:23:41 +00:00
|
|
|
|
|
|
|
.has-action & {
|
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-menu & {
|
|
|
|
grid-template-columns: 1fr 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-menu.has-action & {
|
|
|
|
grid-template-columns: 1fr 1fr 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woo-dash__card-action,
|
|
|
|
.woo-dash__card-menu {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woo-dash__card-body {
|
|
|
|
padding: 20px;
|
|
|
|
}
|