mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-03 22:06:07 +00:00
29 lines
355 B
SCSS
29 lines
355 B
SCSS
#info-dialog {
|
|
.message {
|
|
.text, .icon {
|
|
position: relative;
|
|
float:left;
|
|
display: inline;
|
|
}
|
|
|
|
.text {
|
|
padding-top: 10px;
|
|
width: 80%;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.icon {
|
|
width: 20%;
|
|
font-size: 2rem;
|
|
}
|
|
}
|
|
|
|
&.error {
|
|
.message {
|
|
.icon {
|
|
color: #da5354;
|
|
}
|
|
}
|
|
}
|
|
}
|