forked from openedx/frontend-app-admin-console
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.scss
More file actions
46 lines (38 loc) · 894 Bytes
/
index.scss
File metadata and controls
46 lines (38 loc) · 894 Bytes
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
.authz-libraries {
.pgn__breadcrumb li:first-child a {
color: var(--pgn-color-breadcrumb-active);
text-decoration: none;
}
.tab-content {
background-color: var(--pgn-color-light-200);
}
.collapsible-card {
border: none;
.collapsible-body {
padding: 0;
}
}
.collapsible-trigger {
background-color: var(--pgn-color-info-100);
border: none;
border-radius: 0 !important;
color: var(--pgn-color-primary-base);
padding: 1rem 2rem 1rem 1rem;
}
.permission-chip {
.pgn__chip__label {
font-weight: var(--pgn-typography-font-weight-base);
}
svg {
width: var(--pgn-size-icon-xs);
height: var(--pgn-size-icon-xs);
}
}
}
.toast-container {
// Ensure toast appears above modal
z-index: 1000;
// Move toast to the right
left: auto;
right: var(--pgn-spacing-toast-container-gutter-lg);
}