mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-02-05 20:46:02 +01:00
57 lines
1.4 KiB
CSS
57 lines
1.4 KiB
CSS
/*!
|
|
* Angular Material Design
|
|
* https://github.com/angular/material
|
|
* @license MIT
|
|
* v1.1.0-rc4-master-c26842a
|
|
*/
|
|
/* Only used with Theme processes */
|
|
html.md-THEME_NAME-theme, body.md-THEME_NAME-theme {
|
|
color: '{{foreground-1}}';
|
|
background-color: '{{background-color}}'; }
|
|
|
|
.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; }
|
|
.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: 0;
|
|
right: auto;
|
|
right: initial;
|
|
left: auto; }
|