mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-07 03:01:33 +00:00
54 lines
847 B
SCSS
54 lines
847 B
SCSS
form[name="enterprise_form"] {
|
|
div.row.warning {
|
|
color: $color-warning;
|
|
}
|
|
|
|
table.managers {
|
|
th {
|
|
div[data-controller="tooltip"] {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
i.role {
|
|
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;
|
|
}
|
|
}
|