UNPKG

526 BSCSSView Raw
1@import '../../styles/common/colors';
2
3.header-wrapper {
4 align-items: center;
5 min-height: 72px;
6 border-radius: 3px 3px 0 0;
7 display: flex;
8 justify-content: space-between;
9 width: calc(100% + 48px);
10 box-sizing: border-box;
11 padding: 8px 24px;
12 margin: -24px -24px 0;
13
14 .header-content {
15 > h1 {
16 color: $navy-text;
17 font-size: 22px;
18 margin: 0 !important;
19 }
20
21 p {
22 color: $navy-text;
23 margin: 10px 0 0;
24 }
25 }
26
27 .modal-close {
28 svg {
29 cursor: pointer;
30 }
31 }
32}