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
|
|
|
|
|
|
|
// ICONS
|
|
|
|
// ==========================================================
|
|
|
|
|
2019-01-19 03:40:21 +01:00
|
|
|
.mx_UserSettingsDialog_settingsIcon:before {
|
2019-01-22 17:54:35 +01:00
|
|
|
mask-image: url('$(res)/img/feather-icons/settings.svg');
|
2019-01-19 03:40:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserSettingsDialog_voiceIcon:before {
|
2019-01-22 17:54:35 +01:00
|
|
|
mask-image: url('$(res)/img/feather-icons/phone.svg');
|
2019-01-19 03:40:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserSettingsDialog_bellIcon:before {
|
2019-01-22 17:54:35 +01:00
|
|
|
mask-image: url('$(res)/img/feather-icons/notifications.svg');
|
2019-01-19 03:40:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserSettingsDialog_preferencesIcon:before {
|
2019-01-22 17:54:35 +01:00
|
|
|
mask-image: url('$(res)/img/feather-icons/sliders.svg');
|
2019-01-19 03:40:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserSettingsDialog_securityIcon:before {
|
2019-01-22 17:54:35 +01:00
|
|
|
mask-image: url('$(res)/img/feather-icons/lock.svg');
|
2019-01-19 03:40:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserSettingsDialog_helpIcon:before {
|
2019-01-22 17:54:35 +01:00
|
|
|
mask-image: url('$(res)/img/feather-icons/help-circle.svg');
|
2019-01-24 01:32:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserSettingsDialog_labsIcon:before {
|
|
|
|
mask-image: url('$(res)/img/feather-icons/flag.svg');
|
|
|
|
}
|
2019-01-25 23:35:32 +01:00
|
|
|
|
|
|
|
.mx_UserSettingsDialog_flairIcon:before {
|
2019-01-28 18:24:18 +01:00
|
|
|
mask-image: url('$(res)/img/feather-icons/flair.svg');
|
2019-01-25 23:35:32 +01:00
|
|
|
}
|