xref: /openbmc/webui-vue/src/assets/styles/bmc/custom/_modal.scss (revision 68cbbe9014cbdcf7229a878f564d38f6d6199f25)
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