This commit is contained in:
pypy
2020-11-01 13:16:38 +09:00
parent f732ac2fde
commit 7e84977ace

View File

@@ -103,8 +103,8 @@
.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
background-color: #073B4C;
color: #fff;
background-color: #073b4c;
}
.noty_theme__sunset.noty_type__alert .noty_progressbar,
@@ -113,33 +113,33 @@
}
.noty_theme__sunset.noty_type__warning {
background-color: #FFD166;
color: #fff;
background-color: #ffd166;
}
.noty_theme__sunset.noty_type__error {
background-color: #EF476F;
color: #fff;
background-color: #ef476f;
}
.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
background-color: #118AB2;
color: #fff;
background-color: #118ab2;
}
.noty_theme__sunset.noty_type__success {
background-color: #06D6A0;
color: #fff;
background-color: #06d6a0;
}
.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__information .noty_progressbar {
opacity: .6;
opacity: 0.6;
}
::-webkit-scrollbar {
@@ -187,9 +187,6 @@ button {
overflow: hidden auto;
}
.x-friend-list {
}
.x-friend-item {
box-sizing: border-box;
display: flex;