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.
115 lines
2.3 KiB
115 lines
2.3 KiB
.price_option-select{
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
>.sidebar{
|
|
padding: 20px;
|
|
width: 15%;
|
|
min-width: 180px;
|
|
height: auto;
|
|
min-height: 80vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
border-right:1px #ccc solid;
|
|
>a{
|
|
margin:6px 0;
|
|
transition: .3s;
|
|
color:#666;
|
|
&:hover{
|
|
color:#000;
|
|
}
|
|
&.active{
|
|
color:#000;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
}
|
|
>.options{
|
|
width: 85%;
|
|
>div{
|
|
width: 80%;
|
|
margin:0 auto;
|
|
&.container{
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.price_option-index{
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
>.sidebar{
|
|
padding: 20px;
|
|
width: 15%;
|
|
min-width: 180px;
|
|
height: auto;
|
|
min-height: 80vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
border-right:1px #ccc solid;
|
|
>a{
|
|
margin:6px 0;
|
|
transition: .3s;
|
|
color:#666;
|
|
&:hover{
|
|
color:#000;
|
|
}
|
|
&.active{
|
|
color:#000;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
}
|
|
>.options{
|
|
width: 85%;
|
|
>div{
|
|
width: 80%;
|
|
margin:0 auto;
|
|
&.container{
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.btn-secondary{
|
|
background-color: #6C757D;
|
|
}
|
|
.text-light{
|
|
color:#fff;
|
|
}
|
|
.pagination {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-top: 15px;
|
|
small{
|
|
color:#111;
|
|
font-size: 13px;
|
|
}
|
|
.links{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
a {
|
|
color: black;
|
|
float: left;
|
|
padding: 8px 16px;
|
|
text-decoration: none;
|
|
transition: background-color .3s;
|
|
&.active {
|
|
background-color: #1E74FD;
|
|
color: white;
|
|
border-radius: 5px;
|
|
}
|
|
&:hover:not(.active) {background-color: #ddd;}
|
|
&.disabled{
|
|
cursor:not-allowed;
|
|
&:hover:not(.active) {background-color: transparent;}
|
|
}
|
|
}
|
|
|
|
}
|
|
|