-
Notifications
You must be signed in to change notification settings - Fork 0
/
vacansions.css
161 lines (139 loc) · 2.79 KB
/
vacansions.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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
.main-banner-text {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
margin-left: 150px;
}
.p-orange {
color: #ce946b;
cursor: pointer;
}
.main-banner-text p {
white-space: normal;
color: #ffffff;
margin-bottom: 25px;
}
.main-container {
margin-bottom: 100px;
}
.main-banner-vacansions {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
max-width: 1600px;
height: 800px;
overflow-x: hidden;
}
.banner__button,
.vacansions__button,
.feedback__button {
width: 340px;
height: 98px;
background: linear-gradient(314.24deg, #c88c61 25.11%, #ebbe9c 88.64%);
box-shadow: inset 0px 0px 12px #e5b79a;
border-radius: 4px;
font-family: "TT Norms";
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */
cursor: pointer;
letter-spacing: 1px;
color: #ffffff;
}
.banner__button:hover,
.vacansions__button:hover,
.p-orange:hover {
opacity: 0.8;
}
.banner__button:active,
.vacansions__button:active,
.p-orange:active {
opacity: 0.7;
}
.vacansions__button {
width: 200px;
height: 60px;
}
.feedback__input {
width: 350px;
height: 80px;
background: #ffffff;
border: 1px solid rgba(250, 250, 250, 0.165952);
box-shadow: inset 0px 1px 4px rgba(193, 203, 202, 0.212751);
border-radius: 7px;
margin-right: 10px;
}
#check {
cursor: pointer;
}
.feedback-buttons {
display: flex;
flex-direction: row;
justify-content: center;
margin-left: 50px;
}
.feedback__button {
width: 350px;
height: 85px;
border-radius: 7px;
margin-bottom: 10px;
}
.feedback__button:hover {
opacity: 0.9;
}
.feedback__button:active {
opacity: 0.5;
}
.vacansions-list {
display: flex;
flex-direction: column;
align-content: space-between;
margin-bottom: 100px;
}
.vacansions-list p {
text-align: center;
}
.vacansions-list li {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
list-style: none;
border-bottom: 0.2px solid #e9e9f1;
margin-bottom: 10px;
}
.work-like {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 50px;
}
.work-box {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: row;
margin-bottom: 100px;
}
.feedback-container {
width: 100%;
height: 500px;
background-color: #363348;
border-radius: 1em 1em 0 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.feedback-container p {
max-width: 1400px;
margin: 40px 0 40px 0;
}
.feedback-write {
display: flex;
flex-direction: column;
}