Files
ThreadNet-Web/res/css/structures/auth/_Login.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

88 lines
1.5 KiB
Plaintext
Raw Normal View History

/*
2024-09-09 14:57:16 +01:00
Copyright 2019-2024 New Vector Ltd.
Copyright 2015, 2016 OpenMarket Ltd
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
2024-09-09 14:57:16 +01:00
Please see LICENSE files in the repository root for full details.
*/
.mx_Login_submit {
width: 100%;
2020-11-23 11:28:49 +00:00
margin-top: 24px;
margin-bottom: 24px;
}
.mx_Login_loader {
display: inline;
position: relative;
top: 2px;
left: 8px;
}
.mx_Login_loader .mx_Spinner {
display: inline;
}
.mx_Login_loader .mx_Spinner img {
width: 16px;
height: 16px;
}
.mx_Login_error {
2021-11-11 14:37:29 +01:00
color: $alert;
font-weight: bold;
text-align: center;
margin-top: 12px;
margin-bottom: 12px;
}
2019-06-05 11:32:02 -06:00
.mx_Login_error.mx_Login_serverError {
text-align: left;
font-weight: normal;
}
.mx_Login_error.mx_Login_serverError.mx_Login_serverErrorNonFatal {
color: #ff8d13; /* Only used here */
}
.mx_Login_type_container {
display: flex;
2019-03-05 17:53:09 +00:00
align-items: center;
2019-02-13 14:24:03 +00:00
color: $authpage-primary-color;
2019-03-05 17:53:09 +00:00
.mx_Field {
margin: 0;
}
}
.mx_Login_type_label {
2019-07-02 15:09:48 +01:00
flex: 1;
}
.mx_Login_underlinedServerName {
width: max-content;
2021-11-11 14:37:29 +01:00
border-bottom: 1px dashed $accent;
}
2020-04-15 14:07:37 +01:00
div.mx_AccessibleButton_kind_link.mx_Login_forgot {
2020-11-23 11:28:49 +00:00
display: block;
2022-11-22 07:58:37 +01:00
margin-top: 24px;
2020-04-15 14:07:37 +01:00
&.mx_AccessibleButton_disabled {
cursor: not-allowed;
}
}
2021-08-19 09:19:02 +02:00
.mx_Login_spinner {
display: flex;
justify-content: center;
align-items: center;
align-content: center;
padding: 14px;
}
.mx_Login_fullWidthButton {
width: 100%;
margin-bottom: 16px;
}