mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
33 lines
684 B
SCSS
33 lines
684 B
SCSS
tbody.panel-ctrl {
|
|
tr.panel-row {
|
|
> td {
|
|
a.update {
|
|
cursor: pointer;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
font-size: 1.3rem;
|
|
background-color: $warning-red;
|
|
&:hover {
|
|
background-color: #CD4E4F;
|
|
}
|
|
&.disabled {
|
|
background-color: #C1C1C1;
|
|
}
|
|
&.saving {
|
|
background-color: #FF9848;
|
|
i.icon-refresh {
|
|
-webkit-animation: spin 2s infinite linear;
|
|
animation: spin 2s infinite linear;
|
|
}
|
|
}
|
|
span{
|
|
i{
|
|
font-size: 1.5rem;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|