File "_dropdowns.scss"
Full path: /home/atrmarke/public_html/atrdemolive.site/px/scss/_dropdowns.scss
File
size: 0.35 KB (356 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
// Custom Dropdown Styling
.dropdown {
.dropdown-menu {
font-size: $dropdown-font-size;
.dropdown-header {
@extend .text-uppercase;
font-weight: 800;
font-size: 0.65rem;
color: $gray-500;
}
}
}
// Utility class to hide arrow from dropdown
.dropdown.no-arrow {
.dropdown-toggle::after {
display: none;
}
}