start with dropdown
This commit is contained in:
parent
46d9df8500
commit
84259fc9d6
|
@ -128,14 +128,28 @@ $db-gray: #C9C9C9
|
||||||
right: 0
|
right: 0
|
||||||
height: 100%
|
height: 100%
|
||||||
width: 4em
|
width: 4em
|
||||||
|
cursor: pointer
|
||||||
.icon
|
.icon
|
||||||
width: 2em
|
width: 2em
|
||||||
height: 2em
|
height: 2em
|
||||||
left: 0
|
left: 0
|
||||||
right: 0
|
right: 0
|
||||||
|
|
||||||
.dropdown
|
.dropdown
|
||||||
display: none
|
@include resetul
|
||||||
|
position: absolute
|
||||||
|
z-index: 50
|
||||||
|
width: 10em;
|
||||||
|
right: 0;
|
||||||
|
top: 3em;
|
||||||
|
border: solid;
|
||||||
|
background-color: $white
|
||||||
|
|
||||||
|
//display: none
|
||||||
|
|
||||||
|
// &:hover
|
||||||
|
// .dropdown
|
||||||
|
// display: block
|
||||||
|
|
||||||
|
|
||||||
@mixin colorDbelements($color)
|
@mixin colorDbelements($color)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user