mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-30 01:51:53 +00:00
Contact Modal追加
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
.DashboardContainer
|
||||
fullsize()
|
||||
box-sizing border-box
|
||||
overflow-y auto
|
||||
padding 10px
|
||||
.jumbotron
|
||||
background-color brandColor
|
||||
color white
|
||||
padding 65px 20px
|
||||
font-size 3.5em
|
||||
margin-bottom 25px
|
||||
h2, h3
|
||||
margin-bottom 15px
|
||||
p
|
||||
margin-bottom 25px
|
||||
@@ -222,6 +222,7 @@
|
||||
font-size 1.2em
|
||||
margin-bottom 15px
|
||||
.teams, .members
|
||||
margin-left 10px
|
||||
li
|
||||
margin-bottom 10px
|
||||
font-size 1.1em
|
||||
|
||||
@@ -17,7 +17,7 @@ body
|
||||
font-size fontSize
|
||||
font-weight 400
|
||||
|
||||
div, span, a, button, input
|
||||
div, span, a, button, input, textarea
|
||||
box-sizing border-box
|
||||
|
||||
h1
|
||||
@@ -98,3 +98,21 @@ textarea.block-input
|
||||
|
||||
#content
|
||||
fullsize()
|
||||
|
||||
.Main
|
||||
.appUpdateButton
|
||||
position fixed
|
||||
z-index 2000
|
||||
bottom 5px
|
||||
right 53px
|
||||
btnDefault()
|
||||
padding 10px 15px
|
||||
border-radius 5px
|
||||
.contactButton
|
||||
position fixed
|
||||
z-index 2000
|
||||
bottom 5px
|
||||
right 5px
|
||||
btnDefault()
|
||||
padding 10px 15px
|
||||
border-radius 5px
|
||||
|
||||
Reference in New Issue
Block a user