mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
f4ef8a3ea0
commit
694b4c2f89
1 changed files with 3 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue