1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-30 11:13:10 +00:00
This commit is contained in:
Rokt33r
2016-03-27 23:18:54 +09:00
parent 9ac0becfb2
commit 86f649fab1
7 changed files with 82 additions and 178 deletions
+25
View File
@@ -126,3 +126,28 @@ textarea.block-input
margin-left -107px
&:hover .tooltip
opacity 1
.OSSAnnounceModal
height 250
text-align center
.OSSAnnounceModal-title
font-size 32px
padding 45px 0
.OSSAnnounceModal-link
display block
font-size 20px
margin 25px 0 65px
.OSSAnnounceModal-closeBtn
display block
margin 0 auto
border none
border-radius 5px
width 150px
height 33px
background-color brandColor
color white
opacity 0.7
&:hover
opacity 1
background-color lighten(brandColor, 10%)