CSS refactoring.
This commit is contained in:
14
assets/styles/elements/_error.scss
Normal file
14
assets/styles/elements/_error.scss
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
@use "../variables";
|
||||
|
||||
livechat-error {
|
||||
color: variables.$error-color;
|
||||
display: block;
|
||||
padding: 50px;
|
||||
text-align: center;
|
||||
}
|
Reference in New Issue
Block a user