-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
70 lines (55 loc) · 1.7 KB
/
custom.css
File metadata and controls
70 lines (55 loc) · 1.7 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/* ==================== COMMON ==================== */
/* transparency effect */
.pf-c-login__main.ak-flow-executor {
background: rgba(0, 0, 0, 0.7);
@media (prefers-color-scheme: light) {
background: rgba(255, 255, 255, 0.38);
}
backdrop-filter: blur(8.1px);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(8.1px);
}
/* ==================== LOGIN SCREEN ==================== */
.pf-c-login__footer,
.pf-c-login__main-footer-links.style-scope.ak-stage-identification {
display: none;
}
.ak-brand.ak-flow-executor img.ak-flow-executor {
padding: 0;
}
.pf-c-login__main.ak-flow-executor {
border-radius: 16px;
}
.pf-c-login__main-footer.ak-stage-identification>.ak-stage-identification {
padding-bottom: 3rem;
}
.pf-c-form-control.ak-stage-identification,
.pf-c-login__main-footer.ak-stage-identification>.ak-stage-identification,
.pf-c-form-control.ak-stage-prompt {
background: transparent;
}
.pf-c-drawer__body>.pf-c-page__main {
background-image: url("/media/public/flow-backgrounds/poc1_6THNqmW.png");
}
/* ==================== DASHBOARD ==================== */
a.pf-c-page__header-brand-link {
flex: 1 0 auto;
img {
box-sizing: border-box;
content: url("/media/assets/logo-by-emily.png");
position: absolute;
height: 100%;
left: auto;
@media only screen and (min-width: 620px) {
content: unset;
left: -6px;
}
}
}
.pf-c-expandable-section {
background: transparent !important;
border-top: 0.5px solid var(--ak-dark-foreground-darker);
@media (prefers-color-scheme: light) {
border-color: var(--ak-dark-background-lighter);
}
}