summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_modal.scss
blob: e2fa0cd8103e4029111ebd2a3e7e3256512235e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.modal-header {
  .close {
    font-weight: normal;
    color: theme-color("dark");
    opacity: 1;
  }
  .modal-title {
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.3;
  }
}