2023-01-03 19:55:46 +00:00
|
|
|
// Copyright 2018 Signal Messenger, LLC
|
2020-10-30 20:34:04 +00:00
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2022-02-11 16:59:24 +00:00
|
|
|
@use '../node_modules/intl-tel-input/build/css/intlTelInput.css';
|
2019-12-17 20:25:57 +00:00
|
|
|
@import 'fontfaces';
|
2015-03-06 19:43:53 +00:00
|
|
|
@import 'variables';
|
2016-03-19 00:59:54 +00:00
|
|
|
@import 'progress';
|
2021-11-30 17:51:53 +00:00
|
|
|
|
|
|
|
.iti__flag {
|
2015-11-03 03:19:30 +00:00
|
|
|
// 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');
|
|
|
|
}
|
2015-11-03 03:19:30 +00:00
|
|
|
}
|
|
|
|
|
2017-06-21 12:08:43 +00:00
|
|
|
.intl-tel-input .country-list {
|
2023-04-20 17:03:43 +00:00
|
|
|
text-align: start;
|
2017-06-21 12:08:43 +00:00
|
|
|
}
|
|
|
|
|
2017-06-13 17:20:24 +00:00
|
|
|
.intl-tel-input .country-list .country .country-name {
|
2019-10-04 18:06:17 +00:00
|
|
|
color: $color-black;
|
2017-06-13 17:20:24 +00:00
|
|
|
}
|