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.
61 lines
1.2 KiB
61 lines
1.2 KiB
.sub-content {
|
|
.make-row();
|
|
|
|
.menu {
|
|
.make-lg-column(2);
|
|
.make-md-column(2);
|
|
// .make-sm-column(1);
|
|
// В разделе сотрудников заезжает контент
|
|
position: relative;
|
|
z-index: 100;
|
|
|
|
li {
|
|
@media (min-width: 320px) {
|
|
display: inline-block;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
@media (min-width: @screen-md-min) {
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
h5 {
|
|
font-weight: 700;
|
|
}
|
|
li.active {
|
|
display: inline-block;
|
|
background: #EDEDED;
|
|
padding: 1px 5px;
|
|
margin: -5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
@media (min-width: 320px) {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
a {
|
|
color: #000000;
|
|
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.content {
|
|
.make-lg-column(8);
|
|
.make-md-column(10);
|
|
.breadcrumb {
|
|
padding: 0;
|
|
margin-bottom: 0;
|
|
background-color: #fff;
|
|
border-radius: 0;
|
|
|
|
margin-top: 8px;
|
|
}
|
|
// .make-sm-column(11);
|
|
}
|
|
} |