mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 12:51:35 +02:00
Explicitly set link color according to log entry type.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user