33 lines
662 B
Stylus
33 lines
662 B
Stylus
#lesionLocationDialog
|
|
display: none
|
|
position: absolute
|
|
z-index: 100
|
|
|
|
/* dialogMobile is added to #lesionLocationDialog when touchDevices is detected */
|
|
.dialogMobile
|
|
margin: 0 auto;
|
|
float: none;
|
|
background-color: rgba(0,0,0,0.5);
|
|
text-align: center;
|
|
|
|
.lesionContentWrapper
|
|
position: absolute;
|
|
width: 250px;
|
|
height: 150px;
|
|
border-radius: 10px;
|
|
padding: 10px 20px 10px 20px;
|
|
background-color: rgba(255,255,255,1);
|
|
text-align: left
|
|
|
|
#closeLesionPopup
|
|
outline: 0
|
|
border: none
|
|
background-color: transparent
|
|
|
|
#selectLesionLocation
|
|
margin-top: 5px
|
|
|
|
.dialogContent
|
|
margin-bottom: 20px
|
|
|