mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-13 16:58:59 +05:30
22 lines
365 B
SCSS
22 lines
365 B
SCSS
.helpLinks {
|
|
margin: 8px 0;
|
|
position: relative;
|
|
height: 20px;
|
|
|
|
color: #444;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
|
|
a {
|
|
color: #444;
|
|
border-bottom: 1px dotted #444;
|
|
text-decoration: none;
|
|
transition: .25s;
|
|
|
|
&:hover {
|
|
border-bottom-color: #777;
|
|
color: #777;
|
|
}
|
|
}
|
|
}
|