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