source: jobvista-frontend/src/views/job_advertisements/JobAdvertisements.css@ 19398ad

main
Last change on this file since 19398ad was 19398ad, checked in by 223021 <daniel.ilievski.2@…>, 6 weeks ago

Implemented backend and frontend CRUD operations for job advertisements

  • Property mode set to 100644
File size: 796 bytes
Line 
1.head-job-advertisements-box {
2 height: 10%;
3 width: 100%;
4 background-color: #fff;
5 border-radius: 12px;
6 padding: 15px 20px;
7 margin-bottom: 20px;
8 margin-top: 30px;
9 height: auto;
10}
11
12
13.head-job-advertisements-box .head-component {
14 display: inline;
15}
16
17
18.head-job-advertisements-box .search-container {
19 position: relative;
20 float: left;
21}
22.head-job-advertisements-box .search-container .search-input {
23 width: 400px;
24 display: inline;
25 padding: 5px 30px;
26 border-radius: 10px;
27 margin-right: 15px;
28}
29
30.search-container .search-input:focus {
31 outline-color: #6367ef;
32}
33
34.search-container i {
35 left: 10px;
36 position: absolute;
37 top: 10px;
38}
39
40.item {
41 width: 25%;
42 display: inline-block;
43 margin-left: 10px;
44 float: right;
45}
Note: See TracBrowser for help on using the repository browser.