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.
122 lines
1.5 KiB
122 lines
1.5 KiB
.sub-footer {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
footer {
|
|
.make-row();
|
|
|
|
margin-top: 100px;
|
|
margin-bottom: 5px;
|
|
opacity: 0.5;
|
|
|
|
font-size: 12px;
|
|
|
|
.background-line-pattern {
|
|
opacity: 0.2;
|
|
}
|
|
|
|
a {
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
li.active {
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.about {
|
|
.make-xs-column(4);
|
|
.make-sm-column(3);
|
|
.make-md-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);
|
|
|
|
@media (min-width: 0px) {
|
|
margin-left: 30px;
|
|
width: 150px;
|
|
}
|
|
|
|
@media (min-width: 530px) {
|
|
margin-left: initial;
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
|
margin-top: 6px;
|
|
margin-bottom: 18px;
|
|
|
|
color: #000;
|
|
}
|
|
|
|
li {
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
|
|
.content {
|
|
.make-xs-column(6);
|
|
|
|
@media (min-width: 0px) {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 900px) {
|
|
display: block;
|
|
}
|
|
|
|
.footer-ratings {
|
|
margin-top: 39px;
|
|
|
|
.title {
|
|
td {
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
|
|
.contacts {
|
|
.make-sm-column(3);
|
|
.make-md-column(2);
|
|
|
|
@media (min-width: 0px) {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 530px) {
|
|
display: block;
|
|
}
|
|
|
|
margin-top: 39px;
|
|
|
|
li {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.btn {
|
|
margin-left: -5px;
|
|
}
|
|
}
|
|
}
|
|
|