mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-06 02:51:34 +00:00
46 lines
711 B
SCSS
46 lines
711 B
SCSS
@import "../darkswarm/mixins";
|
|
|
|
.alert-box {
|
|
position: relative;
|
|
display: block;
|
|
background-color: #eff5dc;
|
|
border: 1px solid #9fc820;
|
|
color: #666;
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
|
|
@include border-radius(3px);
|
|
|
|
transition: opacity 300ms ease-out;
|
|
padding: 0.77778em 1.33333em 0.77778em 0.77778em;
|
|
|
|
a.close {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 0px;
|
|
font-size: 1.5em;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|