2019-01-22 23:28:33 +03:00
|
|
|
/*
|
2020-09-22 06:00:51 +03:00
|
|
|
Copyright 2019, 2020 The Matrix.org Foundation C.I.C.
|
2019-01-22 23:28:33 +03:00
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/
|
|
|
|
|
2020-12-22 11:40:39 +03:00
|
|
|
.mx_ProfileSettings_controls_topic {
|
|
|
|
& > textarea {
|
2021-08-02 16:38:45 +03:00
|
|
|
font-family: inherit;
|
2020-12-22 11:40:39 +03:00
|
|
|
resize: vertical;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-22 23:28:33 +03:00
|
|
|
.mx_ProfileSettings_profile {
|
2019-01-30 09:11:16 +03:00
|
|
|
display: flex;
|
2019-01-22 23:28:33 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_ProfileSettings_controls {
|
2019-01-30 09:11:16 +03:00
|
|
|
flex-grow: 1;
|
2020-09-22 06:00:51 +03:00
|
|
|
margin-right: 54px;
|
2019-01-22 23:28:33 +03:00
|
|
|
}
|
|
|
|
|
2019-01-26 06:38:35 +03:00
|
|
|
.mx_ProfileSettings_controls .mx_Field #profileTopic {
|
2019-01-30 09:11:16 +03:00
|
|
|
height: 4em;
|
2019-01-26 06:38:35 +03:00
|
|
|
}
|
|
|
|
|
2019-08-13 17:19:39 +03:00
|
|
|
.mx_ProfileSettings_controls .mx_Field:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2022-01-25 12:40:02 +03:00
|
|
|
.mx_ProfileSettings_userId {
|
|
|
|
margin-right: $spacing-20;
|
2019-03-05 19:12:02 +03:00
|
|
|
}
|
|
|
|
|
2019-01-22 23:28:33 +03:00
|
|
|
.mx_ProfileSettings_avatarUpload {
|
2019-01-30 09:11:16 +03:00
|
|
|
display: none;
|
2019-01-22 23:28:33 +03:00
|
|
|
}
|
2020-09-22 06:00:51 +03:00
|
|
|
|
|
|
|
.mx_ProfileSettings_profileForm {
|
|
|
|
@mixin mx_Settings_fullWidthField;
|
2022-06-14 21:17:10 +03:00
|
|
|
border-bottom: 1px solid $quinary-content;
|
2020-09-22 06:00:51 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_ProfileSettings_buttons {
|
|
|
|
margin-top: 10px; // 18px is already accounted for by the <p> above the buttons
|
|
|
|
margin-bottom: 28px;
|
|
|
|
|
|
|
|
> .mx_AccessibleButton_kind_link {
|
2022-04-05 20:29:35 +03:00
|
|
|
font-size: $font-14px;
|
2021-10-03 21:51:46 +03:00
|
|
|
margin-right: 10px;
|
2020-09-22 06:00:51 +03:00
|
|
|
}
|
|
|
|
}
|