Files
openfoodnetwork/app/webpacker/css/admin/enterprises.scss
David Cook dcf857cafb Move warning colour definition to CSS
This also changes the orange to red, but that's part of the plan.
2023-05-26 15:11:23 +10:00

45 lines
727 B
SCSS

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;
}
}
}
}
.admin-enterprises-index-admin-actions-divider {
background-color: $admin-table-border;
border-width: 0;
height: 1px;
margin-bottom: 1em;
margin-top: 1em;
}
table .enterprise-actions {
.warning-icon {
color: $warning-red;
font-size: 16px;
}
}