Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
admin
/
public
/
src
/
sass
/
theme-components
/
Filename :
_dropdown.scss
back
Copy
/*---------------------------------------- Dropdown ------------------------------------------*/ .dropdown-content { li { &:hover, &.active { background-color: $dropdown-hover-bg-color; } & > a, & > span { padding: (($dropdown-item-height - 22) / 2) 24px; &:hover, &.active { background-color: $dropdown-hover-bg-color; } } // Icon alignment override & > a > i { margin: 0 12px 0 0; width: 24px; } } }