.note-dropdown { position: relative; } .note-color { .dropdown-toggle { width: 30px; padding-left: 5px; } } .note-dropdown-menu { display: none; min-width: 250px; position: absolute; top: 100%; left: 0; z-index : $zindex-dropdown; float: left; text-align:left; background: $dropdown-color-bg; border: $dropdown-border-width solid $dropdown-border-color; padding: .5rem 0; background-clip: padding-box; box-shadow: $dropdown-box-shadow; border-radius: $dropdown-border-radius; > *:last-child { margin-right: 0; } .note-fontsize &{ min-width: 70px; } .note-btn-group{ margin: 5px !important; } } .note-btn-group.open .note-dropdown-menu { display: block; } .note-dropdown-item { display: block; padding: .25rem 1rem; .note-fontsize &{ padding: .25rem .5rem; font-size: 13px; } &[aria-label="pre"]{ border-bottom: 1px solid $border-color; margin-bottom: .5rem; padding-bottom: .75rem; } } a.note-dropdown-item, a.note-dropdown-item:hover { color: $black; text-decoration: none; }