mirror of
https://github.com/szimek/sharedrop.git
synced 2026-06-13 21:03:07 +08:00
button +
This commit is contained in:
parent
a90b24d925
commit
0db8def5bf
@ -7,7 +7,7 @@
|
||||
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="javascript:void(0)" class="icon-circle icon-create-room" {{action 'redirect'}} title="Create a room. You'll leave the room you're currently in.">+</a>
|
||||
<a href="javascript:void(0)" class="icon-create-room" {{action 'redirect'}} title="Create a room. You'll leave the room you're currently in.">+</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void(0)" class="icon-circle icon-about" {{action 'openModal' 'about'}} title="About">?</a>
|
||||
|
||||
@ -36,10 +36,16 @@
|
||||
line-height: 30px
|
||||
a
|
||||
display: inline-block
|
||||
transition: opacity .2s linear
|
||||
transition: opacity .17s linear
|
||||
color: #000
|
||||
img
|
||||
vertical-align: middle
|
||||
&:hover
|
||||
opacity: .6
|
||||
|
||||
.icon-create-room
|
||||
font-size: 28px
|
||||
line-height: 24px
|
||||
|
||||
.icon-circle
|
||||
+circle(18px)
|
||||
@ -47,14 +53,7 @@
|
||||
font-size: 12px
|
||||
opacity: .18
|
||||
margin-top: -2px
|
||||
&:hover
|
||||
opacity: .6
|
||||
|
||||
&.icon-create-room
|
||||
line-height: 16px
|
||||
|
||||
.sign
|
||||
background: transparent image-url("/images/persona.svg") no-repeat left
|
||||
padding-left: 25px
|
||||
&:hover
|
||||
opacity: .6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user