mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-04-01 06:03:28 +03:00
21 lines
475 B
SCSS
21 lines
475 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/button';
|
|
@import '../../components/inner-container';
|
|
@import '../../components/main';
|
|
|
|
.panel-main {
|
|
@include main;
|
|
}
|
|
|
|
.inner-container {
|
|
@include inner-container;
|
|
flex-direction: column;
|
|
}
|