source: jobvista-frontend/src/views/dashboard/Dashboard.css@ 28b3398

main
Last change on this file since 28b3398 was 28b3398, checked in by 223021 <daniel.ilievski.2@…>, 4 weeks ago

Implemented job application functionality, added job advertisement filtering and replaced text areas with editors

  • Property mode set to 100644
File size: 924 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.head-dashboard-box .filter-container {
14 display: inline-flex;
15 justify-content: center;
16 gap: 10px;
17}
18
19
20.head-dashboard-box .search-container {
21 position: relative;
22 /*float: left;*/
23 display: inline-block;
24}
25.head-dashboard-box .search-container .search-input {
26 width: 400px;
27 display: inline;
28 padding: 5px 30px;
29 border-radius: 10px;
30 /*margin-right: 15px;*/
31}
32
33.head-dashboard-box .search-container .search-input:focus {
34 outline-color: #6367ef;
35}
36
37.head-dashboard-box .search-container i {
38 left: 10px;
39 position: absolute;
40 top: 10px;
41}
42
43.head-dashboard-box .item {
44 width: 20%;
45 display: inline-block;
46 /*margin-left: 10px;*/
47 /*float: left !important;*/
48}
Note: See TracBrowser for help on using the repository browser.