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