1
0
Fork 0
arangodb/js/apps/system/aardvark/frontend/scss/_modals.scss

25 lines
328 B
SCSS

.modalChartDetail {
height : 70%;
width : 70%;
margin-left: 0px;
}
.waitModal {
background: transparent;
color: $c_white;
box-shadow: none;
border: none;
}
.waitModalBackdrop {
opacity: 0.7 !important;
}
.modalTooltips span {
font-size: 20px;
color: $c_btn_inverse;
&:hover {
color: $c_black;
}
}