27 lines
546 B
SCSS
27 lines
546 B
SCSS
|
|
|
|
.modal-content {
|
|
|
|
// data tables ===================================================
|
|
.dataTable, .table{
|
|
font-size: 10px;
|
|
font-family: $font-family-bold;
|
|
}
|
|
}
|
|
|
|
// map manual dialog ======================================
|
|
#pf-manual-scrollspy{
|
|
position: relative;
|
|
height: 500px;
|
|
overflow: auto;
|
|
}
|
|
|
|
// map info dialog ========================================
|
|
.pf-dialog-dynamic-area{
|
|
padding: 10px;
|
|
min-height: 100px;
|
|
position: relative;
|
|
background-color: $gray-dark;
|
|
overflow: hidden;
|
|
@include border-radius(5px);
|
|
} |