Signal-Desktop/stylesheets/_options.scss

27 lines
674 B
SCSS
Raw Normal View History

// Copyright 2018-2022 Signal Messenger, LLC
2020-10-30 20:34:04 +00:00
// SPDX-License-Identifier: AGPL-3.0-only
@use '../node_modules/intl-tel-input/build/css/intlTelInput.css';
2019-12-17 20:25:57 +00:00
@import 'fontfaces';
@import 'variables';
@import 'progress';
2021-11-30 17:51:53 +00:00
.iti__flag {
// override intlTelInput's flags image location
2021-11-30 17:51:53 +00:00
background-image: url('../node_modules/intl-tel-input/build/img/flags.png');
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-image: url('../node_modules/intl-tel-input/build/img/flags@2x.png');
}
}
2017-06-21 12:08:43 +00:00
.intl-tel-input .country-list {
text-align: left;
}
.intl-tel-input .country-list .country .country-name {
2019-10-04 18:06:17 +00:00
color: $color-black;
}