-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyles.css
57 lines (47 loc) · 1.27 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
.log-level i.fa {
margin: 0.25em; }
.log-level span {
font-weight: 700; }
.log-level-emergency,
.log-level-error,
.log-level-critical {
color: #721c24; }
.log-level-alert {
color: #155724; }
.log-level-warning {
color: #f0ad4e; }
.log-level-info,
.log-level-notice {
color: #004085; }
.log-level-debug {
color: #563d7c; }
.settingwarning {
color: #900; }
#page-admin-setting-usersettingsselma .form-item .alert {
margin-bottom: 1.5em; }
#page-enrol-selma-clarity {
/* Search feature. */ }
#page-enrol-selma-clarity .usersearch {
width: 100%;
margin-bottom: 0.25rem;
display: inline-block;
opacity: 0;
animation: 200ms ease-in-out reveal forwards; }
@keyframes reveal {
0% {
opacity: 0; }
100% {
opacity: 1; } }
#page-enrol-selma-clarity .notresult {
display: none; }
#page-enrol-selma-clarity #accordion > .card:focus-within {
outline: solid 3px #fff;
outline-offset: -3px; }
#page-enrol-selma-clarity #accordion > .card:focus-within > .card-header {
box-shadow: none; }
#page-enrol-selma-clarity #accordion > .card table {
margin: -1.25rem -1.25rem 1rem;
width: calc(100% + 2.5rem); }
#page-enrol-selma-clarity #accordion > .card .badge-pill {
border-radius: 10rem;
vertical-align: middle; }