source: jobvista-frontend/src/views/static/Header.css@ 28b3398

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

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

  • Property mode set to 100644
File size: 1.3 KB
Line 
1.navbar .logo {
2 width: 100px;
3 height: 60px;
4 display: inline-block;
5 background: url("../../../public/images/logo.png") no-repeat center center;
6 background-size: contain;
7 margin-right: 0;
8}
9
10.navbar .brand-name {
11 width: 190px;
12 height: 150px;
13 display: inline-block;
14 background: url("../../../public/images/brand-name-2.png") no-repeat center center;
15 background-size: contain;
16 margin-right: 70px;
17}
18
19.navbar {
20 height: 80px;
21 background-color: #535C91;
22 font-family: Poppins, sans-serif;
23}
24
25.navbar .nav-item {
26
27 color: rgba(1,38,90,0.9);
28 margin-right: 15px;
29 border-radius: 10px;
30 text-transform: uppercase;
31 font-size: 20px;
32 font-weight: 600;
33 //font-family: 'Ubuntu', sans-serif;
34 font-family: Poppins, sans-serif;
35}
36.navbar .nav-item:hover {
37 color: white;
38 background-color: rgba(1,38,90,0.9);
39 /*border-bottom: 3px solid rgba(1,38,90,0.9);*/
40}
41.active {
42 color: white !important;
43 background-color: rgba(1,38,90,0.9);
44}
45
46.user {
47
48}
49
50.auth-box {
51 display: inline-block;
52 margin-right: 35px;
53 margin-left: 5px;
54 //height: 50px;
55
56}
57
58.user {
59 color: black;
60 padding-top: 10px;
61 margin-bottom: 0;
62
63}
64
65.role {
66 color: darkgray;
67 margin-bottom: 10px;
68 font-size: 15px;
69
70}
71
72
Note: See TracBrowser for help on using the repository browser.