Files
openfoodnetwork/app/webpacker/css/admin/dashboard-single-ent.scss
2021-12-27 17:45:05 +00:00

24 lines
325 B
SCSS

@import "../darkswarm/mixins";
.dashboard_item.single-ent {
.header {
padding: 0.77778em 1.33333em 0.77778em 0.77778em;
height: auto !important;
}
.list {
.button.bottom {
width: 100%;
}
}
}
.button.big {
width: 100%;
font-size: 1rem;
@include border-radius(25px);
padding: 15px;
}