You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
766 B
68 lines
766 B
|
|
|
|
footer {
|
|
.make-row();
|
|
|
|
margin-top: 10px;
|
|
margin-bottom: 5px;
|
|
opacity: 0.5;
|
|
|
|
font-size: 12px;
|
|
|
|
.background-line-pattern {
|
|
opacity: 0.13;
|
|
}
|
|
|
|
a {
|
|
color: #000000;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
li.active {
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.about {
|
|
.make-xs-column(2);
|
|
|
|
margin-top: -10px;
|
|
|
|
.copyright {
|
|
margin-top: 5px;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
ul {
|
|
margin-top: 16px;
|
|
|
|
li {
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.menu {
|
|
.make-xs-column(4);
|
|
|
|
h5 {
|
|
margin-top: 6px;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
li {
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
|
|
.contacts {
|
|
.make-xs-column(2);
|
|
|
|
margin-top: 39px;
|
|
|
|
li {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
}
|
|
|