mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
23 lines
417 B
SCSS
23 lines
417 B
SCSS
/*
|
|
* Copyright (C) 2022 Gusted <postmaster@gusted.xyz>
|
|
* SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
@import '../../components/table/main';
|
|
|
|
.reg-closed__table {
|
|
@include table;
|
|
margin: auto;
|
|
}
|
|
|
|
.reg-closed__table-title-text {
|
|
@include table__title-text;
|
|
}
|
|
|
|
.reg-closed__body-text {
|
|
display: block;
|
|
margin: 0.5em 0;
|
|
}
|