-
-
Save circus2271/5a3f947fa7e9afe1983339a1a0f32fd8 to your computer and use it in GitHub Desktop.
velo-1060.style.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* velo 1060 start */ | |
| .modal-main, | |
| .modal-choose_city { | |
| position: relative; | |
| } | |
| .popUpWindow, | |
| .city-selection { | |
| position: absolute; | |
| z-index: 9; | |
| left: 50%; | |
| transform: translateX(-50%); | |
| } | |
| .city-selection { | |
| top: 49px; | |
| } | |
| .popUpWindow { | |
| top: 9px; | |
| } | |
| .geoModal2 { | |
| display: none; | |
| } | |
| @media (min-width: 576px) { | |
| .popUpWindow { | |
| top: 9px; | |
| } | |
| .city-selection { | |
| top: 92px; | |
| } | |
| } | |
| /* main modal window */ | |
| .city-selection { | |
| border-radius: 7px; | |
| margin-top: 9px; | |
| padding: 16px; | |
| max-width: 276px; | |
| width: 90%; | |
| box-sizing: border-box; | |
| background: #fff; | |
| -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5)); | |
| filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5)); | |
| font-family: Comfortaa; | |
| } | |
| .city-selection:before { | |
| content: ""; | |
| width: 17px; | |
| height: 17px; | |
| margin-left: 32px; | |
| margin-top: -25px; | |
| position: absolute; | |
| background: #fff; | |
| -webkit-transform: rotate(45deg); | |
| transform: rotate(45deg); | |
| } | |
| .city-question { | |
| font-size: 18px; | |
| margin-bottom: 8px; | |
| } | |
| .city-buttons .btn-inline, | |
| .city-buttons .linkDotted { | |
| cursor: pointer; | |
| } | |
| .city-buttons { | |
| font-size: 13px; | |
| margin-bottom: 12px; | |
| display: flex; | |
| align-items: center; | |
| font-family: Arial; | |
| } | |
| .city-buttons a { | |
| display: block | |
| } | |
| .city-buttons a:first-of-type { | |
| color: #fff !important; | |
| } | |
| .city-buttons .btn-modal { | |
| padding: 0 22px; | |
| margin-right: 12px; | |
| } | |
| .btn-modal { | |
| display: block; | |
| font-weight: 300; | |
| font-size: 18px; | |
| font-family: Comfortaa; | |
| text-decoration: none; | |
| text-align: center; | |
| line-height: 32px; | |
| height: 32px; | |
| padding: 0 32px; | |
| margin: 0; | |
| text-shadow: 0 -1px 0 rgba(0, 0, 0, .31); | |
| letter-spacing: -.5px; | |
| -webkit-appearance: none; | |
| -moz-appearance: none; | |
| appearance: none; | |
| cursor: pointer; | |
| border: none; | |
| box-sizing: border-box; | |
| border-radius: 6px; | |
| -webkit-transition: box-shadow .3s ease; | |
| transition: box-shadow .3s ease; | |
| } | |
| .city-informer { | |
| max-width: 276px; | |
| } | |
| form { | |
| padding: 0; | |
| margin: 0; | |
| } | |
| .btn-blue-gradient { | |
| background-color: #27aae1; | |
| } | |
| .c-black { | |
| border-bottom: 1px #27aae1 dotted !important; | |
| font-family: Arial; | |
| } | |
| a.linkDotted, | |
| a.linkDotted:active, | |
| a.linkDotted:link, | |
| a.linkDotted:visited, | |
| div.linkDotted { | |
| text-decoration: none; | |
| } | |
| a.keepDotted span.linkDotted, | |
| span.keepDotted span.linkDotted {} | |
| .popup-info-block { | |
| margin: 10px 0; | |
| line-height: 16px; | |
| } | |
| .popup-info-block:before { | |
| content: ""; | |
| display: inline-block; | |
| width: 12px; | |
| height: 12px; | |
| margin-top: 2px; | |
| position: absolute; | |
| border-radius: 50%; | |
| background: #999 url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAICAQAAAB5JObJAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfhChILLQMUGgGGAAAAHUlEQVQI12P8/5+BgYmBgYGB8T8DAwMLA4yLRgAAgfsEDSw7f/kAAAAASUVORK5CYII=") 5px 2px no-repeat; | |
| } | |
| .popup-info-block span { | |
| display: inline-block; | |
| margin-left: 20px; | |
| font-size: 12px; | |
| font-style: italic; | |
| } | |
| /* choose city modal window */ | |
| .popUpWindow { | |
| color: #697180; | |
| width: 90%; | |
| max-width: 330px; | |
| height: auto; | |
| position: absolute; | |
| display: block; | |
| opacity: 1; | |
| font-family: Comfortaa; | |
| } | |
| .pie i { | |
| cursor: pointer; | |
| } | |
| .rel-pos { | |
| z-index: 2000; | |
| } | |
| .ns { | |
| text-align: left; | |
| font-size: 13px; | |
| } | |
| .rel-pos { | |
| position: relative; | |
| } | |
| .h0 { | |
| height: 0; | |
| } | |
| .w100 { | |
| width: 100%; | |
| } | |
| .pdl-20 { | |
| padding-left: 20px; | |
| } | |
| .pdt-10 { | |
| padding-top: 10px; | |
| } | |
| .deliveryCourierConteiner { | |
| display: flex; | |
| align-items: center; | |
| margin-bottom: 5px; | |
| } | |
| #showChooseRepr .deliveryCourier { | |
| background-position: -146px -89px; | |
| } | |
| #showChooseRepr .deliveryCourier, | |
| #showChooseRepr .deliveryCourierActive { | |
| height: 13px; | |
| width: 16px; | |
| margin-right: 8px; | |
| background-repeat: no-repeat; | |
| } | |
| .dspl_fl { | |
| float: left; | |
| } | |
| .sprGood { | |
| background: url('/local/include_new/images/sprGood.png') no-repeat; | |
| } | |
| .form-with-rounded-border { | |
| box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 5px; | |
| border-radius: 6px; | |
| border: none; | |
| height: auto; | |
| padding-top: 0px; | |
| border-radius: 6px; | |
| background-color: #fff; | |
| padding: 0 0 16px; | |
| z-index: 1000; | |
| } | |
| .form-with-rounded-border .form-head { | |
| border-radius: 6px; | |
| font-size: 18px; | |
| color: #fff; | |
| padding: 12px 10px 21px; | |
| margin: 0 0 -10px; | |
| z-index: 1000; | |
| background-color: #27aae1; | |
| display: flex; | |
| justify-content: space-between; | |
| } | |
| .curs-point { | |
| cursor: pointer; | |
| } | |
| .abs-pos { | |
| left: 0; | |
| position: absolute; | |
| } | |
| .dspl_b { | |
| display: block; | |
| } | |
| .logoutDagger { | |
| width: 19px; | |
| height: 22px; | |
| background-position: -120px 0; | |
| } | |
| .icon-cross.-small.-grey { | |
| background-position: -20px 0px; | |
| } | |
| .icon-cross.-small { | |
| width: 12px; | |
| height: 12px; | |
| } | |
| .icon-arrow, .icon-basket, .icon-checkbox, .icon-cross, .icon-date, .icon-download, .icon-fb, .icon-mail, .icon-minus, .icon-ok, .icon-pila, .icon-plus, .icon-tm, .icon-tw, .icon-vb, .icon-vk, .icon-wa, .icon-yt { | |
| position: relative; | |
| display: block; | |
| background: url("/local/include_new/images/sprite.png") no-repeat top 99999999px left 99999999px; | |
| } | |
| .mt-555 { | |
| margin-top: 5px!important; | |
| } | |
| .form-head-name { | |
| font-family: Comfortaa; | |
| } | |
| .rel-pos { | |
| position: relative; | |
| padding-top: 10px; | |
| padding-left: 20px; | |
| padding-bottom: 10; | |
| } | |
| .region_check { | |
| cursor: pointer; | |
| } | |
| input[name=regionAutocomplete] { | |
| max-width: 330px; | |
| min-width: 202px; | |
| width: 60%; | |
| height: 29px; | |
| padding-left: 5px; | |
| border: 1px solid #d2d2d2; | |
| box-shadow: inset 0 0 2px rgba(0, 0, 0, .1); | |
| -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1); | |
| -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1); | |
| font-size: 13px; | |
| outline: medium none; | |
| } | |
| .dspl_fl { | |
| float: left; | |
| } | |
| #showChooseRepr .deliveryCourier { | |
| background-position: -146px -89px; | |
| } | |
| #showChooseRepr .deliveryCourier, | |
| #showChooseRepr .deliveryCourierActive { | |
| height: 13px; | |
| width: 16px; | |
| margin-right: 8px; | |
| background-repeat: no-repeat; | |
| } | |
| #showChooseRepr .placeholder { | |
| padding-left: 24px; | |
| height: 10px; | |
| } | |
| .region_check { | |
| text-decoration: none; | |
| } | |
| .fs-14.fst-b.c-black.linkRedHover.region_check.tdec-none { | |
| padding: 0; | |
| margin: 0; | |
| } | |
| .geo-modal-city-submit { | |
| color: #fff !important; | |
| background-color: #27aae1 !important; | |
| } | |
| .geoModal-mobile { | |
| display: block; | |
| } | |
| @media (min-width: 1138px) { | |
| .geoModal1, | |
| .geoModal2 { | |
| display: none; | |
| } | |
| .city-selection { | |
| height: 200px; | |
| min-width: 276px; | |
| position: absolute; | |
| margin-top: 0; | |
| top: 52px; | |
| left: 100px; | |
| } | |
| .popUpWindow { | |
| height: 400px; | |
| min-width: 276px; | |
| position: absolute; | |
| margin-top: 0; | |
| top: 84px; | |
| left: 100px; | |
| } | |
| } | |
| /* velo-1060 end */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment