35 lines
607 B
Stylus
35 lines
607 B
Stylus
#lesionLocationDialog, #lesionLocationRelabelDialog
|
|
display: none
|
|
position: absolute
|
|
top: 0
|
|
bottom: 0
|
|
left: 0
|
|
right: 0
|
|
z-index: 100
|
|
width: 300px
|
|
height: 130px
|
|
border-radius: 5px
|
|
padding: 10px 20px 10px 20px
|
|
background-color: rgba(255,255,255,1)
|
|
outline: none
|
|
|
|
#closeLesionPopup
|
|
outline: none
|
|
border: none
|
|
background-color: transparent
|
|
|
|
#selectLesionLocation
|
|
margin-top: 5px
|
|
|
|
.dialogContent
|
|
margin-bottom: 10px
|
|
|
|
#removeLesion
|
|
outline: none
|
|
text-decoration: none
|
|
|
|
#lesionLocationDialog
|
|
height: 110px
|
|
|
|
#lesionLocationRelabelDialog
|
|
height: 125px |