mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 23:02:23 +04:00
32 lines
442 B
SCSS
32 lines
442 B
SCSS
.dropdown {
|
|
display: inline-block;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
box-shadow: $dropdown-box-shadow;
|
|
min-width: 12rem;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.dropdown-toggle {
|
|
user-select: none;
|
|
cursor: pointer;
|
|
|
|
&:after {
|
|
vertical-align: 0.155em;
|
|
}
|
|
|
|
&:empty:after {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
.dropdown-icon {
|
|
color: $text-muted-dark;
|
|
margin-right: .5rem;
|
|
margin-left: -.5rem;
|
|
width: 1em;
|
|
display: inline-block;
|
|
text-align: center;
|
|
vertical-align: -1px;
|
|
} |