mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Inline links in the hint now match the theme.
This commit is contained in:
parent
5f7ffb5a8c
commit
d7a1c7f693
1 changed files with 3 additions and 1 deletions
|
@ -181,6 +181,7 @@
|
|||
|
||||
.card-hint:extend(.card-thin) {
|
||||
margin-top: 10px;
|
||||
padding-bottom: 7px;
|
||||
cursor: default;
|
||||
|
||||
&-icon-container {
|
||||
|
@ -235,7 +236,8 @@
|
|||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
&-actions a {
|
||||
&-actions a,
|
||||
&-text a {
|
||||
.alert-danger & {
|
||||
color: @alert-danger-text;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue