1 |
c4089f40
|
lmoucka@students.zcu.cz
|
.dashboard-unit-wrapper {
|
2 |
|
|
width: 100%;
|
3 |
|
|
}
|
4 |
|
|
|
5 |
|
|
.dashboard-unit {
|
6 |
|
|
align-items: center;
|
7 |
|
|
}
|
8 |
|
|
|
9 |
|
|
.dashboard {
|
10 |
|
|
margin-top: 5px;
|
11 |
|
|
|
12 |
|
|
.p-accordion {
|
13 |
|
|
.p-accordion-header {
|
14 |
|
|
.p-accordion-header-link {
|
15 |
|
|
color: #0B1226;
|
16 |
|
|
background: #F2F2F2;
|
17 |
|
|
|
18 |
|
|
&:hover {
|
19 |
|
|
.p-button {
|
20 |
|
|
color: #0B1226;
|
21 |
|
|
background: #F2F2F2;
|
22 |
|
|
}
|
23 |
|
|
}
|
24 |
|
|
}
|
25 |
|
|
|
26 |
|
|
&:not(.p-disabled).p-highlight {
|
27 |
|
|
.p-button {
|
28 |
|
|
color: #0B1226;
|
29 |
|
|
background: #F2F2F2;
|
30 |
|
|
}
|
31 |
|
|
|
32 |
|
|
&:hover {
|
33 |
|
|
.p-accordion-header-link {
|
34 |
|
|
color: #F2F2F2;
|
35 |
|
|
background: #0B1226;
|
36 |
|
|
}
|
37 |
|
|
}
|
38 |
|
|
|
39 |
|
|
.p-accordion-header-link {
|
40 |
|
|
color: #F2F2F2;
|
41 |
|
|
background: #0B1226;
|
42 |
|
|
}
|
43 |
|
|
}
|
44 |
|
|
}
|
45 |
|
|
|
46 |
|
|
.p-accordion-content {
|
47 |
|
|
color: #F2F2F2;
|
48 |
|
|
background: #0B1226;
|
49 |
|
|
|
50 |
|
|
.p-button {
|
51 |
|
|
color: #0B1226;
|
52 |
|
|
background: #F2F2F2;
|
53 |
|
|
}
|
54 |
|
|
|
55 |
|
|
.p-accordion .p-accordion-header {
|
56 |
|
|
&:hover {
|
57 |
|
|
color: #F2F2F2;
|
58 |
|
|
background: #0B1226;
|
59 |
|
|
}
|
60 |
|
|
}
|
61 |
|
|
}
|
62 |
|
|
}
|
63 |
|
|
}
|