Newer
Older
Steven Dale
committed
display: flex;
Steven Dale
committed
}
.modal-header {
width: 100%;
Steven Dale
committed
padding: 0.5rem;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.5rem;
font-weight: normal;
color: #8e8f95;
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.full-modal-header {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: center;
box-sizing: border-box;
/* height: $menu-bar-height; */
width: 100%;
background-color: $blue;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
}
.modal-header-item {
display: flex;
align-items: center;
padding: 1rem 1.5rem;
/* line-height: $menu-bar-height; */
cursor: pointer;
text-decoration: none;
color: white;
user-select: none;
}
.header-item-search {
display: flex;
flex-basis: 15rem;
justify-content: flex-end;
}
.header-item-title {
flex-grow: 1;
justify-content: center;
}
.header-item-close {
flex-basis: 15rem;
justify-content: flex-end;
}
.input-search {
/* position: relative; */
outline: none;
line-height: 2rem;
border-radius: 10rem;
font-size: 1.25rem;
-webkit-appearance: none;
border: 0;
background: rgba(0,0,0,.10);
color: white;
padding: 0.25rem 1rem;
background-position: 50% 50%;
background-size: fit;
}