mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-08-02 08:43:15 +00:00
21 lines
404 B
SCSS
21 lines
404 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';
|
|
|
|
.help-text {
|
|
flex-direction: column;
|
|
justify-content: normal;
|
|
padding: 10px;
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.help-text__instructions {
|
|
width: 86%;
|
|
}
|