mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-08 12:06:50 +01:00
geolocation added on offerCar and travel page
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
/*!
|
||||
* Angular Material Design
|
||||
* https://github.com/angular/material
|
||||
* @license MIT
|
||||
* v1.1.1
|
||||
*/
|
||||
.md-virtual-repeat-container {
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: relative; }
|
||||
.md-virtual-repeat-container .md-virtual-repeat-scroller {
|
||||
bottom: 0;
|
||||
box-sizing: border-box;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
overflow-x: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
-webkit-overflow-scrolling: touch; }
|
||||
.md-virtual-repeat-container .md-virtual-repeat-sizer {
|
||||
box-sizing: border-box;
|
||||
height: 1px;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 1px; }
|
||||
.md-virtual-repeat-container .md-virtual-repeat-offsetter {
|
||||
box-sizing: border-box;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0; }
|
||||
|
||||
.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden; }
|
||||
|
||||
.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
|
||||
bottom: 16px;
|
||||
right: auto;
|
||||
white-space: nowrap; }
|
||||
[dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
|
||||
right: auto;
|
||||
left: auto; }
|
||||
Reference in New Issue
Block a user