mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-03 20:19:07 +05:30
17 lines
280 B
SCSS
17 lines
280 B
SCSS
|
.footerMenu {
|
||
|
font-size: 12px;
|
||
|
color: #666;
|
||
|
|
||
|
a {
|
||
|
color: #666;
|
||
|
border-bottom: 1px dotted #666;
|
||
|
text-decoration: none;
|
||
|
transition: .25s;
|
||
|
|
||
|
&:hover {
|
||
|
border-bottom-color: #777;
|
||
|
color: #777;
|
||
|
}
|
||
|
}
|
||
|
}
|