mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Adjust link hover color for error panel (#54)
This commit is contained in:
@@ -99,6 +99,13 @@ $bodyTopBottomPadding: 15px;
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
|
a {
|
||||||
|
&:hover {
|
||||||
|
color: #fff;
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.defaultBodyHeader {
|
.defaultBodyHeader {
|
||||||
|
|||||||
Reference in New Issue
Block a user