mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
There are other vars named brd, but I think border is clearer and doesn't need to be abreviated here.
45 lines
726 B
SCSS
45 lines
726 B
SCSS
form[name="enterprise_form"] {
|
|
div.row.warning {
|
|
color: $color-warning;
|
|
}
|
|
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.admin-enterprises-index-admin-actions-divider {
|
|
background-color: $color-tbl-border;
|
|
border-width: 0;
|
|
height: 1px;
|
|
margin-bottom: 1em;
|
|
margin-top: 1em;
|
|
}
|
|
|
|
table .enterprise-actions {
|
|
.warning-icon {
|
|
color: $color-warning;
|
|
font-size: 16px;
|
|
}
|
|
}
|