Merge pull request #8248 from overleaf/jel-reconfirmation-settings

[web] Icon color for React settings reconfirmation UI

GitOrigin-RevId: 0a4a06ee749e887d318f750636cad0ffd622b72b
This commit is contained in:
Thomas 2022-06-03 12:17:47 +02:00 committed by Copybot
parent f4ef8a3ea0
commit 694b4c2f89

View file

@ -197,15 +197,14 @@ tbody > tr.affiliations-table-warning-row > td {
padding: @padding-md;
&:not(.alert-info) {
background-color: @ol-blue-gray-0;
.fa-warning {
color: @brand-warning;
}
}
> *:not(:last-child) {
margin-right: @margin-md;
}
.fa-warning {
color: @brand-warning;
}
}
.setting-reconfirm-info-right {