mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
lint
This commit is contained in:
+7
-10
@@ -103,8 +103,8 @@
|
|||||||
|
|
||||||
.noty_theme__sunset.noty_type__alert,
|
.noty_theme__sunset.noty_type__alert,
|
||||||
.noty_theme__sunset.noty_type__notification {
|
.noty_theme__sunset.noty_type__notification {
|
||||||
background-color: #073B4C;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background-color: #073b4c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noty_theme__sunset.noty_type__alert .noty_progressbar,
|
.noty_theme__sunset.noty_type__alert .noty_progressbar,
|
||||||
@@ -113,33 +113,33 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.noty_theme__sunset.noty_type__warning {
|
.noty_theme__sunset.noty_type__warning {
|
||||||
background-color: #FFD166;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background-color: #ffd166;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noty_theme__sunset.noty_type__error {
|
.noty_theme__sunset.noty_type__error {
|
||||||
background-color: #EF476F;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background-color: #ef476f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noty_theme__sunset.noty_type__info,
|
.noty_theme__sunset.noty_type__info,
|
||||||
.noty_theme__sunset.noty_type__information {
|
.noty_theme__sunset.noty_type__information {
|
||||||
background-color: #118AB2;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background-color: #118ab2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noty_theme__sunset.noty_type__success {
|
.noty_theme__sunset.noty_type__success {
|
||||||
background-color: #06D6A0;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background-color: #06d6a0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noty_theme__sunset.noty_type__error .noty_progressbar {
|
.noty_theme__sunset.noty_type__error .noty_progressbar {
|
||||||
opacity: .4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noty_theme__sunset.noty_type__info .noty_progressbar,
|
.noty_theme__sunset.noty_type__info .noty_progressbar,
|
||||||
.noty_theme__sunset.noty_type__information .noty_progressbar {
|
.noty_theme__sunset.noty_type__information .noty_progressbar {
|
||||||
opacity: .6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
@@ -187,9 +187,6 @@ button {
|
|||||||
overflow: hidden auto;
|
overflow: hidden auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-friend-list {
|
|
||||||
}
|
|
||||||
|
|
||||||
.x-friend-item {
|
.x-friend-item {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user