File tree Expand file tree Collapse file tree 3 files changed +3
-115
lines changed
Features/AboutMe/Components Expand file tree Collapse file tree 3 files changed +3
-115
lines changed Original file line number Diff line number Diff line change 22
22
@if (ShowAdminActions )
23
23
{
24
24
<li
25
- class =" item-draggable "
25
+ class =" cursor-grab "
26
26
draggable =" true"
27
27
@ondrag =" @(() => currentDragItem = entry)"
28
28
@ondrop =" @(() => HandleDrop(entry))" >
Original file line number Diff line number Diff line change 3
3
4
4
<div class =" col-lg-9 col-md-8 tab-container" >
5
5
<ul class =" nav nav-pills nav-underline border-bottom justify-content-around" id =" aboutMe" role =" tablist" >
6
- <li class = " nav-item " role =" presentation" >
6
+ <li role =" presentation" >
7
7
<button class =" nav-link active bg-transparent border-0 text-body" id =" pills-skills-tab"
8
8
data-bs-toggle =" pill" data-bs-target =" #pills-home" type =" button"
9
9
role =" tab" aria-controls =" pills-home" aria-selected =" true" >
10
10
Skills
11
11
</button >
12
12
</li >
13
- <li class = " nav-item " role =" presentation" >
13
+ <li role =" presentation" >
14
14
<button class =" nav-link bg-transparent border-0 text-body" id =" pills-talks-tab"
15
15
data-bs-toggle =" pill" data-bs-target =" #pills-profile" type =" button"
16
16
role =" tab" aria-controls =" pills-profile" aria-selected =" false" >
Original file line number Diff line number Diff line change @@ -248,118 +248,6 @@ code {
248
248
z-index : initial;
249
249
max-width : 130px ;
250
250
}
251
- /*
252
- .nav>.nav-item>button {
253
- border: 0;
254
- background: transparent !important;
255
- color: var(--bs-body-color) !important;
256
- }
257
- */
258
- /*#endregion */
259
-
260
- /*#region About Me */
261
- .table-container {
262
- overflow-x : auto;
263
- }
264
-
265
- .skill-table {
266
- margin-top : 20px ;
267
- width : 100% ;
268
- }
269
-
270
- .skill-table td : first-of-type {
271
- width : 10%
272
- }
273
-
274
- .skill-table td {
275
- width : 30% ;
276
- border-top : 1px var (--bs-light ) solid;
277
- vertical-align : top;
278
- min-width : 100px ;
279
- }
280
-
281
- .skill-table td div {
282
- display : inline-block;
283
- margin-right : 8px ;
284
- margin-top : 12px ;
285
- margin-bottom : 12px ;
286
- }
287
-
288
- .skill-tag {
289
- padding : 8px ;
290
- border-radius : 5px ;
291
- background-color : var (--tag-background );
292
- display : inline-block;
293
- white-space : nowrap;
294
- overflow : hidden;
295
- text-overflow : ellipsis;
296
- }
297
-
298
- .skill-tag img {
299
- padding-right : 12px ;
300
- width : 36px ;
301
- }
302
-
303
- .profile-card {
304
- display : inline-block;
305
- box-shadow : 0 3px 7px -1px rgba (0 , 0 , 0 , 0.1 );
306
- width : 100% ;
307
- border-radius : 8px ;
308
- }
309
-
310
- .profile-name {
311
- padding : 20px ;
312
- font-size : 1.25em ;
313
- line-height : 1.5em ;
314
- }
315
-
316
- .profile-name : first-child {
317
- background : var (--tag-background );
318
- }
319
-
320
- .profile-image {
321
- padding : 30px ;
322
- background : var (--tag-background );
323
- }
324
-
325
- .profile-image img {
326
- width : 100% ;
327
- margin : auto;
328
- border-radius : 50vw ;
329
- display : block;
330
- }
331
-
332
- .profile-keypoints {
333
- background-color : var (--tag-background );
334
- padding-top : 10px ;
335
- padding-left : 2.5em ;
336
- padding-right : 1.5em ;
337
- list-style : none;
338
- margin-bottom : 0 ;
339
- }
340
-
341
- .profile-keypoints li {
342
- padding-bottom : 0.6em ;
343
- letter-spacing : 0.05em ;
344
- }
345
-
346
- .profile-keypoints li p {
347
- display : inline;
348
- }
349
-
350
- .item-draggable {
351
- cursor : grab;
352
- }
353
- /*#endregion */
354
-
355
- /*#region Admin */
356
- .admin-extra-buttons {
357
- opacity : 0.25 ;
358
- }
359
-
360
- .admin-extra-buttons : hover {
361
- opacity : 1 ;
362
- }
363
251
/*#endregion */
364
252
365
253
/*#region Icons */
You can’t perform that action at this time.
0 commit comments