Files
mCaptcha/templates/auth/register/main.scss
2023-07-03 23:19:51 +05:30

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;
}