24 lines
394 B
SCSS
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;
|
|
}
|
|
}
|