mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
32 lines
482 B
SCSS
32 lines
482 B
SCSS
@import "variables";
|
|
|
|
form[name="enterprise_form"] {
|
|
div.row.warning {
|
|
color: $warning-orange;
|
|
}
|
|
|
|
table.managers {
|
|
i.role {
|
|
float: right;
|
|
margin-left: 0.5em;
|
|
font-size: 1.5em;
|
|
cursor: pointer;
|
|
}
|
|
|
|
i.confirmation {
|
|
margin-left: 0.2em;
|
|
font-size: 1.2em;
|
|
cursor: pointer;
|
|
vertical-align: bottom;
|
|
|
|
&.confirmed {
|
|
color: #1ece1e;
|
|
}
|
|
|
|
&.unconfirmed {
|
|
color: #ed9524;
|
|
}
|
|
}
|
|
}
|
|
}
|