1.modal-header {
2  .close {
3    font-weight: normal;
4    color: theme-color("dark");
5    opacity: 1;
6  }
7  .modal-title {
8    font-size: 1.25rem;
9    font-weight: normal;
10    line-height: 1.3;
11  }
12}
13