26 lines
293 B
SCSS
Raw Normal View History

/*
Footer ankete
*/
#footer_survey {
padding-top: 20px;
padding-bottom: 40px;
font-size: 14px;
font-weight: normal;
text-decoration: none;
color: gray;
a{
color: gray;
}
a:hover {
text-decoration: none;
}
p.footer_mobile {
display: block;
margin-bottom: 10px;
}
}