mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
623 lines
19 KiB
HTML
623 lines
19 KiB
HTML
<div class="ui-wrapper">
|
|
<input checked="" id="Austria" name="flag" type="radio">
|
|
<input id="Belgium" name="flag" type="radio">
|
|
<input id="Bulgaria" name="flag" type="radio">
|
|
<input id="Croatia" name="flag" type="radio">
|
|
<input id="Cyprus" name="flag" type="radio">
|
|
<input id="Czech" name="flag" type="radio">
|
|
<input id="Denmark" name="flag" type="radio">
|
|
<input id="Estonia" name="flag" type="radio">
|
|
<input id="Finland" name="flag" type="radio">
|
|
<input id="France" name="flag" type="radio">
|
|
<input id="Germany" name="flag" type="radio">
|
|
<input id="Greece" name="flag" type="radio">
|
|
<input id="Hungary" name="flag" type="radio">
|
|
<input id="Iceland" name="flag" type="radio">
|
|
<input id="Ireland" name="flag" type="radio">
|
|
<input id="Italy" name="flag" type="radio">
|
|
<input id="Latvia" name="flag" type="radio">
|
|
<input id="Liechtenstein" name="flag" type="radio">
|
|
<input id="Lithuania" name="flag" type="radio">
|
|
<input id="Luxembourg" name="flag" type="radio">
|
|
<input id="Malta" name="flag" type="radio">
|
|
<input id="Netherlands" name="flag" type="radio">
|
|
<input id="Norway" name="flag" type="radio">
|
|
<input id="Poland" name="flag" type="radio">
|
|
<input id="Portugal" name="flag" type="radio">
|
|
<input id="Romania" name="flag" type="radio">
|
|
<input id="Slovakia" name="flag" type="radio">
|
|
<input id="Slovenia" name="flag" type="radio">
|
|
<input id="Spain" name="flag" type="radio">
|
|
<input id="Sweden" name="flag" type="radio">
|
|
<input class="dropdown-checkbox" name="dropdown" id="dropdown" type="checkbox">
|
|
<label class="dropdown-container" for="dropdown"></label>
|
|
<div class="input-wrapper">
|
|
<legend>
|
|
<label for="phonenumber">
|
|
Phonenumber*
|
|
</label>
|
|
</legend>
|
|
<div class="textfield">
|
|
<input pattern="\d+" maxlength="11" id="phonenumber" type="text">
|
|
<span class="invalid-msg">This is not a valid phone number</span>
|
|
</div>
|
|
</div>
|
|
<div class="select-wrapper">
|
|
<ul>
|
|
<li class="Austria"><label for="Austria"><span>🇦🇹</span>Austria (+43)</label></li>
|
|
<li class="Belgium"><label for="Belgium"><span>🇧🇪</span>Belgium (+32)</label></li>
|
|
<li class="Bulgaria"><label for="Bulgaria"><span>🇧🇬</span>Bulgaria (+359)</label></li>
|
|
<li class="Croatia"><label for="Croatia"><span>🇭🇷</span>Croatia (+385)</label></li>
|
|
<li class="Cyprus"><label for="Cyprus"><span>🇨🇾</span>Cyprus (+357)</label></li>
|
|
<li class="Czech"><label for="Czech"><span>🇨🇿</span>Czech Republic (+420)</label></li>
|
|
<li class="Denmark"><label for="Denmark"><span>🇩🇰</span>Denmark (+45)</label></li>
|
|
<li class="Estonia"><label for="Estonia"><span>🇪🇪</span>Estonia (+372)</label></li>
|
|
<li class="Finland"><label for="Finland"><span>🇫🇮</span>Finland (+358)</label></li>
|
|
<li class="France"><label for="France"><span>🇫🇷</span>France (+33)</label></li>
|
|
<li class="Germany"><label for="Germany"><span>🇩🇪</span>Germany (+49)</label></li>
|
|
<li class="Greece"><label for="Greece"><span>🇬🇷</span>Greece (+30)</label></li>
|
|
<li class="Hungary"><label for="Hungary"><span>🇭🇺</span>Hungary (+36)</label></li>
|
|
<li class="Iceland"><label for="Iceland"><span>🇮🇸</span>Iceland (+354)</label></li>
|
|
<li class="Ireland"><label for="Ireland"><span>🇮🇪</span>Republic of Ireland (+353)</label></li>
|
|
<li class="Italy"><label for="Italy"><span>🇮🇹</span>Italy (+39)</label></li>
|
|
<li class="Latvia"><label for="Latvia"><span>🇱🇻</span>Latvia (+371)</label></li>
|
|
<li class="Liechtenstein"><label for="Liechtenstein"><span>🇱🇮</span>Liechtenstein (+423)</label></li>
|
|
<li class="Lithuania"><label for="Lithuania"><span>🇱🇹</span>Lithuania (+370)</label></li>
|
|
<li class="Luxembourg"><label for="Luxembourg"><span>🇱🇺</span>Luxembourg (+352)</label></li>
|
|
<li class="Malta"><label for="Malta"><span>🇲🇹</span>Malta (+356)</label></li>
|
|
<li class="Netherlands"><label for="Netherlands"><span>🇳🇱</span>Netherlands (+31)</label></li>
|
|
<li class="Norway"><label for="Norway"><span>🇳🇴</span>Norway (+47)</label></li>
|
|
<li class="Poland"><label for="Poland"><span>🇵🇱</span>Poland (+48)</label></li>
|
|
<li class="Portugal"><label for="Portugal"><span>🇵🇹</span>Portugal (+351)</label></li>
|
|
<li class="Romania"><label for="Romania"><span>🇷🇴</span>Romania (+40)</label></li>
|
|
<li class="Slovakia"><label for="Slovakia"><span>🇸🇰</span>Slovakia (+421)</label></li>
|
|
<li class="Slovenia"><label for="Slovenia"><span>🇸🇮</span>Slovenia (+386)</label></li>
|
|
<li class="Spain"><label for="Spain"><span>🇪🇸</span>Spain (+34)</label></li>
|
|
<li class="Sweden"><label for="Sweden"><span>🇸🇪</span>Sweden (+46)</label></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<style>
|
|
/* From Uiverse.io by Galahhad - Source: https://codepen.io/NielsVoogt/pen/eYvMvjN - Tags: input, validate, phone number */
|
|
.ui-wrapper {
|
|
--width: 250px;
|
|
--height: 50px;
|
|
--background: #fff;
|
|
--text-color: rgb(73, 73, 73);
|
|
--border-color: rgb(185, 184, 184);
|
|
--border-focus-color: rgb(0, 110, 255);
|
|
--shadow-color: rgba(34, 60, 80, 0.2);
|
|
--shadow-focus-color: rgba(0, 110, 255, 0.2);
|
|
--dropdown-button-color: #e6e6e6;
|
|
--dropdown-button-hover-color: #dad9d9;
|
|
}
|
|
|
|
.ui-wrapper *,
|
|
.ui-wrapper *::before,
|
|
.ui-wrapper *::after {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
font-family: sans-serif;
|
|
color: var(--text-color);
|
|
}
|
|
|
|
.ui-wrapper {
|
|
width: var(--width);
|
|
height: var(--height);
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
border-radius: 10px;
|
|
position: relative;
|
|
border: 1px solid var(--border-color);
|
|
background-color: var(--background);
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
padding-right: 10px;
|
|
-webkit-box-shadow: 0px 2px 5px 0px var(--shadow-color);
|
|
box-shadow: 0px 2px 5px 0px var(--shadow-color);
|
|
-webkit-transition: .4s;
|
|
-o-transition: .4s;
|
|
transition: .4s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.ui-wrapper>input {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
margin: 0;
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
position: absolute;
|
|
left: 9999px;
|
|
}
|
|
|
|
.dropdown-container {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 0 10px;
|
|
cursor: pointer;
|
|
border-radius: 9px 0 0 9px;
|
|
background-color: var(--dropdown-button-color);
|
|
}
|
|
|
|
.dropdown-container::before {
|
|
content: "🇦🇹";
|
|
font-size: 20px;
|
|
background: none !important;
|
|
}
|
|
|
|
.dropdown-container::after {
|
|
content: "";
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNDk0OTQ5IiB3aWR0aD0iNzAwcHQiIGhlaWdodD0iNzAwcHQiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDcwMCA3MDAiCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxwYXRoCiAgICAgICAgZD0ibTM4MC4zOSA0ODQuNzkgMzA3LjA0LTMwNS45OWMxNi43NjYtMTcuODEyIDE2Ljc2Ni00NS4wNTkgMC02MS44MjgtMTYuNzY2LTE2Ljc2Ni00NS4wNTktMTYuNzY2LTYxLjgyOCAwbC0yNzUuNiAyNzUuNi0yNzUuNi0yNzUuNmMtMTcuODEyLTE2Ljc2Ni00NS4wNTktMTYuNzY2LTYxLjgyOCAwLTE2Ljc2NiAxNi43NjYtMTYuNzY2IDQ0LjAxMiAwIDYxLjgyOGwzMDUuOTkgMzA1Ljk5YzE3LjgxMiAxNi43NjYgNDUuMDU5IDE2Ljc2NiA2MS44MjggMHoiCiAgICAgICAgZmlsbC1ydWxlPSJjdXJyZW50Q29sb3IiIC8+Cjwvc3ZnPg==");
|
|
width: 12px;
|
|
height: 12px;
|
|
background-position: center;
|
|
background-size: cover;
|
|
margin-left: 5px;
|
|
-webkit-transition: .2s;
|
|
-o-transition: .2s;
|
|
transition: .2s;
|
|
}
|
|
|
|
.select-wrapper {
|
|
width: var(--width);
|
|
position: absolute;
|
|
top: calc(var(--height) + 20px);
|
|
left: 0;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: .2s;
|
|
-o-transition: .2s;
|
|
transition: .2s;
|
|
}
|
|
|
|
.select-wrapper ul {
|
|
width: 100%;
|
|
background-color: white;
|
|
border-radius: 10px;
|
|
padding: 10px;
|
|
margin: 0;
|
|
list-style: none;
|
|
height: 300px;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
|
|
overflow-y: auto;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.select-wrapper ul li {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.select-wrapper ul li label {
|
|
width: 100%;
|
|
}
|
|
|
|
.select-wrapper ul li,
|
|
.select-wrapper ul li * {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.select-wrapper ul li:hover {
|
|
background: lightgray;
|
|
}
|
|
|
|
.select-wrapper ul li span {
|
|
display: inline-block;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.input-wrapper {
|
|
width: 100%;
|
|
padding-left: 10px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
row-gap: 2px;
|
|
}
|
|
|
|
.input-wrapper legend {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.input-wrapper .textfield {
|
|
width: 100%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.input-wrapper .textfield::before {
|
|
content: "+31";
|
|
margin-right: 5px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.input-wrapper .textfield input {
|
|
width: 100%;
|
|
font-size: 16px;
|
|
outline: none;
|
|
border: none;
|
|
background: none;
|
|
}
|
|
|
|
.invalid-msg {
|
|
font-size: 12px;
|
|
position: absolute;
|
|
color: red;
|
|
top: 115%;
|
|
left: 0;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: .2s;
|
|
-o-transition: .2s;
|
|
transition: .2s;
|
|
}
|
|
|
|
/* actions */
|
|
|
|
#phonenumber:invalid+.invalid-msg {
|
|
top: 110%;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.ui-wrapper:focus-within {
|
|
border-color: var(--border-focus-color);
|
|
-webkit-box-shadow: 0px 2px 5px 0px var(--shadow-focus-color);
|
|
box-shadow: 0px 2px 5px 0px var(--shadow-focus-color);
|
|
}
|
|
|
|
.dropdown-container:hover {
|
|
background-color: var(--dropdown-button-hover-color);
|
|
}
|
|
|
|
.dropdown-checkbox:checked~.select-wrapper {
|
|
top: calc(var(--height) + 5px);
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.dropdown-checkbox:checked+.dropdown-container::after {
|
|
rotate: 180deg;
|
|
translate: 0 -2px;
|
|
}
|
|
|
|
.ui-wrapper input#Austria:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Austria:checked~.select-wrapper li.Austria {
|
|
content: "🇦🇹";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Belgium:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Belgium:checked~.select-wrapper li.Belgium {
|
|
content: "🇧🇪";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Bulgaria:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Bulgaria:checked~.select-wrapper li.Bulgaria {
|
|
content: "🇧🇬";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Croatia:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Croatia:checked~.select-wrapper li.Croatia {
|
|
content: "🇭🇷";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Cyprus:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Cyprus:checked~.select-wrapper li.Cyprus {
|
|
content: "🇨🇾";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Czech:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Czech:checked~.select-wrapper li.Czech {
|
|
content: "🇨🇿";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Denmark:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Denmark:checked~.select-wrapper li.Denmark {
|
|
content: "🇩🇰";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Estonia:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Estonia:checked~.select-wrapper li.Estonia {
|
|
content: "🇪🇪";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Finland:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Finland:checked~.select-wrapper li.Finland {
|
|
content: "🇫🇮";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#France:checked~.dropdown-container::before,
|
|
.ui-wrapper input#France:checked~.select-wrapper li.France {
|
|
content: "🇫🇷";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Germany:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Germany:checked~.select-wrapper li.Germany {
|
|
content: "🇩🇪";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Greece:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Greece:checked~.select-wrapper li.Greece {
|
|
content: "🇬🇷";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Hungary:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Hungary:checked~.select-wrapper li.Hungary {
|
|
content: "🇭🇺";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Iceland:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Iceland:checked~.select-wrapper li.Iceland {
|
|
content: "🇮🇸";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Ireland:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Ireland:checked~.select-wrapper li.Ireland {
|
|
content: "🇮🇪";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Italy:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Italy:checked~.select-wrapper li.Italy {
|
|
content: "🇮🇹";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Latvia:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Latvia:checked~.select-wrapper li.Latvia {
|
|
content: "🇱🇻";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Liechtenstein:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Liechtenstein:checked~.select-wrapper li.Liechtenstein {
|
|
content: "🇱🇮";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Lithuania:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Lithuania:checked~.select-wrapper li.Lithuania {
|
|
content: "🇱🇹";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Luxembourg:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Luxembourg:checked~.select-wrapper li.Luxembourg {
|
|
content: "🇱🇺";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Malta:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Malta:checked~.select-wrapper li.Malta {
|
|
content: "🇲🇹";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Netherlands:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Netherlands:checked~.select-wrapper li.Netherlands {
|
|
content: "🇳🇱";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Norway:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Norway:checked~.select-wrapper li.Norway {
|
|
content: "🇳🇴";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Poland:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Poland:checked~.select-wrapper li.Poland {
|
|
content: "🇵🇱";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Portugal:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Portugal:checked~.select-wrapper li.Portugal {
|
|
content: "🇵🇹";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Romania:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Romania:checked~.select-wrapper li.Romania {
|
|
content: "🇷🇴";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Slovakia:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Slovakia:checked~.select-wrapper li.Slovakia {
|
|
content: "🇸🇰";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Slovenia:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Slovenia:checked~.select-wrapper li.Slovenia {
|
|
content: "🇸🇮";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Spain:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Spain:checked~.select-wrapper li.Spain {
|
|
content: "🇪🇸";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Sweden:checked~.dropdown-container::before,
|
|
.ui-wrapper input#Sweden:checked~.select-wrapper li.Sweden {
|
|
content: "🇸🇪";
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.ui-wrapper input#Austria:checked~.input-wrapper .textfield::before {
|
|
content: "+43";
|
|
}
|
|
|
|
.ui-wrapper input#Belgium:checked~.input-wrapper .textfield::before {
|
|
content: "+32";
|
|
}
|
|
|
|
.ui-wrapper input#Bulgaria:checked~.input-wrapper .textfield::before {
|
|
content: "+359";
|
|
}
|
|
|
|
.ui-wrapper input#Croatia:checked~.input-wrapper .textfield::before {
|
|
content: "+385";
|
|
}
|
|
|
|
.ui-wrapper input#Cyprus:checked~.input-wrapper .textfield::before {
|
|
content: "+357";
|
|
}
|
|
|
|
.ui-wrapper input#Czech:checked~.input-wrapper .textfield::before {
|
|
content: "+420";
|
|
}
|
|
|
|
.ui-wrapper input#Denmark:checked~.input-wrapper .textfield::before {
|
|
content: "+45";
|
|
}
|
|
|
|
.ui-wrapper input#Estonia:checked~.input-wrapper .textfield::before {
|
|
content: "+372";
|
|
}
|
|
|
|
.ui-wrapper input#Finland:checked~.input-wrapper .textfield::before {
|
|
content: "+358";
|
|
}
|
|
|
|
.ui-wrapper input#France:checked~.input-wrapper .textfield::before {
|
|
content: "+33";
|
|
}
|
|
|
|
.ui-wrapper input#Germany:checked~.input-wrapper .textfield::before {
|
|
content: "+49";
|
|
}
|
|
|
|
.ui-wrapper input#Greece:checked~.input-wrapper .textfield::before {
|
|
content: "+30";
|
|
}
|
|
|
|
.ui-wrapper input#Hungary:checked~.input-wrapper .textfield::before {
|
|
content: "+36";
|
|
}
|
|
|
|
.ui-wrapper input#Iceland:checked~.input-wrapper .textfield::before {
|
|
content: "+354";
|
|
}
|
|
|
|
.ui-wrapper input#Ireland:checked~.input-wrapper .textfield::before {
|
|
content: "+353";
|
|
}
|
|
|
|
.ui-wrapper input#Italy:checked~.input-wrapper .textfield::before {
|
|
content: "+39";
|
|
}
|
|
|
|
.ui-wrapper input#Latvia:checked~.input-wrapper .textfield::before {
|
|
content: "+371";
|
|
}
|
|
|
|
.ui-wrapper input#Liechtenstein:checked~.input-wrapper .textfield::before {
|
|
content: "+423";
|
|
}
|
|
|
|
.ui-wrapper input#Lithuania:checked~.input-wrapper .textfield::before {
|
|
content: "+370";
|
|
}
|
|
|
|
.ui-wrapper input#Luxembourg:checked~.input-wrapper .textfield::before {
|
|
content: "+352";
|
|
}
|
|
|
|
.ui-wrapper input#Malta:checked~.input-wrapper .textfield::before {
|
|
content: "+356";
|
|
}
|
|
|
|
.ui-wrapper input#Netherlands:checked~.input-wrapper .textfield::before {
|
|
content: "+31";
|
|
}
|
|
|
|
.ui-wrapper input#Norway:checked~.input-wrapper .textfield::before {
|
|
content: "+47";
|
|
}
|
|
|
|
.ui-wrapper input#Poland:checked~.input-wrapper .textfield::before {
|
|
content: "+48";
|
|
}
|
|
|
|
.ui-wrapper input#Portugal:checked~.input-wrapper .textfield::before {
|
|
content: "+351";
|
|
}
|
|
|
|
.ui-wrapper input#Romania:checked~.input-wrapper .textfield::before {
|
|
content: "+40";
|
|
}
|
|
|
|
.ui-wrapper input#Slovakia:checked~.input-wrapper .textfield::before {
|
|
content: "+421";
|
|
}
|
|
|
|
.ui-wrapper input#Slovenia:checked~.input-wrapper .textfield::before {
|
|
content: "+386";
|
|
}
|
|
|
|
.ui-wrapper input#Spain:checked~.input-wrapper .textfield::before {
|
|
content: "+34";
|
|
}
|
|
|
|
.ui-wrapper input#Sweden:checked~.input-wrapper .textfield::before {
|
|
content: "+46";
|
|
}
|
|
</style>
|