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 {
padding-top: "15px";
padding-top: 15px;
}
.vc-inrole-close {

View file

@ -106,7 +106,7 @@
}
.vc-more-stickers-category-scroller> :last-child {
position: "absolute";
position: absolute;
pointer-events: none;
min-height: 0;
min-width: 1px;

View file

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

View file

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

View file

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

View file

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