mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-25 22:50:04 +05:30
Adjust link hover color for error panel (#54)
This commit is contained in:
parent
85d409ad30
commit
736122288c
@ -99,6 +99,13 @@ $bodyTopBottomPadding: 15px;
|
||||
font-size: 14px;
|
||||
line-height: 1.3;
|
||||
color: #fff;
|
||||
|
||||
a {
|
||||
&:hover {
|
||||
color: #fff;
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.defaultBodyHeader {
|
||||
|
Loading…
Reference in New Issue
Block a user