-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathstyles.css
46 lines (39 loc) · 860 Bytes
/
styles.css
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
.open-gate-view {
padding: 0 !important;
overflow: hidden !important;
}
.open-gate-view .open-gate-iframe,
.open-gate-view .open-gate-webview {
width: 100%;
height: 100%;
border: none;
background-color: #fff;
}
.gate-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.open-gate-mobile-warning {
background: #b38c1d;
padding: 5px 10px;
border-radius: 5px;
margin-bottom: 20px;
font-size: 14px;
color: #fff;
}
.open-gate-mobile-link {
color: #fff;
text-decoration: underline;
}
.open-gate--form-field .setting-item-control input[type='text'] {
width: 100%;
}
.open-gate--advanced-options {
border-top: 1px solid var(--background-modifier-border);
padding: 0.75em 0;
display: none;
}
.open-gate--advanced-options--show {
display: block;
}