2022-09-30 10:00:08 +08:00

24 lines
394 B
SCSS

.dropDownItem {
width: 100%;
&--title {
position: relative;
z-index: 2000;
background-color: white;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
padding: 24px 0;
color: #8c8c8c;
font-size: 28px;
&--text {
display: block;
margin-right: 12px;
}
}
&Options {
padding: 24px 40px;
}
}