source: jobvista-frontend/src/views/dashboard/Dashboard.css@ 19398ad

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

Implemented backend and frontend CRUD operations for job advertisements

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