main
Last change
on this file since d8b6c91 was d8b6c91, checked in by 223021 <daniel.ilievski.2@…>, 6 months ago |
Initial commit - implementirano registracija i logiranje so Spring Security i JSON Web Token-i vo backend-ot kako i navbar i formi za istoto vo frontend-ot
|
-
Property mode
set to
100644
|
File size:
1.2 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 | }
|
---|
23 |
|
---|
24 | .navbar .nav-item {
|
---|
25 |
|
---|
26 | color: rgba(1,38,90,0.9);
|
---|
27 | margin-right: 15px;
|
---|
28 | border-radius: 10px;
|
---|
29 | text-transform: uppercase;
|
---|
30 | font-size: 20px;
|
---|
31 | font-weight: 600;
|
---|
32 | //font-family: 'Ubuntu', sans-serif;
|
---|
33 | font-family: Poppins, sans-serif;
|
---|
34 | }
|
---|
35 | .navbar .nav-item:hover {
|
---|
36 | color: white;
|
---|
37 | background-color: rgba(1,38,90,0.9);
|
---|
38 | /*border-bottom: 3px solid rgba(1,38,90,0.9);*/
|
---|
39 | }
|
---|
40 | .active {
|
---|
41 | color: white !important;
|
---|
42 | background-color: rgba(1,38,90,0.9);
|
---|
43 | }
|
---|
44 |
|
---|
45 | .user {
|
---|
46 |
|
---|
47 | }
|
---|
48 |
|
---|
49 | .auth-box {
|
---|
50 | display: inline-block;
|
---|
51 | margin-right: 35px;
|
---|
52 | margin-left: 5px;
|
---|
53 | //height: 50px;
|
---|
54 |
|
---|
55 | }
|
---|
56 |
|
---|
57 | .user {
|
---|
58 | color: black;
|
---|
59 | padding-top: 10px;
|
---|
60 | margin-bottom: 0;
|
---|
61 |
|
---|
62 | }
|
---|
63 |
|
---|
64 | .role {
|
---|
65 | color: darkgray;
|
---|
66 | margin-bottom: 10px;
|
---|
67 | font-size: 15px;
|
---|
68 |
|
---|
69 | }
|
---|
70 |
|
---|
71 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.