Fixes For Lint

This commit is contained in:
thororen1234 2025-02-18 15:10:05 -05:00
parent b5c571823f
commit ddf4d04cb9
No known key found for this signature in database
6 changed files with 7 additions and 11 deletions

View file

@ -21,7 +21,7 @@
} }
.vc-inrole-header { .vc-inrole-header {
padding-top: "15px"; padding-top: 15px;
} }
.vc-inrole-close { .vc-inrole-close {

View file

@ -106,7 +106,7 @@
} }
.vc-more-stickers-category-scroller> :last-child { .vc-more-stickers-category-scroller> :last-child {
position: "absolute"; position: absolute;
pointer-events: none; pointer-events: none;
min-height: 0; min-height: 0;
min-width: 1px; min-width: 1px;
@ -502,4 +502,4 @@
font-size: 8pt; font-size: 8pt;
font-weight: 600; font-weight: 600;
color: var(--text-normal); color: var(--text-normal);
} }

View file

@ -4,9 +4,8 @@
color: rgb(240 71 71) !important; color: rgb(240 71 71) !important;
border: 1px solid rgb(240 71 71 / 60%) !important; border: 1px solid rgb(240 71 71 / 60%) !important;
border-radius: 5px !important; border-radius: 5px !important;
font-weight: 500; font-weight: bold;
padding: 6px 10px; padding: 6px 10px;
text-align: center; text-align: center;
margin-top: 10px; margin-top: 10px;
font-style: bold;
} }

View file

@ -4,9 +4,8 @@
color: rgb(240 71 71) !important; color: rgb(240 71 71) !important;
border: 1px solid rgb(240 71 71 / 60%) !important; border: 1px solid rgb(240 71 71 / 60%) !important;
border-radius: 5px !important; border-radius: 5px !important;
font-weight: 500; font-weight: bold;
padding: 6px 10px; padding: 6px 10px;
text-align: center; text-align: center;
margin-top: 10px; margin-top: 10px;
font-style: bold;
} }

View file

@ -4,9 +4,8 @@
color: rgb(240 71 71) !important; color: rgb(240 71 71) !important;
border: 1px solid rgb(240 71 71 / 60%) !important; border: 1px solid rgb(240 71 71 / 60%) !important;
border-radius: 5px !important; border-radius: 5px !important;
font-weight: 500; font-weight: bold;
padding: 6px 10px; padding: 6px 10px;
text-align: center; text-align: center;
margin-top: 10px; margin-top: 10px;
font-style: bold;
} }

View file

@ -4,9 +4,8 @@
color: var(--info-warning-text) !important; color: var(--info-warning-text) !important;
border: 1px solid var(--info-warning-foreground) !important; border: 1px solid var(--info-warning-foreground) !important;
border-radius: 5px !important; border-radius: 5px !important;
font-weight: 500; font-weight: bold;
padding: 6px 10px; padding: 6px 10px;
text-align: center; text-align: center;
margin-top: 10px; margin-top: 10px;
font-style: bold;
} }