Newer
Older
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.navbar {
height: 56px;
}
.navbar-item img {
max-height: 2.5rem;
margin-right: 10px;
}
.navbar-menu-icon {
margin-right: 5px;
}
.has-reduced-padding {
padding: 0.5rem;
}
.notification {
z-index: 100;
position: fixed;
left: 45vw;
bottom: 1rem;
width: 50vw;
transition: all 0.5s ease;
}
.notification:hover {
z-index: 200;
}
.uploader {
left: 5vw;
}
.spinner {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.label input[type="checkbox"] {
margin-right: 0.5rem;
}
html {
background-color: lightgray;
}
.flex-container {
flex-wrap: wrap;
display: flex;
align-items: center;
justify-content: center;
}
.icon-card {
margin: 1rem;
width: 12rem;
}
.icon-card:hover {
z-index: 10;
}
.dropdown-content {
width: 12rem;
word-wrap: break-word;
}
::-moz-focus-inner {
border: 0;
}
img {
box-shadow: none;
}
.image.is-48x48 {
overflow: hidden;
}
.media {
cursor: pointer;
}
.media a {
cursor: auto;
}
border: solid lightgray;
border-width: 0.5px;
border-radius: 2px;
.active-card {
background-color: rgba(55, 122, 195, 0.95);
font-weight: bold;
color: white;
}
.card-content .level-left {
flex-basis: 70%;
#round-desks .column,
#candidate-lists .column {
#round-desks .columns,
#candidate-lists .columns {
.card-header-success {
background-color: rgba(127, 186, 0, 0.95);
.card-header-danger {
background-color: rgba(242, 80, 34, 0.95);
}
.upper-text {
writing-mode: sideways-lr;
background-color: rgba(55,122,195,.95);
text-orientation: sideways-right;
text-align: center;