Flip position of Header buttons
This commit is contained in:
parent
9c4f96728d
commit
b3b9ef5733
1 changed files with 19 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
.Header {
|
.Header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
height: 48px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -10,3 +11,21 @@
|
||||||
.Header .push {
|
.Header .push {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown {
|
||||||
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown:hover {
|
||||||
|
padding-right: 50px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown:hover .Button > * {
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown:hover .Menu {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue