mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
22 lines
293 B
SCSS
22 lines
293 B
SCSS
.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;
|
|
}
|