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.
 
 
 
 
 
 

71 lines
1.2 KiB

.nice {
.nice-tabs {
margin-top: 15px;
.tabs-list {
font-size: @font-size-h4;
}
}
.nice-catalog {
.make-row();
.nice-categories {
.make-xs-column(12);
.make-sm-column(6);
ul {
li {
width: 49%;
.btn {
padding: 0;
}
padding-bottom: 5px;
}
li.active {
button {
font-weight: bold;
color: #000000;
text-decoration: none;
}
}
}
}
.nice-classes {
.make-xs-column(12);
.make-sm-column(6);
border-left: 2px solid #ccc;
label {
font-weight: 100;
}
}
}
.nice-selected {
.label {
font-weight: 100;
}
}
.nice-all {
ul {
li {
width: 49%;
label {
font-weight: 100;
}
}
}
}
}