2023-01-03 16:58:38 +00:00
|
|
|
/*
|
|
|
|
Copyright 2022 New Vector Ltd
|
|
|
|
|
|
|
|
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.
|
|
|
|
*/
|
|
|
|
|
2022-01-18 21:34:42 +00:00
|
|
|
.menuIcon {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
2021-12-04 00:42:29 +00:00
|
|
|
.userButton svg * {
|
2022-06-01 15:48:17 +00:00
|
|
|
fill: var(--primary-content);
|
2021-12-04 00:42:29 +00:00
|
|
|
}
|
2021-12-23 22:40:23 +00:00
|
|
|
|
|
|
|
.avatar {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2022-12-09 19:25:02 +00:00
|
|
|
font-size: var(--font-size-caption);
|
2021-12-23 22:40:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 800px) {
|
|
|
|
.avatar {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
2022-12-09 19:25:02 +00:00
|
|
|
font-size: var(--font-size-body);
|
2021-12-23 22:40:23 +00:00
|
|
|
}
|
|
|
|
}
|