18 lines
302 B
SCSS
Raw Normal View History

2016-05-22 20:25:38 +03:00
.footerMenu {
font-size: 12px;
2016-05-27 23:38:11 +03:00
line-height: 1.5;
2016-05-22 20:25:38 +03:00
color: #666;
a {
color: #666;
border-bottom: 1px dotted #666;
text-decoration: none;
transition: .25s;
&:hover {
border-bottom-color: #777;
color: #777;
}
}
}