mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
Fixes For Lint
This commit is contained in:
parent
b5c571823f
commit
ddf4d04cb9
6 changed files with 7 additions and 11 deletions
|
@ -21,7 +21,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.vc-inrole-header {
|
.vc-inrole-header {
|
||||||
padding-top: "15px";
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vc-inrole-close {
|
.vc-inrole-close {
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue