-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
118 lines (95 loc) · 1.83 KB
/
Copy pathstylesheet.css
File metadata and controls
118 lines (95 loc) · 1.83 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
/*
* The whole widget
*/
.concept-widget {
border-top: 2px solid #394554;
background-color: #fff;
}
.concept-widget a > img {
height: auto;
width: 99%;
}
.concept-widget > a {
display: none;
}
.concept-widget .glyphicon-chevron-left, .concept-widget .glyphicon-chevron-right {
color: #83cfc8;
cursor: pointer;
font-size: 24px;
height: 24px;
position: absolute;
top: 50%;
transform: translate(0px, -50%);
}
.concept-widget .glyphicon-chevron-left {
left: 2px;
z-index: 1041;
}
.concept-widget .glyphicon-chevron-right {
right: 2px;
}
.concept-widget > a:first-child {
display: inline;
}
.concept-widget .slick-dots {
bottom: 2px;
}
.concept-widget .slick-dots > li {
margin: 0 2px;
}
.concept-widget .slick-dots > li > button::before {
color: #83cfc8;
font-size: 20px;
opacity: 0.5;
}
.concept-widget .slick-dots > li.slick-active > button::before {
color: #83cfc8;
opacity: 1;
}
.panel-heading {
height: 40px;
}
.panel-heading > a.versal {
float: right;
}
.panel-heading > .versal > .glyphicon {
color: #83cfc8;
}
.panel-heading .glyphicon-info-sign {
color: #83cfc8;
font-size: 18px;
}
#headingTieto > .accordion-button {
color: var(--black-color);
background-color: var(--white-color);
}
.panel-heading > a.legend {
display: inline-block;
float:left;
}
.twitter-typeahead > .clear-search {
z-index: 1040;
}
.mfp-iframe-holder .mfp-content {
max-height: 99% !important;
max-width: 99% !important;
}
.mfp-content > .mfp-figure::after, .mfp-iframe-scaler > .mfp-iframe {
background: #fff none repeat scroll 0 0;
}
.concept-widget > .panel {
border-radius: 0;
border: 0;
box-shadow: none;
}
#collapseTieto {
margin-top: 10px;
}
#collapseTieto > .legend {
width: 80%;
margin-left: 10%;
display: none;
}
#collapseTieto > .panel-body {
padding-top: 0;
}