2019-01-25 10:12:09 +08:00
|
|
|
/*
|
|
|
|
Copyright 2019 New Vector Ltd.
|
2019-01-19 11:09:23 +08:00
|
|
|
|
2019-01-25 10:12:09 +08: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
|
2019-01-19 11:09:23 +08:00
|
|
|
|
2019-01-25 10:12:09 +08:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2019-01-19 11:09:23 +08:00
|
|
|
|
2019-01-25 10:12:09 +08:00
|
|
|
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.
|
|
|
|
*/
|
2019-01-19 11:09:23 +08:00
|
|
|
|
2022-07-27 21:39:29 +08:00
|
|
|
/* ICONS */
|
|
|
|
/* ========================================================== */
|
2019-01-19 11:09:23 +08:00
|
|
|
|
2019-07-10 01:15:10 +08:00
|
|
|
.mx_UserSettingsDialog_settingsIcon::before {
|
2020-07-07 18:15:34 +08:00
|
|
|
mask-image: url('$(res)/img/element-icons/settings.svg');
|
2019-01-19 10:40:21 +08:00
|
|
|
}
|
|
|
|
|
2020-04-23 19:20:10 +08:00
|
|
|
.mx_UserSettingsDialog_appearanceIcon::before {
|
2020-07-07 18:15:34 +08:00
|
|
|
mask-image: url('$(res)/img/element-icons/settings/appearance.svg');
|
2020-04-23 19:20:10 +08:00
|
|
|
}
|
|
|
|
|
2019-07-10 01:15:10 +08:00
|
|
|
.mx_UserSettingsDialog_voiceIcon::before {
|
2020-07-08 23:30:50 +08:00
|
|
|
mask-image: url('$(res)/img/element-icons/call/voice-call.svg');
|
2019-01-19 10:40:21 +08:00
|
|
|
}
|
|
|
|
|
2019-07-10 01:15:10 +08:00
|
|
|
.mx_UserSettingsDialog_bellIcon::before {
|
2020-07-07 18:15:34 +08:00
|
|
|
mask-image: url('$(res)/img/element-icons/notifications.svg');
|
2019-01-19 10:40:21 +08:00
|
|
|
}
|
|
|
|
|
2019-07-10 01:15:10 +08:00
|
|
|
.mx_UserSettingsDialog_preferencesIcon::before {
|
2020-07-07 18:15:34 +08:00
|
|
|
mask-image: url('$(res)/img/element-icons/settings/preference.svg');
|
2019-01-19 10:40:21 +08:00
|
|
|
}
|
|
|
|
|
2022-01-17 19:53:10 +08:00
|
|
|
.mx_UserSettingsDialog_keyboardIcon::before {
|
|
|
|
mask-image: url('$(res)/img/element-icons/settings/keyboard.svg');
|
|
|
|
}
|
|
|
|
|
2021-11-11 21:07:41 +08:00
|
|
|
.mx_UserSettingsDialog_sidebarIcon::before {
|
|
|
|
mask-image: url('$(res)/img/element-icons/settings/sidebar.svg');
|
|
|
|
}
|
|
|
|
|
2019-07-10 01:15:10 +08:00
|
|
|
.mx_UserSettingsDialog_securityIcon::before {
|
2020-07-07 18:15:34 +08:00
|
|
|
mask-image: url('$(res)/img/element-icons/security.svg');
|
2019-01-19 10:40:21 +08:00
|
|
|
}
|
|
|
|
|
2019-07-10 01:15:10 +08:00
|
|
|
.mx_UserSettingsDialog_helpIcon::before {
|
2020-07-07 18:15:34 +08:00
|
|
|
mask-image: url('$(res)/img/element-icons/settings/help.svg');
|
2019-01-24 08:32:27 +08:00
|
|
|
}
|
|
|
|
|
2019-07-10 01:15:10 +08:00
|
|
|
.mx_UserSettingsDialog_labsIcon::before {
|
2022-02-08 22:02:36 +08:00
|
|
|
mask-image: url('$(res)/img/element-icons/settings/flask.svg');
|
2019-01-24 08:32:27 +08:00
|
|
|
}
|
2019-01-26 06:35:32 +08:00
|
|
|
|
2019-11-01 03:19:54 +08:00
|
|
|
.mx_UserSettingsDialog_mjolnirIcon::before {
|
2020-07-07 18:15:34 +08:00
|
|
|
mask-image: url('$(res)/img/element-icons/room/composer/emoji.svg');
|
2019-11-01 03:19:54 +08:00
|
|
|
}
|