forked from aseelalmutareb/BeaverON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
careers.css
51 lines (49 loc) · 803 Bytes
/
careers.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
body {
width: 100vw;
height: 100vh;
--black: #100126;
}
.videoBanner {
height: 80%;
}
.video__wrapper {
height: 50%;
}
header {
width: 100%;
}
.form-join {
display: flex;
font-size: 1.5rem;
font-family: "Iceland";
color: white;
align-items: center;
justify-content: flex-end;
flex-direction: column;
width: 100%;
height: 30rem;
}
.wrap-join {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 25rem;
}
.header-carrer {
background-color: transparent;
}
.carrer-wrapper {
height: 75%;
width: 35%;
}
.pink-border {
border: 3px solid var(--pink);
}
.upload-image-btn {
background-color: var(--pink) !important;
}
.upload-image-btn:hover {
background-color: var(--cyan) !important;
cursor: pointer;
}