mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-10 23:07:47 +00:00
30 lines
452 B
SCSS
30 lines
452 B
SCSS
form[name="enterprise_form"] {
|
|
div.row.warning {
|
|
color: #DA7F52;
|
|
}
|
|
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
}
|