From 7e84977ace30ce5ec62a77aca8a7a185706735ef Mon Sep 17 00:00:00 2001 From: pypy Date: Sun, 1 Nov 2020 13:16:38 +0900 Subject: [PATCH] lint --- html/src/vr.scss | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/html/src/vr.scss b/html/src/vr.scss index b9fc74c0..fc85bf76 100644 --- a/html/src/vr.scss +++ b/html/src/vr.scss @@ -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;