Files
element-call/src/UserMenu.module.css
T

26 lines
407 B
CSS
Raw Normal View History

2023-01-03 16:58:38 +00:00
/*
Copyright 2022-2024 New Vector Ltd.
2023-01-03 16:58:38 +00:00
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
Please see LICENSE in the repository root for full details.
2023-01-03 16:58:38 +00:00
*/
2022-01-18 13:34:42 -08:00
.menuIcon {
width: 24px;
height: 24px;
2023-07-26 12:55:34 +02:00
flex-shrink: 0;
2022-01-18 13:34:42 -08:00
}
.userButton {
appearance: none;
background: none;
border: none;
margin: 0;
cursor: pointer;
}
2021-12-03 16:42:29 -08:00
.userButton svg * {
2023-08-28 16:45:17 -04:00
fill: var(--cpd-color-icon-primary);
2021-12-03 16:42:29 -08:00
}