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