integarting admin dashboard
This commit is contained in:
35
public/Dashboard/scss/common/dark/components/_dropdown.scss
Normal file
35
public/Dashboard/scss/common/dark/components/_dropdown.scss
Normal file
@ -0,0 +1,35 @@
|
||||
/* Dropdowns */
|
||||
|
||||
.dropdown {
|
||||
.dropdown-toggle {
|
||||
&:after {
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
border-bottom: 0;
|
||||
font: normal normal normal 24px/1 "themify";
|
||||
content: "\e64b";
|
||||
width: auto;
|
||||
height: auto;
|
||||
vertical-align: middle;
|
||||
line-height: .625rem;
|
||||
font-size: .875rem;
|
||||
margin-left: .3rem;
|
||||
}
|
||||
}
|
||||
.dropdown-menu {
|
||||
margin-top: 2px;
|
||||
font-size: $default-font-size;
|
||||
box-shadow: 0 1px 20px 0 rgba(0,0,0,.1);
|
||||
.dropdown-item {
|
||||
font-size: .875rem;
|
||||
padding: .25rem 1.5rem;
|
||||
&:hover {
|
||||
background-color: $body-color;
|
||||
}
|
||||
&:active {
|
||||
background: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user