mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-08-02 00:33:16 +00:00
24 lines
488 B
SCSS
24 lines
488 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 '../../vars';
|
|
|
|
@mixin table {
|
|
background-color: $white;
|
|
width: 90%;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
@mixin table__title-text {
|
|
font-size: 1rem;
|
|
padding: 0.75rem 0.5rem;
|
|
box-sizing: border-box;
|
|
text-align: left;
|
|
width: 100%;
|
|
border-bottom: 0.1px solid $light-grey;
|
|
}
|