accounts-frontend/src/components/footerMenu/footerMenu.scss

17 lines
280 B
SCSS
Raw Normal View History

2016-05-22 22:55:38 +05:30
.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;
}
}
}