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