mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Explicitly set link color according to log entry type.
This commit is contained in:
parent
d8e0026bc6
commit
1aa7d9c6b3
1 changed files with 14 additions and 0 deletions
|
@ -229,6 +229,20 @@
|
|||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
&-actions a {
|
||||
.alert-danger & {
|
||||
color: @alert-danger-text;
|
||||
}
|
||||
|
||||
.alert-warning & {
|
||||
color: @alert-warning-text;
|
||||
}
|
||||
|
||||
.alert-info & {
|
||||
color: @alert-info-text;
|
||||
}
|
||||
}
|
||||
|
||||
&-feedback {
|
||||
float: right;
|
||||
|
||||
|
|
Loading…
Reference in a new issue