Advertisement
dfghgfhplkjbv

src/components/Jobs/Jobs.module.scss

Feb 22nd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.74 KB | None | 0 0
  1. @import 'src/styles/utility';
  2.  
  3. .root {
  4. margin-left: calc(-50vw + 50%);
  5. margin-bottom: 6.25rem;
  6. padding-bottom: 1.25rem;
  7. position: relative;
  8. width: 100vw;
  9.  
  10. &:before {
  11. @include base-transition();
  12.  
  13. background-color: $black;
  14.  
  15. content: '';
  16. display: block;
  17. height: 23.125rem;
  18. left: 0;
  19. position: absolute;
  20. top: 8.3125rem;
  21. width: 100%;
  22. z-index: 0;
  23.  
  24. @media (max-width: $xl) {
  25. height: 23.125rem;
  26. }
  27.  
  28. @media (max-width: $md) {
  29. height: 28.125rem;
  30. top: 6.375rem;
  31. }
  32.  
  33. @media (max-width: 28.75rem) {
  34. height: 29.25rem;
  35. }
  36. }
  37.  
  38. @media (max-width: $sm) {
  39. margin-bottom: 3rem;
  40. }
  41. }
  42.  
  43. img {
  44. width: 100%;
  45. height: auto;
  46. }
  47.  
  48. .container {
  49. @include container();
  50. }
  51.  
  52. .header {
  53. align-items: center;
  54. display: flex;
  55. margin-bottom: 3rem;
  56. padding: 0.625rem 0;
  57. position: relative;
  58.  
  59. h1 {
  60. @include reset-webkit-margin();
  61. @include base-transition();
  62. color: $black;
  63.  
  64. display: inline-block;
  65. font-size: 5.6875rem;
  66. font-weight: 700;
  67. position: relative;
  68. text-transform: uppercase;
  69. margin-top: 0;
  70. @media (max-width: $md) {
  71. padding: -1rem;
  72. }
  73.  
  74. &:after {
  75. background-color: $green;
  76. bottom: -1.7rem;
  77. content: '';
  78. height: 0.5rem;
  79. left: 0;
  80. position: absolute;
  81. width: 100%;
  82. }
  83.  
  84. @media (max-width: $md) {
  85. font-size: 4rem;
  86. }
  87. }
  88. }
  89.  
  90. .tagsContainer {
  91. position: relative;
  92. z-index: 50;
  93. width: 43%;
  94. height: 29rem;
  95. background-color: #fff;
  96. display: flex;
  97. flex-direction: column;
  98. justify-content: space-between;
  99. padding: 0.8rem 2rem 2rem 2rem;
  100. p {
  101. font-weight: bold;
  102. font-size: 1.5rem;
  103. @include base-font();
  104. @media (max-width: $sm) {
  105. font-size: 1.1rem;
  106. }
  107. }
  108. @media (max-width: $md) {
  109. width: 100%;
  110. }
  111.  
  112. @media (max-width: $lg) {
  113. width: 100%;
  114. margin-top: 0px;
  115. }
  116. @media (max-width: $sm) {
  117. width: 100%;
  118. }
  119. }
  120.  
  121. .buttonsContainer {
  122. display: flex;
  123. flex-direction: row;
  124. flex-wrap: wrap;
  125. // justify-content: space-between;
  126. height: 300px;
  127. width: 100%;
  128. padding-bottom: 20px;
  129. margin-top: -20px;
  130. margin-left: -20px;
  131. @media (max-width: 1024px) {
  132. margin-top: -10px;
  133. margin-left: -10px;
  134. }
  135. }
  136.  
  137. .button {
  138. background-color: #9143fd;
  139. height: 3rem;
  140. padding-left: 24px;
  141. padding-right: 24px;
  142. @include base-font();
  143. color: white;
  144. text-align: center;
  145. border: none;
  146. font-weight: bold;
  147. font-size: 1.125rem;
  148. margin-top: 20px;
  149. margin-left: 20px;
  150. cursor: pointer;
  151. &:hover {
  152. background-color: #c536a4;
  153. }
  154. @media (max-width: $sm) {
  155. padding-left: 5px;
  156. padding-right: 5px;
  157. }
  158. @media (max-width: 1024px) {
  159. margin-top: 7px;
  160. margin-left: 10px;
  161. margin-right: 10px;
  162. padding-left: 15px;
  163. padding-right: 15px;
  164. }
  165.  
  166. @media (max-width: 768px) {
  167. padding-left: 30px;
  168. padding-right: 30px;
  169. }
  170. @media (max-width: 375px) {
  171. padding-left: 20px;
  172. padding-right: 20px;
  173. }
  174. }
  175.  
  176. .gemsContainer {
  177. background-color: #161616;
  178. width: 100%;
  179. height: 6.5rem;
  180. @media (max-width: $sm) {
  181. height: 25%;
  182. font-size: 0.875rem;
  183. }
  184. }
  185.  
  186. .innerContainer {
  187. display: flex;
  188. flex-direction: row;
  189. align-items: center;
  190. justify-content: space-between;
  191. padding-left: 2rem;
  192. padding-right: 2rem;
  193. font-size: 1.125rem;
  194. p {
  195. font-family: RF Tone;
  196. color: white;
  197. margin-top: 18px;
  198. }
  199. @media (max-width: $sm) {
  200. font-size: 0.8rem;
  201. }
  202. }
  203.  
  204. .gems {
  205. font-size: 1.125rem;
  206. @media (max-width: $sm) {
  207. visibility: hidden;
  208. }
  209. }
  210.  
  211. .allJobs {
  212. background-color: #00d280;
  213. font-weight: bold;
  214. font-size: 1.125rem;
  215. font-family: RF Tone;
  216. color: white;
  217. height: 3rem;
  218. width: 43%;
  219. text-decoration: none;
  220. align-items: center;
  221. justify-content: center;
  222. display: flex;
  223. &:hover {
  224. background-color: #59af54;
  225. }
  226. @media (max-width: $sm) {
  227. width: 500px;
  228. margin-left: -55px;
  229. }
  230. }
  231.  
  232. .vacanciesContainer {
  233. position: relative;
  234. flex-wrap: wrap;
  235. z-index: 50;
  236. width: 51.5%;
  237. max-width: 37rem;
  238. display: flex;
  239. flex-direction: row;
  240. justify-content: space-between;
  241. margin-top: -10rem;
  242. font-size: 1.5rem;
  243. @media (max-width: $lg) {
  244. width: 100%;
  245. margin-top: 0px;
  246. align-items: center;
  247. }
  248. @media (max-width: $md) {
  249. width: 100%;
  250. margin-top: 0rem;
  251. align-items: center;
  252. }
  253. @media (max-width: 375px) {
  254. width: 100%;
  255. margin-top: 1rem;
  256. }
  257. }
  258.  
  259. .jobOffer {
  260. display: flex;
  261. background-color: #fff;
  262. height: 17rem;
  263. width: 17rem;
  264. margin-top: 40px;
  265. text-decoration: none;
  266. cursor: pointer;
  267. @media (max-width: 1024px) {
  268. width: 15rem;
  269. }
  270. @media (max-width: $sm) {
  271. width: 100%;
  272. }
  273. @media (max-width: $md) {
  274. width: 100%;
  275. }
  276. @media (max-width: ) {
  277. width: 100%;
  278. }
  279. }
  280.  
  281. .top {
  282. display: flex;
  283. flex-direction: column;
  284. justify-content: space-between;
  285. }
  286.  
  287. .bottom {
  288. display: flex;
  289. flex-direction: column;
  290. justify-content: space-between;
  291. }
  292.  
  293. .headerVacancy {
  294. z-index: 51;
  295. background-color: #3a3b41;
  296. height: 3.5rem;
  297. width: 17rem;
  298. p {
  299. z-index: 53;
  300. font-size: 1.125rem;
  301. color: #ffffff;
  302. padding-left: 1.5rem;
  303. padding-right: 1.5rem;
  304. }
  305. @media (max-width: $sm) {
  306. font-size: 0.875rem;
  307. width: 100%;
  308. }
  309. @media (max-width: 1024px) {
  310. width: 100%;
  311. }
  312. @media (max-width: $md) {
  313. width: 100%;
  314. }
  315. @media (max-width: 100%) {
  316. width: 100%;
  317. }
  318. }
  319.  
  320. .box {
  321. z-index: 53;
  322. background-color: #f0f2fa;
  323. height: 4rem;
  324. width: 4rem;
  325. margin-top: -1.75rem;
  326. margin-left: 11.5rem;
  327. @media (max-width: 1024px) {
  328. margin-left: 160px;
  329. }
  330. @media (max-width: $md) {
  331. margin-left: 500px;
  332. }
  333. @media (max-width: $sm) {
  334. margin-left: 250px;
  335. }
  336.  
  337. img {
  338. height: 4rem;
  339. object-fit: cover;
  340. }
  341. }
  342.  
  343. .description p {
  344. height: 5.5rem;
  345. font-weight: normal;
  346. color: black;
  347. font-size: 1.125rem;
  348. @media (max-width: 1024px) {
  349. padding-left: 20px;
  350. padding-right: 20px;
  351. }
  352. }
  353.  
  354. .bottomLine {
  355. display: flex;
  356. flex-direction: row;
  357. justify-content: space-between;
  358. img {
  359. margin-right: 1.5rem;
  360. width: 1.3125rem;
  361. height: 0.875rem;
  362. margin-top: 1.25rem;
  363. }
  364. p {
  365. cursor: pointer;
  366. }
  367. }
  368.  
  369. .bottomLine p {
  370. z-index: 55;
  371. color: #c4c4c4;
  372. font-size: 1.125rem;
  373. font-weight: normal;
  374. &:hover {
  375. color: #00d280;
  376. }
  377. }
  378.  
  379. .blocksContainer {
  380. display: flex;
  381. justify-content: space-between;
  382. flex-wrap: wrap;
  383. @media (max-width: $md) {
  384. justify-content: space-around;
  385. }
  386. }
  387.  
  388. .vector {
  389. cursor: pointer;
  390. }
  391.  
  392. .ololo {
  393. width: 100%;
  394. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement