mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2024-11-29 06:18:44 +03:00
22 lines
390 B
SCSS
22 lines
390 B
SCSS
/*
|
|
* Copyright (C) 2022 Aravinth Manivannan <realaravinth@batsense.net>
|
|
* SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
@import '../reset';
|
|
@import '../vars';
|
|
@import '../components/box';
|
|
|
|
.error-box {
|
|
@include box;
|
|
}
|
|
|
|
.error-title {
|
|
@include box-title;
|
|
}
|
|
|
|
.error-message {
|
|
text-align: center;
|
|
}
|