mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
24 lines
325 B
SCSS
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;
|
|
}
|