36 lines
527 B
Stylus
36 lines
527 B
Stylus
.settingEntryDialog
|
|
display: none
|
|
position: absolute
|
|
top: 0
|
|
bottom: 0
|
|
left: 0
|
|
right: 0
|
|
z-index: 100
|
|
width: 50%
|
|
max-width: 400px
|
|
height: 230px
|
|
margin: auto
|
|
border-radius: 5px
|
|
padding: 10px 20px 10px 20px
|
|
background-color: rgba(255,255,255,1)
|
|
outline: none
|
|
|
|
.dialogContent
|
|
text-align: center
|
|
margin-bottom: 10px
|
|
|
|
.row
|
|
margin: 15px 0
|
|
|
|
.btn
|
|
text-decoration: none
|
|
|
|
#cancel
|
|
float: left
|
|
|
|
#save
|
|
float: right
|
|
|
|
input.currentValue
|
|
width: 95%
|
|
text-align: center |