0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-22 16:02:36 +00:00
salesagility_SuiteCRM/themes/SuiteP/css/suitep-base/modal.scss
2018-02-26 09:37:51 +00:00

21 lines
245 B
SCSS

.modal {
.panel {
.panel-heading a div {
width: 93.66%;
}
}
.close {
opacity: 1;
}
}
@media (min-width: $md-breakpoint) {
.modal {
.panel {
.panel-heading a div {
width: 96.66%;
}
}
}
}