mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-15 02:28:48 +00:00
21 lines
No EOL
245 B
SCSS
21 lines
No EOL
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%;
|
|
}
|
|
}
|
|
}
|
|
} |