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.
119 lines
2.0 KiB
119 lines
2.0 KiB
.sub-content {
|
|
.make-row();
|
|
.menu-xs {
|
|
|
|
|
|
@media (min-width: 0) {
|
|
.make-xs-column(12);
|
|
width: 100%;
|
|
|
|
margin-top: -10px;
|
|
|
|
.header {
|
|
display: none;
|
|
}
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
@media (min-width: @screen-tablet) {
|
|
width: 140px;
|
|
margin-top: 0;
|
|
|
|
.header {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.menu {
|
|
.make-md-column(3);
|
|
|
|
@media (min-width: 0) {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: @screen-desktop) {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.menu, .menu-xs {
|
|
|
|
// .make-sm-column(1);
|
|
// В разделе сотрудников заезжает контент
|
|
position: relative;
|
|
z-index: 100;
|
|
|
|
.header {
|
|
margin-top: 0;
|
|
}
|
|
|
|
li {
|
|
|
|
font-size: 12px;
|
|
|
|
@media (min-width: 0) {
|
|
display: inline-block;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
@media (min-width: @screen-tablet) {
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
border: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.content-about {
|
|
h1:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.make-xs-column(12);
|
|
|
|
.make-sm-column(10);
|
|
}
|
|
|
|
.content {
|
|
h1:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.make-lg-column(8);
|
|
.make-md-column(9);
|
|
|
|
.breadcrumb {
|
|
padding: 0;
|
|
margin-bottom: 0;
|
|
background-color: #fff;
|
|
border-radius: 0;
|
|
|
|
margin-top: 8px;
|
|
}
|
|
// .make-sm-column(11);
|
|
}
|
|
}
|
|
|
|
|