blob: 5cdc2c0abc7ce0b082b98b70b844b21234f011a4 [file] [log] [blame]
@import '../../../elements-sk/modules/colors';
skottie-dropdown-sk {
.base {
box-shadow: none;
background: var(--surface);
border-radius: 4px;
border: none;
color: var(--on-surface);
font-size: 14px;
margin: 0;
padding: 8px 6px;
&--border {
border: 1px solid;
border-color: var(--on-surface);
}
&--full {
width: 100%;
}
}
}