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