Last change
on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 6 days ago |
Upload project files
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | * {
|
---|
2 | margin: 0;
|
---|
3 | padding: 0;
|
---|
4 | box-sizing: border-box;
|
---|
5 | }
|
---|
6 |
|
---|
7 | a {
|
---|
8 | text-decoration:none;
|
---|
9 | }
|
---|
10 |
|
---|
11 | li{
|
---|
12 | list-style: none;
|
---|
13 | }
|
---|
14 |
|
---|
15 | body{
|
---|
16 | background: rgb(233, 219, 219);
|
---|
17 | }
|
---|
18 |
|
---|
19 | /* Dashboard */
|
---|
20 | #dashboard-bar {
|
---|
21 | text-align: center;
|
---|
22 | margin-top: 125px;
|
---|
23 | width: 100%;
|
---|
24 | z-index: 1;
|
---|
25 | font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
|
---|
26 | }
|
---|
27 |
|
---|
28 | #dashboard-bar .top-right {
|
---|
29 | font-size: 24px;
|
---|
30 | font-weight: 500;
|
---|
31 | height: 54px;
|
---|
32 | align-items: center;
|
---|
33 | color: black
|
---|
34 | }
|
---|
35 |
|
---|
36 | #dashboard-bar .top-right .bx {
|
---|
37 | min-width: 60px;
|
---|
38 | vertical-align: middle;
|
---|
39 | }
|
---|
40 |
|
---|
41 | #dashboard-bar .side-menu {
|
---|
42 | margin-top: 50px;
|
---|
43 | }
|
---|
44 |
|
---|
45 | #dashboard-bar .side-menu li {
|
---|
46 | margin-bottom: 10px;
|
---|
47 | }
|
---|
48 |
|
---|
49 | #dashboard-bar .side-menu li{
|
---|
50 | margin-left: auto;
|
---|
51 | margin-right: auto;
|
---|
52 | padding: 10px 10px;
|
---|
53 | background-color: aliceblue;
|
---|
54 | border-radius: 48px;
|
---|
55 | font-size: 18px;
|
---|
56 | color: blue;
|
---|
57 | text-align: center;
|
---|
58 | min-width: 100px;
|
---|
59 | max-width: 320px;
|
---|
60 | }
|
---|
61 | #dashboard-bar .side-menu li a:hover{
|
---|
62 | color: aqua;
|
---|
63 | }
|
---|
64 |
|
---|
65 | #dashboard-bar .side-menu li a .bx {
|
---|
66 | min-width: 40px;
|
---|
67 | font-size: 18px;
|
---|
68 | }
|
---|
69 |
|
---|
70 | /* Dashboard */
|
---|
71 |
|
---|
72 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.