62 lines
1.4 KiB
SCSS
62 lines
1.4 KiB
SCSS
.container {
|
|
width: 900px;
|
|
height: 500px;
|
|
position: relative;
|
|
}
|
|
|
|
#slider {
|
|
margin: 20px;
|
|
}
|
|
|
|
.kWgQNm {
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
-webkit-box-pack: start;
|
|
justify-content: flex-start;
|
|
align-content: center;
|
|
-webkit-box-align: center;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
flex-wrap: nowrap;
|
|
max-width: unset;
|
|
min-width: unset;
|
|
min-height: unset;
|
|
cursor: unset;
|
|
transform: unset;
|
|
word-break: unset;
|
|
z-index: unset;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
overflow: unset;
|
|
background: unset;
|
|
border-right: unset;
|
|
border-bottom: unset;
|
|
flex: 0 0 auto;
|
|
border-radius: unset;
|
|
transition: initial;
|
|
}
|
|
|
|
.kWgQNm {
|
|
// .active, .dfmgGo:hover{
|
|
// background-color: rgb(30, 172, 178);
|
|
// border-right: 1px solid rgb(30, 172, 178);
|
|
// border-top: 1px solid rgb(30, 172, 178);
|
|
// border-bottom: 1px solid rgb(30, 172, 178);
|
|
// color:white;
|
|
// }
|
|
|
|
.active,
|
|
.sc-bdVaJa:hover {
|
|
background-color: rgb(30, 172, 178);
|
|
color: white;
|
|
border-bottom: 1px solid rgb(30, 172, 178);
|
|
}
|
|
|
|
// .active, .bvKoMW:hover{
|
|
// background-color: rgb(30, 172, 178);
|
|
// border-right: 1px solid rgb(30, 172, 178);
|
|
// border-top: 1px solid rgb(30, 172, 178);
|
|
// border-bottom: 1px solid rgb(30, 172, 178);
|
|
// color:white;
|
|
// }
|
|
}
|