1
1
2
- body ,
3
- html {
2
+ body , html {
4
3
margin : 0 ;
5
4
padding : 0 ;
6
5
height : 100% ;
7
6
font-size : 15px ;
8
7
}
8
+ .bord {
9
+ border : 0px red solid;
10
+ }
9
11
10
12
11
- .sidebar {
12
- z-index : 9999999 ;
13
+ .sidebar {
14
+
13
15
position : fixed;
14
- top : 0 ;
15
16
background-color : var (--sidebar-color );
16
17
overflow-x : hidden;
17
18
overflow-y : hidden;
18
- transition : 0.5 s ;
19
+ transition : ease-in-out 0.4 s ;
19
20
padding-top : 1px ;
20
21
height : 100vh ;
21
- width : 15 vw ;
22
- background-color : # ffffff ;
23
-
22
+ width : 0 px ;
23
+ background-color : # ffffff ;
24
+
24
25
}
26
+ .companytitle {
27
+ margin-top : 10px ;
28
+ padding : 0px 30px ;
25
29
26
- .companytitle {
27
- padding : 0px 30px ;
28
30
}
29
-
30
- . companytitle h4 {
31
- padding : 0px 30px ;
32
- text-decoration : none;
33
- font-size : 15 px ;
34
- display : flex ;
35
- align-items : center ;
36
- color : rgb ( 255 , 198 , 118 ) ;
37
-
38
- letter-spacing : 3px ;
39
- line-height : 20px ;
31
+ . companytitle h4 {
32
+ font-family : Arial , Helvetica , sans-serif;
33
+ padding : 0px 30px ;
34
+ text-decoration : none;
35
+ font-size : 20 px ;
36
+ font-weight : bolder ;
37
+ display : flex ;
38
+ align-items : center ;
39
+ color : rgb ( 255 , 198 , 118 );
40
+ letter-spacing : 3px ;
41
+ line-height : 20px ;
40
42
}
43
+ .navi {
41
44
42
- .nav {
43
-
44
- margin-top : 40px ;
45
+ margin-top : 40px ;
45
46
46
47
}
47
48
48
- .userinfo {
49
- padding : 10px 0px 0px 60 px ;
50
- margin : 0px 0px 30px 0px ;
49
+ .userinfo {
50
+ padding : 10px 0px 0px 50 px ;
51
+ margin : 0px 0px 30px 0px ;
51
52
}
52
53
53
- .logout {
54
- position : absolute;
55
- bottom : 30px ;
56
- margin-bottom : 0px ;
57
- width : 100% ;
54
+ .logout {
55
+ position : absolute;
56
+ bottom : 30px ;
57
+ margin-bottom : 0px ;
58
+ width : 100% ;
58
59
}
59
-
60
- .nav a {
60
+ .sidenavi a {
61
61
padding : 10px 20px 10px 20px ;
62
62
text-decoration : none;
63
63
font-size : 15px ;
64
- color : var ( --text-color );
64
+ color : rgb ( 66 , 66 , 66 );
65
65
display : flex;
66
66
align-items : center;
67
67
margin : 10px 20px ;
68
68
font-family : 'Poppins' , sans-serif;
69
- letter-spacing : 3px ;
70
- /* margin-left: 10px;
69
+ letter-spacing : 3px ;
70
+ /* margin-left: 10px;
71
71
margin-right: 10px;*/
72
- transition : 0.5s ;
73
-
74
- }
72
+ transition : 0.2s ;
75
73
76
- .nav i {
77
- margin-right : 10px ;
78
- /* Adjust the margin as needed */
79
- }
80
74
81
- .logout a {
82
- padding : 10px 10px 10px 20px ;
83
- text-decoration : none;
84
- font-size : 15px ;
85
- color : var (--text-color );
86
- display : flex;
87
- align-items : center;
88
- margin : 10px 20px ;
89
- font-family : 'Poppins' , sans-serif;
90
- letter-spacing : 3px ;
91
- transition : 0.5s ;
75
+ }
76
+ .sidenavi i {
77
+ margin-right : 10px ; /* Adjust the margin as needed */
92
78
}
93
79
94
- .logout i {
95
- margin-right : 10px ;
96
- /* Adjust the margin as needed */
97
- }
98
80
99
- .profilepic {
100
- width : 100px ;
101
- /* Set the width of the container */
102
- height : 100px ;
103
- /* Set the height of the container */
104
- border-radius : 50% ;
105
- /* Make it a circle by setting border-radius to 50% */
106
- overflow : hidden;
107
- /* Hide any content outside the circle */
81
+ .profilepic {
82
+ width : 100px ; /* Set the width of the container */
83
+ height : 100px ; /* Set the height of the container */
84
+ border-radius : 50% ; /* Make it a circle by setting border-radius to 50% */
85
+ overflow : hidden; /* Hide any content outside the circle */
108
86
position : relative;
87
+ left : 20px ;
109
88
/* Position property for absolute positioning of the image */
110
89
}
111
-
112
90
.profilepic img {
113
- width : 100% ;
114
- /* Make the image fill the container */
115
- height : auto;
116
- /* Maintain the aspect ratio of the image */
117
- border-radius : 0% ;
118
- /* Ensure the image itself is also a circle */
119
- position : absolute;
120
- /* Position the image absolutely within the container */
91
+ width : 100% ; /* Make the image fill the container */
92
+ height : auto; /* Maintain the aspect ratio of the image */
93
+ border-radius : 0% ; /* Ensure the image itself is also a circle */
94
+ position : absolute;
95
+ /* Position the image absolutely within the container */
96
+ }
97
+ .userinfo h4 {
98
+ margin-top : 10px ;
99
+ /* margin-left: -10px;*/
100
+ }
101
+ .userinfo p {
102
+ margin-left : -20px ;
103
+ margin-top : -10px ;
104
+ color : # 8e8e8e ;
121
105
}
122
106
123
- .userinfo h4 {
124
- margin-top : 10px ;
125
- /* margin-left: -10px;*/
107
+ # ham {
108
+ width : 30px ;
109
+ height : auto;
110
+
126
111
}
127
112
128
- .userinfo p {
129
- margin-left : -20px ;
130
- margin-top : -10px ;
131
- color : # 8e8e8e ;
113
+ .mainbody {
114
+ transition : ease-in-out 0.4s ;
115
+
116
+ background-color : # E9F1F7 ;
117
+ height : 100vh ;
118
+ width : auto;
119
+ padding : 20px ;
132
120
}
133
121
122
+ .sidenavi a .active {
123
+ color : white ;
124
+ text-decoration : none;
125
+ background-color : # 6837F4 ;
126
+ border-radius : 8px ;
127
+ font-size : 18px ;
128
+
129
+ }
134
130
135
- .mainbody {
136
131
137
- margin-left : 15vw ;
138
- background-color : # E9F1F7 ;
139
- height : 100vh ;
140
- width : auto;
141
- padding : 20px ;
132
+ .sidenavi a : not (.active ): hover {
133
+ color : # ffffff ;
134
+ text-decoration : none;
135
+ border-radius : 8px ;
136
+ background-color : # 6937f471 ;
137
+ font-size : 18px ;
142
138
}
143
139
144
- .nav a .active ,
145
- .logout a .active {
146
- color : white;
147
- text-decoration : none;
148
- background-color : # 6837F4 ;
149
- border-radius : 8px ;
140
+ .tab {
141
+ margin : 30px ;
142
+ }
150
143
144
+ .rovhov tr td {
145
+ background-color : transparent;
151
146
}
152
147
153
- .nav a : hover ,
154
- .logout a : hover {
155
- color : # 6837F4 ;
156
- text-decoration : none;
148
+ .rovhov tr {
149
+ transition : ease-in-out 0.3s ;
157
150
}
158
151
159
- .tab {
160
- margin : 30 px ;
152
+ .rovhov tr : hover {
153
+ background-color : rgba ( 142 , 142 , 142 , 0.173 ) ;
161
154
}
162
155
163
- .componentDisplayer {
164
-
165
- }
156
+
157
+ .ham {
158
+ font-size : 30px ;
159
+ /*margin: 10px 15px;*/
160
+ color : black;
161
+ cursor : pointers;
162
+ transition : all 0.2s ease;
163
+
164
+ }
165
+ .ham : hover {
166
+ font-size : 35px ;
167
+ color : rgb (255 , 105 , 105 );
168
+ }
169
+
0 commit comments