mirror of
https://github.com/szimek/sharedrop.git
synced 2026-06-13 21:03:07 +08:00
modal styles, minor css fixes
This commit is contained in:
parent
dabd5dbe9d
commit
84a06f4046
@ -19,6 +19,11 @@ b, strong
|
||||
|
||||
input, select
|
||||
font-family: $font-family
|
||||
padding: 1rem
|
||||
border: 1px solid #ccc
|
||||
width: 100%
|
||||
border-radius: .3rem
|
||||
font-size: 1.4rem
|
||||
|
||||
.invisible
|
||||
height: 0
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
line-height: 30px
|
||||
a
|
||||
display: inline-block
|
||||
transition: opacity .2s linear
|
||||
transition: opacity .175s linear
|
||||
color: black
|
||||
img
|
||||
vertical-align: middle
|
||||
|
||||
@ -10,14 +10,12 @@
|
||||
|
||||
.modal-body
|
||||
position: absolute
|
||||
top: 0
|
||||
bottom: 0
|
||||
top: 10%
|
||||
left: 0
|
||||
right: 0
|
||||
margin: auto
|
||||
background-color: white
|
||||
width: 580px
|
||||
height: 500px
|
||||
padding: 20px
|
||||
border-radius: 5px
|
||||
h3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user