Project

General

Profile

1
.countries {
2
  position: relative;
3
}
4

    
5
@media only screen and (min-width: 1200px) {
6
  .countries {
7
    min-height: calc(100vh - 100px);
8
  }
9
}
10

    
11
@media only screen and (min-width: 960px) {
12
  .countries {
13
    background-image: url("/assets/usage-statistics-assets/analytics/1.svg");
14
    background-size: contain;
15
    background-repeat: no-repeat;
16
    background-position: top center;
17
  }
18
}
19

    
20
.countries a.next {
21
  position: absolute;
22
  bottom: 10vh;
23
  right: -10%;
24
  color: var(--portal-main-color);
25
  line-height: 24px;
26
  font-size: 18px;
27
  letter-spacing: 1.8px;
28
  z-index: 1;
29
}
30

    
31
.countries a.next svg {
32
  fill: currentColor
33
}
34

    
35
.countries a.next:hover {
36
  color: var(--portal-dark-color);
37
}
38

    
39
.card {
40
  background: #FFFFFF 0 0 no-repeat padding-box;
41
  box-shadow: 0 3px 6px #00000029;
42
  border-radius: 4px;
43
  padding: 40px 0;
44
  text-align: center;
45
  position: relative;
46
  height: 110px;
47
  font-weight: 700;
48
}
49

    
50
.card h4 {
51
  font-weight: 700;
52
}
53

    
54
.card > img {
55
  position: absolute;
56
  bottom: 0;
57
  left: 50%;
58
  transform: translate(-50%, 50%);
59
}
60

    
61
.second {
62
  background-image: url("/assets/usage-statistics-assets/analytics/2.2.svg"), url("/assets/usage-statistics-assets/analytics/2.1.svg");
63
  background-size: auto;
64
  background-repeat: no-repeat;
65
  background-position: bottom left, top right;
66
}
67

    
68
.third {
69
  background-image: url("/assets/usage-statistics-assets/analytics/3.2.svg"), url("/assets/usage-statistics-assets/analytics/3.1.svg");
70
  background-size: auto;
71
  background-repeat: no-repeat;
72
  background-position: bottom left, bottom right;
73
}
74

    
75
.third ul {
76
  padding-left: 0 !important;
77
  display: inline-flex;
78
  vertical-align: middle;
79
  flex-wrap: nowrap;
80
}
81

    
82
.third .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
83
  margin-right: 10px !important;
84
  border-left: 1px solid #f2f2f2 !important;
85
}
86

    
87
.third .uk-subnav > * {
88
  padding-left: 10px;
89
  flex: inherit;
90
}
91

    
92
.third ul > li > a {
93
  text-transform: none;
94
  letter-spacing: 0;
95
}
96

    
97
.third ul > li.uk-active > a, .third ul > li.uk-active > a:hover {
98
  color: var(--portal-main-color) !important;
99
  font-weight: 700;
100
}
101

    
102
.third .uk-subnav > *:nth-child(1) {
103
  padding-left: 0 !important;
104
}
105

    
106
.iframe-card {
107
  background: #FFFFFF 0 0 no-repeat padding-box;
108
  box-shadow: 1px 10px 12px #00000029;
109
  border: 1px solid #E0E0E0;
110
  border-radius: 5px;
111
  padding: 30px;
112
  min-height: 496px;
113
}
(1-1/4)