Sha256: fce2d8bd281baff1d69cd3ae1222b2c9615271d8f7005bb12c0b72ef75a354d1
Contents?: true
Size: 658 Bytes
Versions: 2
Compression:
Stored size: 658 Bytes
Contents
// Customize header dropdown menus. Declare both 'dropdown custom-dropdown' classes on the HTML element. // We will still use the default Bootstrap dropdown but will overwrite some of it's default styles. .custom-dropdown { float: right; .dropdown-toggle { display: block; text-align:center; line-height:42px; padding:0 15px; color:#CCC; cursor:pointer; background:transparent; border:0; outline:0; -webkit-user-select: none; -webkit-appearance:none; i.fa { vertical-align: middle; } } .dropdown-menu { top: 122%; border-radius: 0; min-width: 230px; > li { > a { padding: 10px 20px; i { margin-right: 8px; } } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
biola_frontend_toolkit-0.4.1 | app/assets/stylesheets/toolkit/_custom-dropdown.scss |
biola_frontend_toolkit-0.4.0 | app/assets/stylesheets/toolkit/_custom-dropdown.scss |