-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
70 lines (56 loc) · 1.08 KB
/
style.css
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
body {
margin: 0; padding: 0;
font-family: 'Roboto', Arial, sans-serif;
}
h1 {
position: absolute;
text-align: center;
margin: 30px 0 0 30px; padding: 0;
font-weight: 600;
font-size: 30px;
z-index: 2;
}
#map {
height: 100vh;
z-index: 1;
}
.popup {
max-width: 65vw !important;
}
.mapboxgl-popup-content {
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: flex-start;
background-color: transparent;
}
.vacancy {
max-width: 175px;
text-align: right;
background-color: #fbe37b;
color: #222027;
font-size: 12px;
margin: 5px; padding: 5px;
}
.vacancy__header {
margin: 0; padding: 0;
font-weight: 600;
font-size: 12px;
}
.vacancy__header:hover {
text-decoration: underline;
text-decoration-thickness: 1.5px;
}
.vacancy__company { font-weight: 300; }
.cart_link { float: left; }
.cart_link:hover {
outline: 2px solid white;
border-radius: 50%;
}
.vacancy__salary {
font-weight: 300;
font-style: italic;
float: right;
max-width: 140px;
}