mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-26 03:02:25 -05:00
[ux] float menu buttons
This commit is contained in:
parent
baaa81c9ed
commit
463fb2baf3
@ -571,26 +571,25 @@ button.secondary:hover:not(:disabled) {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
#menu .main {
|
#menu .main {
|
||||||
margin-bottom: 10px;
|
margin: 10px 0 0 0;
|
||||||
}
|
|
||||||
#menu .main li {
|
|
||||||
list-style-type: none;
|
|
||||||
margin: 10px 0 5px 0;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#menu .main li:last-child {
|
#menu .main li {
|
||||||
margin: 0;
|
display: inline-block;
|
||||||
|
}
|
||||||
|
#menu .main li:last-of-type a {
|
||||||
|
margin-left: 5px;
|
||||||
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
#menu .main li svg {
|
#menu .main li svg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 10px;
|
left: 5px;
|
||||||
margin-top: -13px;
|
margin-top: -13px;
|
||||||
fill: #fff;
|
fill: #fff;
|
||||||
}
|
}
|
||||||
#menu .main li a {
|
#menu .main li a {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 150px;
|
|
||||||
}
|
}
|
||||||
#menu h1 {
|
#menu h1 {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -15,25 +15,25 @@
|
|||||||
noselect()
|
noselect()
|
||||||
|
|
||||||
.main
|
.main
|
||||||
margin-bottom: 10px
|
margin: 10px 0 0 0
|
||||||
li
|
|
||||||
list-style-type: none
|
|
||||||
margin: 10px 0 5px 0
|
|
||||||
text-align: center
|
text-align: center
|
||||||
|
li
|
||||||
|
display: inline-block
|
||||||
|
|
||||||
&:last-child
|
&:last-of-type
|
||||||
margin: 0
|
a
|
||||||
|
margin-left: 5px
|
||||||
|
padding-left: 30px
|
||||||
|
|
||||||
svg
|
svg
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 50%
|
top: 50%
|
||||||
left: 10px
|
left: 5px
|
||||||
margin-top: -13px
|
margin-top: -13px
|
||||||
fill: white
|
fill: white
|
||||||
|
|
||||||
a
|
a
|
||||||
position: relative
|
position: relative
|
||||||
width: 150px
|
|
||||||
|
|
||||||
h1
|
h1
|
||||||
font-size: $font-size-small
|
font-size: $font-size-small
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1382715439961
|
# 0.0.1 1382716344670
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user