mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-08-02 00:33:16 +00:00
45 lines
617 B
CSS
45 lines
617 B
CSS
/*
|
|
* SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
.details__container {
|
|
display: flex;
|
|
font-size: 14px;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.details__copyright {
|
|
font-size: 14px;
|
|
flex: 2;
|
|
}
|
|
|
|
.details {
|
|
list-style: none;
|
|
bottom: 0px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
font-size: 14px;
|
|
margin: auto;
|
|
padding: 0;
|
|
}
|
|
|
|
.details__item {
|
|
margin: auto 10px;
|
|
list-style: none;
|
|
flex: 1;
|
|
}
|
|
|
|
.details__link {
|
|
color: rgb(3, 102, 214);
|
|
}
|
|
|
|
.details__row1 {
|
|
display: flex;
|
|
}
|
|
|
|
.details__row1 > .details {
|
|
flex: 1;
|
|
}
|