1 |
a9363970
|
mlacha
|
.graph {
|
2 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
margin-top: $grid-gutter-width;
|
3 |
7a83a003
|
lmoucka@students.zcu.cz
|
min-height: calc(100% - 155px);
|
4 |
be033143
|
mlacha
|
|
5 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
.p-inputtext {
|
6 |
|
|
border-color: $primary;
|
7 |
|
|
color: #0B1226;
|
8 |
|
|
background: $white;
|
9 |
a9363970
|
mlacha
|
}
|
10 |
be033143
|
mlacha
|
|
11 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
.input-group {
|
12 |
|
|
margin: 0;
|
13 |
0e5facf6
|
mlacha
|
}
|
14 |
|
|
|
15 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
.input-group-text {
|
16 |
|
|
border: 1px solid $primary;
|
17 |
|
|
background: $primary;
|
18 |
|
|
|
19 |
|
|
i {
|
20 |
|
|
color: #F2F2F2;
|
21 |
|
|
}
|
22 |
be033143
|
mlacha
|
}
|
23 |
|
|
|
24 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
.p-calendar .p-datepicker {
|
25 |
|
|
background: $primary;
|
26 |
|
|
|
27 |
|
|
.p-datepicker-header {
|
28 |
|
|
background: $primary;
|
29 |
|
|
}
|
30 |
be033143
|
mlacha
|
}
|
31 |
|
|
|
32 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
.p-listbox {
|
33 |
|
|
margin: 0 $grid-gutter-width;
|
34 |
|
|
border-color: $primary;
|
35 |
|
|
background: $white;
|
36 |
0e5facf6
|
mlacha
|
|
37 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
.p-listbox-item {
|
38 |
0e5facf6
|
mlacha
|
color: #0B1226;
|
39 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
|
40 |
|
|
&:not(.p-highlight):not(.p-disabled) {
|
41 |
|
|
@include hover-focus() {
|
42 |
|
|
color: $white;
|
43 |
|
|
background: $primary;
|
44 |
|
|
}
|
45 |
|
|
}
|
46 |
|
|
|
47 |
|
|
&.p-highlight {
|
48 |
|
|
color: $white;
|
49 |
|
|
background: $primary;
|
50 |
|
|
}
|
51 |
0e5facf6
|
mlacha
|
}
|
52 |
|
|
}
|
53 |
|
|
|
54 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
.p-field-checkbox {
|
55 |
|
|
display: flex;
|
56 |
|
|
align-items: center;
|
57 |
|
|
justify-content: space-between;
|
58 |
|
|
|
59 |
|
|
label {
|
60 |
|
|
margin: 5px 0;
|
61 |
|
|
}
|
62 |
be033143
|
mlacha
|
}
|
63 |
|
|
|
64 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
.p-checkbox{
|
65 |
|
|
margin: 0 7px;
|
66 |
be033143
|
mlacha
|
}
|
67 |
|
|
|
68 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
.p-checkbox-box {
|
69 |
|
|
background: #F2F2F2;
|
70 |
be033143
|
mlacha
|
}
|
71 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
}
|
72 |
0e5facf6
|
mlacha
|
|
73 |
91e53981
|
lmoucka@students.zcu.cz
|
.graph-information {
|
74 |
|
|
margin-bottom: $grid-gutter-width;
|
75 |
|
|
border: 1px solid $primary;
|
76 |
|
|
background: #F2F2F2;
|
77 |
|
|
}
|
78 |
|
|
|
79 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
.graph-desc {
|
80 |
91e53981
|
lmoucka@students.zcu.cz
|
width: 100%;
|
81 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
padding: 10px;
|
82 |
|
|
font-size: $h3-font-size;
|
83 |
|
|
}
|
84 |
0e5facf6
|
mlacha
|
|
85 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
.graph-attr-heading {
|
86 |
|
|
font-weight: $font-weight-bold;
|
87 |
|
|
text-transform: uppercase;
|
88 |
|
|
}
|
89 |
0e5facf6
|
mlacha
|
|
90 |
c5edcbf5
|
lmoucka@students.zcu.cz
|
.graph-range-dates {
|
91 |
|
|
display: flex;
|
92 |
|
|
align-items: center;
|
93 |
|
|
justify-content: flex-start;
|
94 |
|
|
margin-top: $grid-gutter-width;
|
95 |
|
|
margin-bottom: $grid-gutter-width;
|
96 |
|
|
padding: 10px $grid-gutter-width;
|
97 |
|
|
}
|
98 |
|
|
|
99 |
|
|
.graph-range-dates-separator {
|
100 |
|
|
@include size(10px,2px);
|
101 |
|
|
margin: 0 10px;
|
102 |
|
|
background: #0B1226;
|
103 |
|
|
}
|
104 |
|
|
|
105 |
|
|
.graph-group-heading {
|
106 |
|
|
font-weight: $font-weight-bold;
|
107 |
|
|
line-height: 2;
|
108 |
a9363970
|
mlacha
|
}
|