|
Электронная торговая площадка
|
.newlogin { height: 100%; display: flex; align-items: center; justify-content: center; } .newlogin #loginBtn { line-height: 16px; font-weight: 400; font-size: 14px;
border: 1px solid #cdcdcd; background-color: #fff; color: #000; padding: 0 30px; max-width: 276px; position: relative; display: inline-flex; align-items: center; border-radius:
2px; cursor: pointer; transition: box-shadow .3s, background-color .3s, opacity .3s, -webkit-box-shadow .3s; } .newlogin #loginBtn span { display: flex; -webkit-box-align:
center; align-items: center; -webkit-box-pack: center; justify-content: center; padding: 0 4px; height: 30px; min-height: 34px; } .newlogin #loginBtn svg { margin-bottom: 5px;
width: 18px; height: 16px; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch;
outline: 0; overflow-x: hidden; overflow-y: hidden; background: rgba(255, 255, 255, 0.7); } #modal_form{ display: block; position: fixed; top: 0; left: 0; width: 100%; height:
100%; background: rgba(255, 255, 255, 0.5); } .modal-body { position: relative; margin-top:15px ; width: 100%; } .modal-body iframe { height: 100%; background-color:
transparent; overflow: scroll; border: none; width: 100%; padding: 15px; } body.modal-open { overflow: hidden; }
|
|