-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathLocation-layout.scss
More file actions
52 lines (44 loc) · 1.13 KB
/
Location-layout.scss
File metadata and controls
52 lines (44 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
.str-chat__modal.str-chat__share-location-modal {
.str-chat__modal__close-button {
display: none;
}
.str-chat__share-location-dialog {
.str-chat__modal-header {
padding-top: 0;
}
.str-chat__dialog__body {
display: flex;
flex-direction: column;
gap: 1rem;
padding-block: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
.str-chat__live-location-activation {
padding: 0.5rem;
.str-chat__form__switch-field {
padding: 0.5rem;
}
.str-chat__dropdown__open-button {
padding: 0.5rem;
}
.str-chat__dialog-contents {
.str-chat__dropdown__items {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-block: 0.25rem;
.str-chat__live-location-sharing-duration-option {
padding: 0.25rem 0.5rem;
width: 100%;
text-align: start;
}
}
}
}
}
.str-chat__dialog__controls {
padding: 1.25rem 1rem 0;
}
}
}