Created
December 4, 2014 13:40
-
-
Save eyyub/62a151f0e33e4256d96c to your computer and use it in GitHub Desktop.
This file contains 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
/*! | |
* Angular Material Design | |
* https://github.com/angular/material | |
* @license MIT | |
* v0.6.0-rc3 | |
*/ | |
*, *:before, *:after { | |
box-sizing: border-box; } | |
:focus { | |
outline: none; } | |
html, body { | |
height: 100%; | |
color: rgba(0, 0, 0, 0.73); | |
background: #ffffff; | |
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); | |
-webkit-touch-callout: none; | |
-webkit-text-size-adjust: 100%; | |
-webkit-font-smoothing: antialiased; | |
text-rendering: optimizeLegibility; } | |
html p, body p { | |
line-height: 1.846; } | |
html h3, body h3 { | |
display: block; | |
-webkit-margin-before: 1em; | |
-webkit-margin-after: 1em; | |
-webkit-margin-start: 0px; | |
-webkit-margin-end: 0px; | |
font-size: 1.17em; | |
font-weight: bold; } | |
button, select, html, textarea, input { | |
font-family: RobotoDraft, Roboto, 'Helvetica Neue', sans-serif; } | |
body { | |
margin: 0; | |
padding: 0; | |
outline: none; } | |
.inset { | |
padding: 10px; } | |
button { | |
font-family: RobotoDraft, Roboto, 'Helvetica Neue', sans-serif; } | |
a { | |
background: transparent; | |
outline: none; } | |
h1 { | |
font-size: 2em; | |
margin: 0.67em 0; } | |
h2 { | |
font-size: 1.5em; | |
margin: 0.83em 0; } | |
h3 { | |
font-size: 1.17em; | |
margin: 1em 0; } | |
h4 { | |
font-size: 1em; | |
margin: 1.33em 0; } | |
h5 { | |
font-size: 0.83em; | |
margin: 1.67em 0; } | |
h6 { | |
font-size: 0.75em; | |
margin: 2.33em 0; } | |
select, button, textarea, input { | |
margin: 0; | |
font-size: 100%; | |
font-family: inherit; | |
vertical-align: baseline; } | |
input[type="reset"], input[type="submit"], html input[type="button"], button { | |
cursor: pointer; | |
-webkit-appearance: button; } | |
input[type="reset"][disabled], input[type="submit"][disabled], html input[type="button"][disabled], button[disabled] { | |
cursor: default; } | |
textarea { | |
vertical-align: top; | |
overflow: auto; } | |
input[type="radio"], input[type="checkbox"] { | |
padding: 0; | |
box-sizing: border-box; } | |
input[type="search"] { | |
-webkit-appearance: textfield; | |
box-sizing: content-box; | |
-webkit-box-sizing: content-box; } | |
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { | |
-webkit-appearance: none; } | |
.md-shadow { | |
position: absolute; | |
top: 0; | |
left: 0; | |
bottom: 0; | |
right: 0; | |
border-radius: inherit; | |
pointer-events: none; } | |
.md-shadow-bottom-z-1, .md-button.md-raised:not([disabled]), .md-button.md-fab { | |
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); } | |
.md-shadow-bottom-z-2, .md-button.md-raised:not([disabled]):focus, .md-button.md-raised:not([disabled]):hover, .md-button.md-fab:not([disabled]):focus, .md-button.md-fab:not([disabled]):hover { | |
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); } | |
.md-shadow-animated.md-shadow { | |
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); } | |
/* | |
* A container inside of a rippling element (eg a button), | |
* which contains all of the individual ripples | |
*/ | |
.md-ripple-container { | |
pointer-events: none; | |
position: absolute; | |
overflow: hidden; | |
left: 0; | |
top: 0; | |
width: 100%; | |
height: 100%; | |
transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1); } | |
.md-ripple { | |
position: absolute; | |
-webkit-transform: scale(0); | |
transform: scale(0); | |
-webkit-transform-origin: 50% 50%; | |
transform-origin: 50% 50%; | |
opacity: 0; | |
border-radius: 50%; } | |
.md-ripple.md-ripple-placed { | |
transition: left 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), top 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), margin 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1); | |
transition: left 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), top 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), margin 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1); } | |
.md-ripple.md-ripple-scaled { | |
-webkit-transform: scale(1); | |
transform: scale(1); } | |
.md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible { | |
opacity: 0.2; } | |
md-tab > .md-ripple-container .md-ripple { | |
box-sizing: content-box; | |
background-color: transparent !important; | |
border-width: 0; | |
border-style: solid; | |
opacity: 0.2; | |
-webkit-transform: none !important; | |
transform: none !important; } | |
md-tab > .md-ripple-container .md-ripple.md-ripple-active, md-tab > .md-ripple-container .md-ripple.md-ripple-full, md-tab > .md-ripple-container .md-ripple.md-ripple-visible { | |
opacity: 0.2; } | |
/* Sizes: | |
0 <= size <= 600 Phone | |
600 <= size <= 960 Tablet | |
960 <= size <= 1200 Tablet-Landscape | |
1200 <= size PC | |
*/ | |
[layout] { | |
box-sizing: border-box; | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; } | |
[layout=column] { | |
-webkit-flex-direction: column; | |
-ms-flex-direction: column; | |
flex-direction: column; } | |
[layout=row] { | |
-webkit-flex-direction: row; | |
-ms-flex-direction: row; | |
flex-direction: row; } | |
[layout-padding], [layout-padding] > [flex], [layout-margin], [layout-margin] > [flex] { | |
margin: 8px; } | |
[layout-padding] + [layout-padding], [layout-margin] + [layout-margin] { | |
margin-top: -8px; } | |
[layout-wrap] { | |
-webkit-flex-wrap: wrap; | |
-ms-flex-wrap: wrap; | |
flex-wrap: wrap; } | |
[layout-fill] { | |
margin: 0; | |
min-height: 100%; | |
width: 100%; } | |
[flex] { | |
-webkit-flex: 1; | |
-ms-flex: 1; | |
flex: 1; } | |
[flex="0"] { | |
-webkit-flex: 0 0 0%; | |
-ms-flex: 0 0 0%; | |
flex: 0 0 0%; | |
max-width: 0%; } | |
[flex="5"] { | |
-webkit-flex: 0 0 5%; | |
-ms-flex: 0 0 5%; | |
flex: 0 0 5%; | |
max-width: 5%; } | |
[flex="10"] { | |
-webkit-flex: 0 0 10%; | |
-ms-flex: 0 0 10%; | |
flex: 0 0 10%; | |
max-width: 10%; } | |
[flex="15"] { | |
-webkit-flex: 0 0 15%; | |
-ms-flex: 0 0 15%; | |
flex: 0 0 15%; | |
max-width: 15%; } | |
[flex="20"] { | |
-webkit-flex: 0 0 20%; | |
-ms-flex: 0 0 20%; | |
flex: 0 0 20%; | |
max-width: 20%; } | |
[flex="25"] { | |
-webkit-flex: 0 0 25%; | |
-ms-flex: 0 0 25%; | |
flex: 0 0 25%; | |
max-width: 25%; } | |
[flex="30"] { | |
-webkit-flex: 0 0 30%; | |
-ms-flex: 0 0 30%; | |
flex: 0 0 30%; | |
max-width: 30%; } | |
[flex="35"] { | |
-webkit-flex: 0 0 35%; | |
-ms-flex: 0 0 35%; | |
flex: 0 0 35%; | |
max-width: 35%; } | |
[flex="40"] { | |
-webkit-flex: 0 0 40%; | |
-ms-flex: 0 0 40%; | |
flex: 0 0 40%; | |
max-width: 40%; } | |
[flex="45"] { | |
-webkit-flex: 0 0 45%; | |
-ms-flex: 0 0 45%; | |
flex: 0 0 45%; | |
max-width: 45%; } | |
[flex="50"] { | |
-webkit-flex: 0 0 50%; | |
-ms-flex: 0 0 50%; | |
flex: 0 0 50%; | |
max-width: 50%; } | |
[flex="55"] { | |
-webkit-flex: 0 0 55%; | |
-ms-flex: 0 0 55%; | |
flex: 0 0 55%; | |
max-width: 55%; } | |
[flex="60"] { | |
-webkit-flex: 0 0 60%; | |
-ms-flex: 0 0 60%; | |
flex: 0 0 60%; | |
max-width: 60%; } | |
[flex="65"] { | |
-webkit-flex: 0 0 65%; | |
-ms-flex: 0 0 65%; | |
flex: 0 0 65%; | |
max-width: 65%; } | |
[flex="70"] { | |
-webkit-flex: 0 0 70%; | |
-ms-flex: 0 0 70%; | |
flex: 0 0 70%; | |
max-width: 70%; } | |
[flex="75"] { | |
-webkit-flex: 0 0 75%; | |
-ms-flex: 0 0 75%; | |
flex: 0 0 75%; | |
max-width: 75%; } | |
[flex="80"] { | |
-webkit-flex: 0 0 80%; | |
-ms-flex: 0 0 80%; | |
flex: 0 0 80%; | |
max-width: 80%; } | |
[flex="85"] { | |
-webkit-flex: 0 0 85%; | |
-ms-flex: 0 0 85%; | |
flex: 0 0 85%; | |
max-width: 85%; } | |
[flex="90"] { | |
-webkit-flex: 0 0 90%; | |
-ms-flex: 0 0 90%; | |
flex: 0 0 90%; | |
max-width: 90%; } | |
[flex="95"] { | |
-webkit-flex: 0 0 95%; | |
-ms-flex: 0 0 95%; | |
flex: 0 0 95%; | |
max-width: 95%; } | |
[flex="33"], [flex="34"] { | |
-webkit-flex: 0 0 33.33%; | |
-ms-flex: 0 0 33.33%; | |
flex: 0 0 33.33%; | |
max-width: 33.33%; } | |
[flex="66"], [flex="67"] { | |
-webkit-flex: 0 0 66.66%; | |
-ms-flex: 0 0 66.66%; | |
flex: 0 0 66.66%; | |
max-width: 66.66%; } | |
[hide]:not([show]):not([show-sm]):not([show-md]):not([show-lg]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]) { | |
display: none; } | |
@media (max-width: 600px) { | |
[hide-sm]:not([show-sm]) { | |
display: none; } | |
[layout-sm] { | |
box-sizing: border-box; | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; } | |
[layout-sm=column] { | |
-webkit-flex-direction: column; | |
-ms-flex-direction: column; | |
flex-direction: column; } | |
[layout-sm=row] { | |
-webkit-flex-direction: row; | |
-ms-flex-direction: row; | |
flex-direction: row; } | |
[flex-sm] { | |
-webkit-flex: 1; | |
-ms-flex: 1; | |
flex: 1; } | |
[flex-sm="0"] { | |
-webkit-flex: 0 0 0%; | |
-ms-flex: 0 0 0%; | |
flex: 0 0 0%; | |
max-width: 0%; } | |
[flex-sm="5"] { | |
-webkit-flex: 0 0 5%; | |
-ms-flex: 0 0 5%; | |
flex: 0 0 5%; | |
max-width: 5%; } | |
[flex-sm="10"] { | |
-webkit-flex: 0 0 10%; | |
-ms-flex: 0 0 10%; | |
flex: 0 0 10%; | |
max-width: 10%; } | |
[flex-sm="15"] { | |
-webkit-flex: 0 0 15%; | |
-ms-flex: 0 0 15%; | |
flex: 0 0 15%; | |
max-width: 15%; } | |
[flex-sm="20"] { | |
-webkit-flex: 0 0 20%; | |
-ms-flex: 0 0 20%; | |
flex: 0 0 20%; | |
max-width: 20%; } | |
[flex-sm="25"] { | |
-webkit-flex: 0 0 25%; | |
-ms-flex: 0 0 25%; | |
flex: 0 0 25%; | |
max-width: 25%; } | |
[flex-sm="30"] { | |
-webkit-flex: 0 0 30%; | |
-ms-flex: 0 0 30%; | |
flex: 0 0 30%; | |
max-width: 30%; } | |
[flex-sm="35"] { | |
-webkit-flex: 0 0 35%; | |
-ms-flex: 0 0 35%; | |
flex: 0 0 35%; | |
max-width: 35%; } | |
[flex-sm="40"] { | |
-webkit-flex: 0 0 40%; | |
-ms-flex: 0 0 40%; | |
flex: 0 0 40%; | |
max-width: 40%; } | |
[flex-sm="45"] { | |
-webkit-flex: 0 0 45%; | |
-ms-flex: 0 0 45%; | |
flex: 0 0 45%; | |
max-width: 45%; } | |
[flex-sm="50"] { | |
-webkit-flex: 0 0 50%; | |
-ms-flex: 0 0 50%; | |
flex: 0 0 50%; | |
max-width: 50%; } | |
[flex-sm="55"] { | |
-webkit-flex: 0 0 55%; | |
-ms-flex: 0 0 55%; | |
flex: 0 0 55%; | |
max-width: 55%; } | |
[flex-sm="60"] { | |
-webkit-flex: 0 0 60%; | |
-ms-flex: 0 0 60%; | |
flex: 0 0 60%; | |
max-width: 60%; } | |
[flex-sm="65"] { | |
-webkit-flex: 0 0 65%; | |
-ms-flex: 0 0 65%; | |
flex: 0 0 65%; | |
max-width: 65%; } | |
[flex-sm="70"] { | |
-webkit-flex: 0 0 70%; | |
-ms-flex: 0 0 70%; | |
flex: 0 0 70%; | |
max-width: 70%; } | |
[flex-sm="75"] { | |
-webkit-flex: 0 0 75%; | |
-ms-flex: 0 0 75%; | |
flex: 0 0 75%; | |
max-width: 75%; } | |
[flex-sm="80"] { | |
-webkit-flex: 0 0 80%; | |
-ms-flex: 0 0 80%; | |
flex: 0 0 80%; | |
max-width: 80%; } | |
[flex-sm="85"] { | |
-webkit-flex: 0 0 85%; | |
-ms-flex: 0 0 85%; | |
flex: 0 0 85%; | |
max-width: 85%; } | |
[flex-sm="90"] { | |
-webkit-flex: 0 0 90%; | |
-ms-flex: 0 0 90%; | |
flex: 0 0 90%; | |
max-width: 90%; } | |
[flex-sm="95"] { | |
-webkit-flex: 0 0 95%; | |
-ms-flex: 0 0 95%; | |
flex: 0 0 95%; | |
max-width: 95%; } | |
[flex-sm="33"], [flex-sm="34"] { | |
-webkit-flex: 0 0 33.33%; | |
-ms-flex: 0 0 33.33%; | |
flex: 0 0 33.33%; | |
max-width: 33.33%; } | |
[flex-sm="66"], [flex-sm="67"] { | |
-webkit-flex: 0 0 66.66%; | |
-ms-flex: 0 0 66.66%; | |
flex: 0 0 66.66%; | |
max-width: 66.66%; } | |
} | |
@media (min-width: 600px) { | |
[hide-gt-sm]:not([show-gt-sm]):not([show-md]):not([show-gt-md]):not([show-lg]):not([show-gt-lg]) { | |
display: none; } | |
[layout-gt-sm] { | |
box-sizing: border-box; | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; } | |
[layout-gt-sm=column] { | |
-webkit-flex-direction: column; | |
-ms-flex-direction: column; | |
flex-direction: column; } | |
[layout-gt-sm=row] { | |
-webkit-flex-direction: row; | |
-ms-flex-direction: row; | |
flex-direction: row; } | |
[flex-gt-sm] { | |
-webkit-flex: 1; | |
-ms-flex: 1; | |
flex: 1; } | |
[flex-gt-sm="0"] { | |
-webkit-flex: 0 0 0%; | |
-ms-flex: 0 0 0%; | |
flex: 0 0 0%; | |
max-width: 0%; } | |
[flex-gt-sm="5"] { | |
-webkit-flex: 0 0 5%; | |
-ms-flex: 0 0 5%; | |
flex: 0 0 5%; | |
max-width: 5%; } | |
[flex-gt-sm="10"] { | |
-webkit-flex: 0 0 10%; | |
-ms-flex: 0 0 10%; | |
flex: 0 0 10%; | |
max-width: 10%; } | |
[flex-gt-sm="15"] { | |
-webkit-flex: 0 0 15%; | |
-ms-flex: 0 0 15%; | |
flex: 0 0 15%; | |
max-width: 15%; } | |
[flex-gt-sm="20"] { | |
-webkit-flex: 0 0 20%; | |
-ms-flex: 0 0 20%; | |
flex: 0 0 20%; | |
max-width: 20%; } | |
[flex-gt-sm="25"] { | |
-webkit-flex: 0 0 25%; | |
-ms-flex: 0 0 25%; | |
flex: 0 0 25%; | |
max-width: 25%; } | |
[flex-gt-sm="30"] { | |
-webkit-flex: 0 0 30%; | |
-ms-flex: 0 0 30%; | |
flex: 0 0 30%; | |
max-width: 30%; } | |
[flex-gt-sm="35"] { | |
-webkit-flex: 0 0 35%; | |
-ms-flex: 0 0 35%; | |
flex: 0 0 35%; | |
max-width: 35%; } | |
[flex-gt-sm="40"] { | |
-webkit-flex: 0 0 40%; | |
-ms-flex: 0 0 40%; | |
flex: 0 0 40%; | |
max-width: 40%; } | |
[flex-gt-sm="45"] { | |
-webkit-flex: 0 0 45%; | |
-ms-flex: 0 0 45%; | |
flex: 0 0 45%; | |
max-width: 45%; } | |
[flex-gt-sm="50"] { | |
-webkit-flex: 0 0 50%; | |
-ms-flex: 0 0 50%; | |
flex: 0 0 50%; | |
max-width: 50%; } | |
[flex-gt-sm="55"] { | |
-webkit-flex: 0 0 55%; | |
-ms-flex: 0 0 55%; | |
flex: 0 0 55%; | |
max-width: 55%; } | |
[flex-gt-sm="60"] { | |
-webkit-flex: 0 0 60%; | |
-ms-flex: 0 0 60%; | |
flex: 0 0 60%; | |
max-width: 60%; } | |
[flex-gt-sm="65"] { | |
-webkit-flex: 0 0 65%; | |
-ms-flex: 0 0 65%; | |
flex: 0 0 65%; | |
max-width: 65%; } | |
[flex-gt-sm="70"] { | |
-webkit-flex: 0 0 70%; | |
-ms-flex: 0 0 70%; | |
flex: 0 0 70%; | |
max-width: 70%; } | |
[flex-gt-sm="75"] { | |
-webkit-flex: 0 0 75%; | |
-ms-flex: 0 0 75%; | |
flex: 0 0 75%; | |
max-width: 75%; } | |
[flex-gt-sm="80"] { | |
-webkit-flex: 0 0 80%; | |
-ms-flex: 0 0 80%; | |
flex: 0 0 80%; | |
max-width: 80%; } | |
[flex-gt-sm="85"] { | |
-webkit-flex: 0 0 85%; | |
-ms-flex: 0 0 85%; | |
flex: 0 0 85%; | |
max-width: 85%; } | |
[flex-gt-sm="90"] { | |
-webkit-flex: 0 0 90%; | |
-ms-flex: 0 0 90%; | |
flex: 0 0 90%; | |
max-width: 90%; } | |
[flex-gt-sm="95"] { | |
-webkit-flex: 0 0 95%; | |
-ms-flex: 0 0 95%; | |
flex: 0 0 95%; | |
max-width: 95%; } | |
[flex-gt-sm="33"], [flex-gt-sm="34"] { | |
-webkit-flex: 0 0 33.33%; | |
-ms-flex: 0 0 33.33%; | |
flex: 0 0 33.33%; | |
max-width: 33.33%; } | |
[flex-gt-sm="66"], [flex-gt-sm="67"] { | |
-webkit-flex: 0 0 66.66%; | |
-ms-flex: 0 0 66.66%; | |
flex: 0 0 66.66%; | |
max-width: 66.66%; } | |
} | |
@media (min-width: 600px) and (max-width: 960px) { | |
[hide-md]:not([show-md]) { | |
display: none; } | |
[layout-md] { | |
box-sizing: border-box; | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; } | |
[layout-md=column] { | |
-webkit-flex-direction: column; | |
-ms-flex-direction: column; | |
flex-direction: column; } | |
[layout-md=row] { | |
-webkit-flex-direction: row; | |
-ms-flex-direction: row; | |
flex-direction: row; } | |
[flex-md] { | |
-webkit-flex: 1; | |
-ms-flex: 1; | |
flex: 1; } | |
[flex-md="0"] { | |
-webkit-flex: 0 0 0%; | |
-ms-flex: 0 0 0%; | |
flex: 0 0 0%; | |
max-width: 0%; } | |
[flex-md="5"] { | |
-webkit-flex: 0 0 5%; | |
-ms-flex: 0 0 5%; | |
flex: 0 0 5%; | |
max-width: 5%; } | |
[flex-md="10"] { | |
-webkit-flex: 0 0 10%; | |
-ms-flex: 0 0 10%; | |
flex: 0 0 10%; | |
max-width: 10%; } | |
[flex-md="15"] { | |
-webkit-flex: 0 0 15%; | |
-ms-flex: 0 0 15%; | |
flex: 0 0 15%; | |
max-width: 15%; } | |
[flex-md="20"] { | |
-webkit-flex: 0 0 20%; | |
-ms-flex: 0 0 20%; | |
flex: 0 0 20%; | |
max-width: 20%; } | |
[flex-md="25"] { | |
-webkit-flex: 0 0 25%; | |
-ms-flex: 0 0 25%; | |
flex: 0 0 25%; | |
max-width: 25%; } | |
[flex-md="30"] { | |
-webkit-flex: 0 0 30%; | |
-ms-flex: 0 0 30%; | |
flex: 0 0 30%; | |
max-width: 30%; } | |
[flex-md="35"] { | |
-webkit-flex: 0 0 35%; | |
-ms-flex: 0 0 35%; | |
flex: 0 0 35%; | |
max-width: 35%; } | |
[flex-md="40"] { | |
-webkit-flex: 0 0 40%; | |
-ms-flex: 0 0 40%; | |
flex: 0 0 40%; | |
max-width: 40%; } | |
[flex-md="45"] { | |
-webkit-flex: 0 0 45%; | |
-ms-flex: 0 0 45%; | |
flex: 0 0 45%; | |
max-width: 45%; } | |
[flex-md="50"] { | |
-webkit-flex: 0 0 50%; | |
-ms-flex: 0 0 50%; | |
flex: 0 0 50%; | |
max-width: 50%; } | |
[flex-md="55"] { | |
-webkit-flex: 0 0 55%; | |
-ms-flex: 0 0 55%; | |
flex: 0 0 55%; | |
max-width: 55%; } | |
[flex-md="60"] { | |
-webkit-flex: 0 0 60%; | |
-ms-flex: 0 0 60%; | |
flex: 0 0 60%; | |
max-width: 60%; } | |
[flex-md="65"] { | |
-webkit-flex: 0 0 65%; | |
-ms-flex: 0 0 65%; | |
flex: 0 0 65%; | |
max-width: 65%; } | |
[flex-md="70"] { | |
-webkit-flex: 0 0 70%; | |
-ms-flex: 0 0 70%; | |
flex: 0 0 70%; | |
max-width: 70%; } | |
[flex-md="75"] { | |
-webkit-flex: 0 0 75%; | |
-ms-flex: 0 0 75%; | |
flex: 0 0 75%; | |
max-width: 75%; } | |
[flex-md="80"] { | |
-webkit-flex: 0 0 80%; | |
-ms-flex: 0 0 80%; | |
flex: 0 0 80%; | |
max-width: 80%; } | |
[flex-md="85"] { | |
-webkit-flex: 0 0 85%; | |
-ms-flex: 0 0 85%; | |
flex: 0 0 85%; | |
max-width: 85%; } | |
[flex-md="90"] { | |
-webkit-flex: 0 0 90%; | |
-ms-flex: 0 0 90%; | |
flex: 0 0 90%; | |
max-width: 90%; } | |
[flex-md="95"] { | |
-webkit-flex: 0 0 95%; | |
-ms-flex: 0 0 95%; | |
flex: 0 0 95%; | |
max-width: 95%; } | |
[flex-md="33"], [flex-md="34"] { | |
-webkit-flex: 0 0 33.33%; | |
-ms-flex: 0 0 33.33%; | |
flex: 0 0 33.33%; | |
max-width: 33.33%; } | |
[flex-md="66"], [flex-md="67"] { | |
-webkit-flex: 0 0 66.66%; | |
-ms-flex: 0 0 66.66%; | |
flex: 0 0 66.66%; | |
max-width: 66.66%; } | |
} | |
@media (min-width: 960px) { | |
[hide-gt-md]:not([show-gt-md]):not([show-lg]):not([show-gt-lg]) { | |
display: none; } | |
[layout-gt-md] { | |
box-sizing: border-box; | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; } | |
[layout-gt-md=column] { | |
-webkit-flex-direction: column; | |
-ms-flex-direction: column; | |
flex-direction: column; } | |
[layout-gt-md=row] { | |
-webkit-flex-direction: row; | |
-ms-flex-direction: row; | |
flex-direction: row; } | |
[flex-gt-md] { | |
-webkit-flex: 1; | |
-ms-flex: 1; | |
flex: 1; } | |
[flex-gt-md="0"] { | |
-webkit-flex: 0 0 0%; | |
-ms-flex: 0 0 0%; | |
flex: 0 0 0%; | |
max-width: 0%; } | |
[flex-gt-md="5"] { | |
-webkit-flex: 0 0 5%; | |
-ms-flex: 0 0 5%; | |
flex: 0 0 5%; | |
max-width: 5%; } | |
[flex-gt-md="10"] { | |
-webkit-flex: 0 0 10%; | |
-ms-flex: 0 0 10%; | |
flex: 0 0 10%; | |
max-width: 10%; } | |
[flex-gt-md="15"] { | |
-webkit-flex: 0 0 15%; | |
-ms-flex: 0 0 15%; | |
flex: 0 0 15%; | |
max-width: 15%; } | |
[flex-gt-md="20"] { | |
-webkit-flex: 0 0 20%; | |
-ms-flex: 0 0 20%; | |
flex: 0 0 20%; | |
max-width: 20%; } | |
[flex-gt-md="25"] { | |
-webkit-flex: 0 0 25%; | |
-ms-flex: 0 0 25%; | |
flex: 0 0 25%; | |
max-width: 25%; } | |
[flex-gt-md="30"] { | |
-webkit-flex: 0 0 30%; | |
-ms-flex: 0 0 30%; | |
flex: 0 0 30%; | |
max-width: 30%; } | |
[flex-gt-md="35"] { | |
-webkit-flex: 0 0 35%; | |
-ms-flex: 0 0 35%; | |
flex: 0 0 35%; | |
max-width: 35%; } | |
[flex-gt-md="40"] { | |
-webkit-flex: 0 0 40%; | |
-ms-flex: 0 0 40%; | |
flex: 0 0 40%; | |
max-width: 40%; } | |
[flex-gt-md="45"] { | |
-webkit-flex: 0 0 45%; | |
-ms-flex: 0 0 45%; | |
flex: 0 0 45%; | |
max-width: 45%; } | |
[flex-gt-md="50"] { | |
-webkit-flex: 0 0 50%; | |
-ms-flex: 0 0 50%; | |
flex: 0 0 50%; | |
max-width: 50%; } | |
[flex-gt-md="55"] { | |
-webkit-flex: 0 0 55%; | |
-ms-flex: 0 0 55%; | |
flex: 0 0 55%; | |
max-width: 55%; } | |
[flex-gt-md="60"] { | |
-webkit-flex: 0 0 60%; | |
-ms-flex: 0 0 60%; | |
flex: 0 0 60%; | |
max-width: 60%; } | |
[flex-gt-md="65"] { | |
-webkit-flex: 0 0 65%; | |
-ms-flex: 0 0 65%; | |
flex: 0 0 65%; | |
max-width: 65%; } | |
[flex-gt-md="70"] { | |
-webkit-flex: 0 0 70%; | |
-ms-flex: 0 0 70%; | |
flex: 0 0 70%; | |
max-width: 70%; } | |
[flex-gt-md="75"] { | |
-webkit-flex: 0 0 75%; | |
-ms-flex: 0 0 75%; | |
flex: 0 0 75%; | |
max-width: 75%; } | |
[flex-gt-md="80"] { | |
-webkit-flex: 0 0 80%; | |
-ms-flex: 0 0 80%; | |
flex: 0 0 80%; | |
max-width: 80%; } | |
[flex-gt-md="85"] { | |
-webkit-flex: 0 0 85%; | |
-ms-flex: 0 0 85%; | |
flex: 0 0 85%; | |
max-width: 85%; } | |
[flex-gt-md="90"] { | |
-webkit-flex: 0 0 90%; | |
-ms-flex: 0 0 90%; | |
flex: 0 0 90%; | |
max-width: 90%; } | |
[flex-gt-md="95"] { | |
-webkit-flex: 0 0 95%; | |
-ms-flex: 0 0 95%; | |
flex: 0 0 95%; | |
max-width: 95%; } | |
[flex-gt-md="33"], [flex-gt-md="34"] { | |
-webkit-flex: 0 0 33.33%; | |
-ms-flex: 0 0 33.33%; | |
flex: 0 0 33.33%; | |
max-width: 33.33%; } | |
[flex-gt-md="66"], [flex-gt-md="67"] { | |
-webkit-flex: 0 0 66.66%; | |
-ms-flex: 0 0 66.66%; | |
flex: 0 0 66.66%; | |
max-width: 66.66%; } | |
} | |
@media (min-width: 960px) and (max-width: 1200px) { | |
[hide-lg]:not([show-lg]) { | |
display: none; } | |
[layout-lg] { | |
box-sizing: border-box; | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; } | |
[layout-lg=column] { | |
-webkit-flex-direction: column; | |
-ms-flex-direction: column; | |
flex-direction: column; } | |
[layout-lg=row] { | |
-webkit-flex-direction: row; | |
-ms-flex-direction: row; | |
flex-direction: row; } | |
[flex-lg] { | |
-webkit-flex: 1; | |
-ms-flex: 1; | |
flex: 1; } | |
[flex-lg="0"] { | |
-webkit-flex: 0 0 0%; | |
-ms-flex: 0 0 0%; | |
flex: 0 0 0%; | |
max-width: 0%; } | |
[flex-lg="5"] { | |
-webkit-flex: 0 0 5%; | |
-ms-flex: 0 0 5%; | |
flex: 0 0 5%; | |
max-width: 5%; } | |
[flex-lg="10"] { | |
-webkit-flex: 0 0 10%; | |
-ms-flex: 0 0 10%; | |
flex: 0 0 10%; | |
max-width: 10%; } | |
[flex-lg="15"] { | |
-webkit-flex: 0 0 15%; | |
-ms-flex: 0 0 15%; | |
flex: 0 0 15%; | |
max-width: 15%; } | |
[flex-lg="20"] { | |
-webkit-flex: 0 0 20%; | |
-ms-flex: 0 0 20%; | |
flex: 0 0 20%; | |
max-width: 20%; } | |
[flex-lg="25"] { | |
-webkit-flex: 0 0 25%; | |
-ms-flex: 0 0 25%; | |
flex: 0 0 25%; | |
max-width: 25%; } | |
[flex-lg="30"] { | |
-webkit-flex: 0 0 30%; | |
-ms-flex: 0 0 30%; | |
flex: 0 0 30%; | |
max-width: 30%; } | |
[flex-lg="35"] { | |
-webkit-flex: 0 0 35%; | |
-ms-flex: 0 0 35%; | |
flex: 0 0 35%; | |
max-width: 35%; } | |
[flex-lg="40"] { | |
-webkit-flex: 0 0 40%; | |
-ms-flex: 0 0 40%; | |
flex: 0 0 40%; | |
max-width: 40%; } | |
[flex-lg="45"] { | |
-webkit-flex: 0 0 45%; | |
-ms-flex: 0 0 45%; | |
flex: 0 0 45%; | |
max-width: 45%; } | |
[flex-lg="50"] { | |
-webkit-flex: 0 0 50%; | |
-ms-flex: 0 0 50%; | |
flex: 0 0 50%; | |
max-width: 50%; } | |
[flex-lg="55"] { | |
-webkit-flex: 0 0 55%; | |
-ms-flex: 0 0 55%; | |
flex: 0 0 55%; | |
max-width: 55%; } | |
[flex-lg="60"] { | |
-webkit-flex: 0 0 60%; | |
-ms-flex: 0 0 60%; | |
flex: 0 0 60%; | |
max-width: 60%; } | |
[flex-lg="65"] { | |
-webkit-flex: 0 0 65%; | |
-ms-flex: 0 0 65%; | |
flex: 0 0 65%; | |
max-width: 65%; } | |
[flex-lg="70"] { | |
-webkit-flex: 0 0 70%; | |
-ms-flex: 0 0 70%; | |
flex: 0 0 70%; | |
max-width: 70%; } | |
[flex-lg="75"] { | |
-webkit-flex: 0 0 75%; | |
-ms-flex: 0 0 75%; | |
flex: 0 0 75%; | |
max-width: 75%; } | |
[flex-lg="80"] { | |
-webkit-flex: 0 0 80%; | |
-ms-flex: 0 0 80%; | |
flex: 0 0 80%; | |
max-width: 80%; } | |
[flex-lg="85"] { | |
-webkit-flex: 0 0 85%; | |
-ms-flex: 0 0 85%; | |
flex: 0 0 85%; | |
max-width: 85%; } | |
[flex-lg="90"] { | |
-webkit-flex: 0 0 90%; | |
-ms-flex: 0 0 90%; | |
flex: 0 0 90%; | |
max-width: 90%; } | |
[flex-lg="95"] { | |
-webkit-flex: 0 0 95%; | |
-ms-flex: 0 0 95%; | |
flex: 0 0 95%; | |
max-width: 95%; } | |
[flex-lg="33"], [flex-lg="34"] { | |
-webkit-flex: 0 0 33.33%; | |
-ms-flex: 0 0 33.33%; | |
flex: 0 0 33.33%; | |
max-width: 33.33%; } | |
[flex-lg="66"], [flex-lg="67"] { | |
-webkit-flex: 0 0 66.66%; | |
-ms-flex: 0 0 66.66%; | |
flex: 0 0 66.66%; | |
max-width: 66.66%; } | |
} | |
@media (min-width: 1200px) { | |
[hide-gt-lg]:not([show-gt-lg]) { | |
display: none; } | |
[layout-gt-lg] { | |
box-sizing: border-box; | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; } | |
[layout-gt-lg=column] { | |
-webkit-flex-direction: column; | |
-ms-flex-direction: column; | |
flex-direction: column; } | |
[layout-gt-lg=row] { | |
-webkit-flex-direction: row; | |
-ms-flex-direction: row; | |
flex-direction: row; } | |
[flex-gt-lg] { | |
-webkit-flex: 1; | |
-ms-flex: 1; | |
flex: 1; } | |
[flex-gt-lg="0"] { | |
-webkit-flex: 0 0 0%; | |
-ms-flex: 0 0 0%; | |
flex: 0 0 0%; | |
max-width: 0%; } | |
[flex-gt-lg="5"] { | |
-webkit-flex: 0 0 5%; | |
-ms-flex: 0 0 5%; | |
flex: 0 0 5%; | |
max-width: 5%; } | |
[flex-gt-lg="10"] { | |
-webkit-flex: 0 0 10%; | |
-ms-flex: 0 0 10%; | |
flex: 0 0 10%; | |
max-width: 10%; } | |
[flex-gt-lg="15"] { | |
-webkit-flex: 0 0 15%; | |
-ms-flex: 0 0 15%; | |
flex: 0 0 15%; | |
max-width: 15%; } | |
[flex-gt-lg="20"] { | |
-webkit-flex: 0 0 20%; | |
-ms-flex: 0 0 20%; | |
flex: 0 0 20%; | |
max-width: 20%; } | |
[flex-gt-lg="25"] { | |
-webkit-flex: 0 0 25%; | |
-ms-flex: 0 0 25%; | |
flex: 0 0 25%; | |
max-width: 25%; } | |
[flex-gt-lg="30"] { | |
-webkit-flex: 0 0 30%; | |
-ms-flex: 0 0 30%; | |
flex: 0 0 30%; | |
max-width: 30%; } | |
[flex-gt-lg="35"] { | |
-webkit-flex: 0 0 35%; | |
-ms-flex: 0 0 35%; | |
flex: 0 0 35%; | |
max-width: 35%; } | |
[flex-gt-lg="40"] { | |
-webkit-flex: 0 0 40%; | |
-ms-flex: 0 0 40%; | |
flex: 0 0 40%; | |
max-width: 40%; } | |
[flex-gt-lg="45"] { | |
-webkit-flex: 0 0 45%; | |
-ms-flex: 0 0 45%; | |
flex: 0 0 45%; | |
max-width: 45%; } | |
[flex-gt-lg="50"] { | |
-webkit-flex: 0 0 50%; | |
-ms-flex: 0 0 50%; | |
flex: 0 0 50%; | |
max-width: 50%; } | |
[flex-gt-lg="55"] { | |
-webkit-flex: 0 0 55%; | |
-ms-flex: 0 0 55%; | |
flex: 0 0 55%; | |
max-width: 55%; } | |
[flex-gt-lg="60"] { | |
-webkit-flex: 0 0 60%; | |
-ms-flex: 0 0 60%; | |
flex: 0 0 60%; | |
max-width: 60%; } | |
[flex-gt-lg="65"] { | |
-webkit-flex: 0 0 65%; | |
-ms-flex: 0 0 65%; | |
flex: 0 0 65%; | |
max-width: 65%; } | |
[flex-gt-lg="70"] { | |
-webkit-flex: 0 0 70%; | |
-ms-flex: 0 0 70%; | |
flex: 0 0 70%; | |
max-width: 70%; } | |
[flex-gt-lg="75"] { | |
-webkit-flex: 0 0 75%; | |
-ms-flex: 0 0 75%; | |
flex: 0 0 75%; | |
max-width: 75%; } | |
[flex-gt-lg="80"] { | |
-webkit-flex: 0 0 80%; | |
-ms-flex: 0 0 80%; | |
flex: 0 0 80%; | |
max-width: 80%; } | |
[flex-gt-lg="85"] { | |
-webkit-flex: 0 0 85%; | |
-ms-flex: 0 0 85%; | |
flex: 0 0 85%; | |
max-width: 85%; } | |
[flex-gt-lg="90"] { | |
-webkit-flex: 0 0 90%; | |
-ms-flex: 0 0 90%; | |
flex: 0 0 90%; | |
max-width: 90%; } | |
[flex-gt-lg="95"] { | |
-webkit-flex: 0 0 95%; | |
-ms-flex: 0 0 95%; | |
flex: 0 0 95%; | |
max-width: 95%; } | |
[flex-gt-lg="33"], [flex-gt-lg="34"] { | |
-webkit-flex: 0 0 33.33%; | |
-ms-flex: 0 0 33.33%; | |
flex: 0 0 33.33%; | |
max-width: 33.33%; } | |
[flex-gt-lg="66"], [flex-gt-lg="67"] { | |
-webkit-flex: 0 0 66.66%; | |
-ms-flex: 0 0 66.66%; | |
flex: 0 0 66.66%; | |
max-width: 66.66%; } | |
} | |
[flex-order="0"] { | |
-webkit-order: 0; | |
-ms-flex-order: 0; | |
order: 0; } | |
[flex-order="1"] { | |
-webkit-order: 1; | |
-ms-flex-order: 1; | |
order: 1; } | |
[flex-order="2"] { | |
-webkit-order: 2; | |
-ms-flex-order: 2; | |
order: 2; } | |
[flex-order="3"] { | |
-webkit-order: 3; | |
-ms-flex-order: 3; | |
order: 3; } | |
[flex-order="4"] { | |
-webkit-order: 4; | |
-ms-flex-order: 4; | |
order: 4; } | |
[flex-order="5"] { | |
-webkit-order: 5; | |
-ms-flex-order: 5; | |
order: 5; } | |
[flex-order="6"] { | |
-webkit-order: 6; | |
-ms-flex-order: 6; | |
order: 6; } | |
[flex-order="7"] { | |
-webkit-order: 7; | |
-ms-flex-order: 7; | |
order: 7; } | |
[flex-order="8"] { | |
-webkit-order: 8; | |
-ms-flex-order: 8; | |
order: 8; } | |
[flex-order="9"] { | |
-webkit-order: 9; | |
-ms-flex-order: 9; | |
order: 9; } | |
[layout-align="center"], [layout-align="center center"], [layout-align="center start"], [layout-align="center end"] { | |
-webkit-justify-content: center; | |
-ms-flex-pack: center; | |
justify-content: center; } | |
[layout-align="end"], [layout-align="end center"], [layout-align="end start"], [layout-align="end end"] { | |
-webkit-justify-content: flex-end; | |
-ms-flex-pack: end; | |
justify-content: flex-end; } | |
[layout-align="space-around"], [layout-align="space-around center"], [layout-align="space-around start"], [layout-align="space-around end"] { | |
-webkit-justify-content: space-around; | |
-ms-flex-pack: distribute; | |
justify-content: space-around; } | |
[layout-align="space-between"], [layout-align="space-between center"], [layout-align="space-between start"], [layout-align="space-between end"] { | |
-webkit-justify-content: space-between; | |
-ms-flex-pack: justify; | |
justify-content: space-between; } | |
[layout-align="center center"], [layout-align="start center"], [layout-align="end center"], [layout-align="space-between center"], [layout-align="space-around center"] { | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; } | |
[layout-align="center start"], [layout-align="start start"], [layout-align="end start"], [layout-align="space-between start"], [layout-align="space-around start"] { | |
-webkit-align-items: flex-start; | |
-ms-flex-align: start; | |
align-items: flex-start; } | |
[layout-align="center end"], [layout-align="start end"], [layout-align="end end"], [layout-align="space-between end"], [layout-align="space-around end"] { | |
-webkit-align-items: flex-end; | |
-ms-flex-align: end; | |
align-items: flex-end; } | |
md-backdrop { | |
z-index: 5; | |
background-color: rgba(0, 0, 0, 0); | |
position: fixed; | |
left: 0; | |
top: 0; | |
right: 0; | |
bottom: 0; } | |
md-backdrop.ng-enter { | |
transition-delay: 0.1s; | |
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); } | |
md-backdrop.ng-leave { | |
transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); } | |
md-backdrop.ng-enter, md-backdrop.ng-leave.ng-leave-active { | |
opacity: 0; } | |
md-backdrop.ng-leave, md-backdrop.ng-enter.ng-enter-active { | |
opacity: 1; } | |
md-bottom-sheet { | |
position: absolute; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
padding: 8px 16px 88px 16px; | |
z-index: 8; | |
border-top: 1px solid; | |
-webkit-transform: translate3d(0, 80px, 0); | |
transform: translate3d(0, 80px, 0); | |
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); | |
transition-property: -webkit-transform; | |
transition-property: transform; } | |
md-bottom-sheet.md-has-header { | |
padding-top: 0; } | |
md-bottom-sheet.ng-enter { | |
opacity: 0; | |
-webkit-transform: translate3d(0, 100%, 0); | |
transform: translate3d(0, 100%, 0); } | |
md-bottom-sheet.ng-enter-active { | |
opacity: 1; | |
display: block; | |
-webkit-transform: translate3d(0, 80px, 0) !important; | |
transform: translate3d(0, 80px, 0) !important; } | |
md-bottom-sheet.ng-leave-active { | |
-webkit-transform: translate3d(0, 100%, 0) !important; | |
transform: translate3d(0, 100%, 0) !important; | |
transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); } | |
md-bottom-sheet .md-subheader { | |
background-color: transparent; | |
font-family: RobotoDraft, Roboto, 'Helvetica Neue', sans-serif; | |
line-height: 56px; | |
padding: 0; | |
white-space: nowrap; } | |
md-bottom-sheet md-inline-icon { | |
display: inline-block; | |
height: 24px; | |
width: 24px; | |
fill: #444; } | |
md-bottom-sheet md-item { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
outline: none; } | |
md-bottom-sheet md-item:hover { | |
cursor: pointer; } | |
md-bottom-sheet.md-list md-item { | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; | |
height: 48px; } | |
md-bottom-sheet.md-list md-item div.md-icon-container { | |
display: inline-block; | |
height: 24px; | |
margin-right: 32px; } | |
md-bottom-sheet.md-grid { | |
padding-left: 24px; | |
padding-right: 24px; | |
padding-top: 0; } | |
md-bottom-sheet.md-grid md-list { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-flex-direction: row; | |
-ms-flex-direction: row; | |
flex-direction: row; | |
-webkit-flex-wrap: wrap; | |
-ms-flex-wrap: wrap; | |
flex-wrap: wrap; | |
transition: all 0.5s; | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; } | |
md-bottom-sheet.md-grid md-item { | |
-webkit-flex-direction: column; | |
-ms-flex-direction: column; | |
flex-direction: column; | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; | |
transition: all 0.5s; | |
height: 96px; | |
margin-top: 8px; | |
margin-bottom: 8px; | |
/* Mixin for how many grid items to show per row */ } | |
@media screen and (max-width: 600px) { | |
md-bottom-sheet.md-grid md-item { | |
-webkit-flex: 1 1 33.33333%; | |
-ms-flex: 1 1 33.33333%; | |
flex: 1 1 33.33333%; | |
max-width: 33.33333%; } | |
md-bottom-sheet.md-grid md-item:nth-of-type(3n+1) { | |
-webkit-align-items: flex-start; | |
-ms-flex-align: start; | |
align-items: flex-start; } | |
md-bottom-sheet.md-grid md-item:nth-of-type(3n) { | |
-webkit-align-items: flex-end; | |
-ms-flex-align: end; | |
align-items: flex-end; } } | |
@media screen and (min-width: 600px) and (max-width: 960px) { | |
md-bottom-sheet.md-grid md-item { | |
-webkit-flex: 1 1 25%; | |
-ms-flex: 1 1 25%; | |
flex: 1 1 25%; | |
max-width: 25%; } } | |
@media screen and (min-width: 960px) and (max-width: 1200px) { | |
md-bottom-sheet.md-grid md-item { | |
-webkit-flex: 1 1 16.66667%; | |
-ms-flex: 1 1 16.66667%; | |
flex: 1 1 16.66667%; | |
max-width: 16.66667%; } } | |
@media screen and (min-width: 1200px) { | |
md-bottom-sheet.md-grid md-item { | |
-webkit-flex: 1 1 14.28571%; | |
-ms-flex: 1 1 14.28571%; | |
flex: 1 1 14.28571%; | |
max-width: 14.28571%; } } | |
md-bottom-sheet.md-grid md-item .md-item-content { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-flex-direction: column; | |
-ms-flex-direction: column; | |
flex-direction: column; | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; | |
width: 48px; | |
padding-bottom: 16px; } | |
md-bottom-sheet.md-grid md-item .md-grid-item-content { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-flex-direction: column; | |
-ms-flex-direction: column; | |
flex-direction: column; | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; | |
width: 80px; } | |
md-bottom-sheet.md-grid md-item .md-icon-container { | |
display: inline-block; | |
box-sizing: border-box; | |
height: 48px; | |
width: 48px; | |
margin: 0 0; } | |
md-bottom-sheet.md-grid md-item p.md-grid-text { | |
font-weight: 300; | |
line-height: 16px; | |
font-size: 13px; | |
margin: 0; | |
white-space: nowrap; | |
width: 64px; | |
text-align: center; | |
padding-top: 8px; } | |
/** | |
* Position a FAB button. | |
*/ | |
.md-button { | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
position: relative; | |
outline: none; | |
border: 0; | |
padding: 6px; | |
margin: 0; | |
background: transparent; | |
white-space: nowrap; | |
text-align: center; | |
text-transform: uppercase; | |
font-weight: inherit; | |
font-style: inherit; | |
font-variant: inherit; | |
font-size: inherit; | |
font-family: inherit; | |
line-height: inherit; | |
text-decoration: none; | |
cursor: pointer; | |
overflow: hidden; | |
transition: box-shadow 0.5s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.5s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1); | |
transition: box-shadow 0.5s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.5s cubic-bezier(0.35, 0, 0.25, 1), transform 0.5s cubic-bezier(0.35, 0, 0.25, 1); } | |
.md-button.ng-hide { | |
transition: none; } | |
.md-button.md-cornered { | |
border-radius: 0; } | |
.md-button.md-icon { | |
padding: 0; | |
background: none; } | |
.md-button.md-raised { | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); } | |
.md-button.md-fab { | |
z-index: 2; | |
width: 56px; | |
height: 56px; | |
border-radius: 50%; | |
border-radius: 50%; | |
overflow: hidden; | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); | |
transition: 0.2s linear; | |
transition-property: -webkit-transform, box-shadow; | |
transition-property: transform, box-shadow; } | |
.md-button.md-fab.md-fab-bottom-right { | |
top: auto; | |
right: 28px; | |
bottom: 28px; | |
left: auto; | |
position: absolute; } | |
.md-button.md-fab.md-fab-bottom-left { | |
top: auto; | |
right: auto; | |
bottom: 28px; | |
left: 28px; | |
position: absolute; } | |
.md-button.md-fab.md-fab-top-right { | |
top: 28px; | |
right: 28px; | |
bottom: auto; | |
left: auto; | |
position: absolute; } | |
.md-button.md-fab.md-fab-top-left { | |
top: 28px; | |
right: auto; | |
bottom: auto; | |
left: 28px; | |
position: absolute; } | |
.md-button.md-fab md-icon { | |
line-height: 56px; | |
margin-top: 0; } | |
.md-button:not([disabled]).md-raised:focus, .md-button:not([disabled]).md-raised:hover, .md-button:not([disabled]).md-fab:focus, .md-button:not([disabled]).md-fab:hover { | |
-webkit-transform: translate3d(0, -1px, 0); | |
transform: translate3d(0, -1px, 0); } | |
.md-toast-open-top .md-button.md-fab-top-left, .md-toast-open-top .md-button.md-fab-top-right { | |
-webkit-transform: translate3d(0, 32px, 0); | |
transform: translate3d(0, 32px, 0); } | |
.md-toast-open-top .md-button.md-fab-top-left:not([disabled]):focus, .md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover, .md-toast-open-top .md-button.md-fab-top-right:not([disabled]):focus, .md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover { | |
-webkit-transform: translate3d(0, 31px, 0); | |
transform: translate3d(0, 31px, 0); } | |
.md-toast-open-bottom .md-button.md-fab-bottom-left, .md-toast-open-bottom .md-button.md-fab-bottom-right { | |
-webkit-transform: translate3d(0, -32px, 0); | |
transform: translate3d(0, -32px, 0); } | |
.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):focus, .md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover, .md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):focus, .md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover { | |
-webkit-transform: translate3d(0, -33px, 0); | |
transform: translate3d(0, -33px, 0); } | |
.md-button-group { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-flex: 1; | |
-ms-flex: 1; | |
flex: 1; | |
width: 100%; } | |
.md-button-group > .md-button { | |
-webkit-flex: 1; | |
-ms-flex: 1; | |
flex: 1; | |
display: block; | |
overflow: hidden; | |
width: 0; | |
border-width: 1px 0px 1px 1px; | |
border-radius: 0; | |
text-align: center; | |
text-overflow: ellipsis; | |
white-space: nowrap; } | |
.md-button-group > .md-button:first-child { | |
border-radius: 2px 0px 0px 2px; } | |
.md-button-group > .md-button:last-child { | |
border-right-width: 1px; | |
border-radius: 0px 2px 2px 0px; } | |
md-card { | |
display: block; | |
box-sizing: border-box; | |
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); | |
margin: 8px; | |
padding: 8px; } | |
md-card .md-card-image { | |
display: block; | |
width: 100%; } | |
md-checkbox { | |
display: block; | |
margin: 15px; | |
white-space: nowrap; | |
cursor: pointer; | |
outline: none; } | |
md-checkbox .md-container { | |
position: relative; | |
top: 4px; | |
display: inline-block; | |
width: 18px; | |
height: 18px; } | |
md-checkbox .md-container .md-ripple-container { | |
position: absolute; | |
display: block; | |
width: auto; | |
height: auto; | |
left: -15px; | |
top: -15px; | |
right: -15px; | |
bottom: -15px; } | |
md-checkbox .md-icon { | |
transition: 240ms; | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 18px; | |
height: 18px; | |
border: 2px solid; | |
border-radius: 2px; } | |
md-checkbox.md-checked .md-icon { | |
border: none; } | |
md-checkbox[disabled] { | |
cursor: no-drop; } | |
md-checkbox:focus .md-label { | |
border-color: black; } | |
md-checkbox.md-checked .md-icon:after { | |
-webkit-transform: rotate(45deg); | |
transform: rotate(45deg); | |
position: absolute; | |
left: 6px; | |
top: 2px; | |
display: table; | |
width: 6px; | |
height: 12px; | |
border: 2px solid; | |
border-top: 0; | |
border-left: 0; | |
content: ' '; } | |
md-checkbox .md-label { | |
border: 1px dotted transparent; | |
position: relative; | |
display: inline-block; | |
margin-left: 10px; | |
vertical-align: middle; | |
white-space: normal; | |
pointer-events: none; } | |
md-content { | |
display: block; | |
position: relative; | |
overflow: auto; | |
-webkit-overflow-scrolling: touch; } | |
md-content[md-scroll-y] { | |
overflow-y: auto; | |
overflow-x: hidden; } | |
md-content[md-scroll-x] { | |
overflow-x: auto; | |
overflow-y: hidden; } | |
md-content.md-padding { | |
padding: 8px; } | |
@media (min-width: 600px) { | |
md-content.md-padding { | |
padding: 16px; } | |
} | |
.md-dialog-container { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-justify-content: center; | |
-ms-flex-pack: center; | |
justify-content: center; | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; | |
position: absolute; | |
left: 0; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
z-index: 10; } | |
.md-dialog-container.md-active { | |
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); | |
-webkit-transform: translate3d(0, 0, 0) scale(1); | |
transform: translate3d(0, 0, 0) scale(1); | |
opacity: 1; } | |
.md-dialog-container.ng-leave.ng-leave-active { | |
transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); | |
-webkit-transform: translate3d(0, 100%, 0) scale(0.5); | |
transform: translate3d(0, 100%, 0) scale(0.5); | |
opacity: 0; } | |
md-dialog { | |
min-width: 240px; | |
max-width: 80%; | |
max-height: 80%; | |
margin: auto; | |
position: relative; | |
box-shadow: 0px 27px 24px 0 rgba(0, 0, 0, 0.2); | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-flex-direction: column; | |
-ms-flex-direction: column; | |
flex-direction: column; } | |
md-dialog md-content { | |
-webkit-order: 1; | |
-ms-flex-order: 1; | |
order: 1; | |
padding: 24px; | |
overflow: auto; | |
-webkit-overflow-scrolling: touch; } | |
md-dialog md-content *:first-child { | |
margin-top: 0px; } | |
md-dialog .md-actions { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-order: 2; | |
-ms-flex-order: 2; | |
order: 2; | |
box-sizing: border-box; | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; | |
-webkit-justify-content: flex-end; | |
-ms-flex-pack: end; | |
justify-content: flex-end; | |
padding: 16px 16px; | |
min-height: 40px; } | |
md-dialog .md-actions > * { | |
margin-left: 8px; } | |
md-dialog.md-content-overflow .md-actions { | |
border-top: 1px solid; } | |
md-divider { | |
display: block; | |
border-top: 1px solid; | |
margin: 0; } | |
md-divider[md-inset] { | |
margin-left: 80px; } | |
md-icon { | |
margin: auto; | |
padding: 0; | |
display: inline-block; | |
margin-top: 5px; | |
background-repeat: no-repeat no-repeat; | |
pointer-events: none; } | |
svg, object { | |
fill: currentColor; | |
color: currentColor; } | |
md-list { | |
padding: 8px 0px 8px 0px; } | |
md-item-content { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; | |
-webkit-flex-direction: row; | |
-ms-flex-direction: row; | |
flex-direction: row; | |
box-sizing: border-box; | |
position: relative; | |
padding: 0px 0px 0px 0px; } | |
/** | |
* The left tile for a list item. | |
*/ | |
.md-tile-left { | |
min-width: 56px; | |
margin-right: -16px; } | |
/** | |
* The center content tile for a list item. | |
*/ | |
.md-tile-content { | |
-webkit-flex: 1; | |
-ms-flex: 1; | |
flex: 1; | |
padding: 16px; | |
text-overflow: ellipsis; } | |
.md-tile-content h3 { | |
margin: 0 0 3px 0; | |
font-weight: 400; | |
font-size: 1.1em; } | |
.md-tile-content h4 { | |
margin: 0 0 3px 0; | |
font-weight: 400; | |
font-size: 0.9em; } | |
.md-tile-content p { | |
margin: 0 0 3px 0; | |
font-size: 0.75em; } | |
/** | |
* The right tile for a list item. | |
*/ | |
.md-tile-right { | |
padding-right: 0px; } | |
md-progress-circular { | |
display: block; | |
width: 54px; | |
height: 54px; | |
border-radius: 50%; | |
padding: 3px; } | |
md-progress-circular .md-wrapper1, md-progress-circular .md-wrapper2 { | |
width: 48px; | |
height: 48px; | |
position: absolute; | |
border-radius: 50%; } | |
md-progress-circular .md-circle .md-mask, md-progress-circular .md-circle .md-fill, md-progress-circular .md-circle .md-shadow { | |
width: 48px; | |
height: 48px; | |
position: absolute; | |
border-radius: 50%; } | |
md-progress-circular .md-circle .md-mask, md-progress-circular .md-circle .md-fill { | |
-webkit-backface-visibility: hidden; | |
backface-visibility: hidden; | |
transition: -webkit-transform 0.3s; | |
transition: transform 0.3s; } | |
md-progress-circular .md-circle .md-mask { | |
clip: rect(0px, 48px, 48px, 24px); } | |
md-progress-circular .md-circle .md-mask .md-fill { | |
clip: rect(0px, 24px, 48px, 0px); } | |
md-progress-circular .md-inset { | |
width: 36px; | |
height: 36px; | |
position: absolute; | |
margin-left: 6px; | |
margin-top: 6px; | |
border-radius: 50%; } | |
md-progress-circular[md-mode=indeterminate] .md-wrapper1, md-progress-circular[md-mode=indeterminate] .md-wrapper2 { | |
-webkit-transform-origin: 50% 50%; | |
transform-origin: 50% 50%; } | |
md-progress-circular[md-mode=indeterminate] .md-wrapper1 { | |
-webkit-animation: indeterminate_rotate1 3s infinite linear; | |
animation: indeterminate_rotate1 3s infinite linear; } | |
md-progress-circular[md-mode=indeterminate] .md-wrapper2 { | |
-webkit-animation: indeterminate_rotate2 1.5s infinite linear; | |
animation: indeterminate_rotate2 1.5s infinite linear; } | |
md-progress-circular[md-mode=indeterminate] .md-fill, md-progress-circular[md-mode=indeterminate] .md-mask.md-full { | |
-webkit-animation: indeterminate_size_fill 1.5s infinite linear; | |
animation: indeterminate_size_fill 1.5s infinite linear; } | |
md-progress-circular[md-mode=indeterminate] .md-fill.md-fix { | |
-webkit-animation: indeterminate_size_fix 1.5s infinite linear; | |
animation: indeterminate_size_fix 1.5s infinite linear; } | |
@-webkit-keyframes indeterminate_rotate1 { | |
0% { | |
-webkit-transform: rotate(0deg); | |
transform: rotate(0deg); } | |
100% { | |
-webkit-transform: rotate(360deg); | |
transform: rotate(360deg); } } | |
@keyframes indeterminate_rotate1 { | |
0% { | |
-webkit-transform: rotate(0deg); | |
transform: rotate(0deg); } | |
100% { | |
-webkit-transform: rotate(360deg); | |
transform: rotate(360deg); } } | |
@-webkit-keyframes indeterminate_rotate2 { | |
0% { | |
-webkit-transform: rotate(0deg); | |
transform: rotate(0deg); } | |
70% { | |
-webkit-transform: rotate(0deg); | |
transform: rotate(0deg); } | |
100% { | |
-webkit-transform: rotate(360deg); | |
transform: rotate(360deg); } } | |
@keyframes indeterminate_rotate2 { | |
0% { | |
-webkit-transform: rotate(0deg); | |
transform: rotate(0deg); } | |
70% { | |
-webkit-transform: rotate(0deg); | |
transform: rotate(0deg); } | |
100% { | |
-webkit-transform: rotate(360deg); | |
transform: rotate(360deg); } } | |
@-webkit-keyframes indeterminate_size_fill { | |
0% { | |
-webkit-transform: rotate(5deg); | |
transform: rotate(5deg); } | |
10% { | |
-webkit-transform: rotate(5deg); | |
transform: rotate(5deg); } | |
50% { | |
-webkit-transform: rotate(135deg); | |
transform: rotate(135deg); } | |
70% { | |
-webkit-transform: rotate(135deg); | |
transform: rotate(135deg); } | |
100% { | |
-webkit-transform: rotate(5deg); | |
transform: rotate(5deg); } } | |
@keyframes indeterminate_size_fill { | |
0% { | |
-webkit-transform: rotate(5deg); | |
transform: rotate(5deg); } | |
10% { | |
-webkit-transform: rotate(5deg); | |
transform: rotate(5deg); } | |
50% { | |
-webkit-transform: rotate(135deg); | |
transform: rotate(135deg); } | |
70% { | |
-webkit-transform: rotate(135deg); | |
transform: rotate(135deg); } | |
100% { | |
-webkit-transform: rotate(5deg); | |
transform: rotate(5deg); } } | |
@-webkit-keyframes indeterminate_size_fix { | |
0% { | |
-webkit-transform: rotate(10deg); | |
transform: rotate(10deg); } | |
10% { | |
-webkit-transform: rotate(10deg); | |
transform: rotate(10deg); } | |
50% { | |
-webkit-transform: rotate(270deg); | |
transform: rotate(270deg); } | |
70% { | |
-webkit-transform: rotate(270deg); | |
transform: rotate(270deg); } | |
100% { | |
-webkit-transform: rotate(10deg); | |
transform: rotate(10deg); } } | |
@keyframes indeterminate_size_fix { | |
0% { | |
-webkit-transform: rotate(10deg); | |
transform: rotate(10deg); } | |
10% { | |
-webkit-transform: rotate(10deg); | |
transform: rotate(10deg); } | |
50% { | |
-webkit-transform: rotate(270deg); | |
transform: rotate(270deg); } | |
70% { | |
-webkit-transform: rotate(270deg); | |
transform: rotate(270deg); } | |
100% { | |
-webkit-transform: rotate(10deg); | |
transform: rotate(10deg); } } | |
md-progress-linear { | |
display: block; | |
width: 100%; | |
height: 5px; } | |
md-progress-linear .md-container { | |
overflow: hidden; | |
position: relative; | |
height: 5px; | |
top: 5px; | |
-webkit-transform: translate(0, 5px) scale(1, 0); | |
transform: translate(0, 5px) scale(1, 0); | |
transition: all 0.3s linear; } | |
md-progress-linear .md-container.md-ready { | |
-webkit-transform: translate(0, 0) scale(1, 1); | |
transform: translate(0, 0) scale(1, 1); } | |
md-progress-linear .md-bar { | |
height: 5px; | |
position: absolute; | |
width: 100%; } | |
md-progress-linear .md-bar1, md-progress-linear .md-bar2 { | |
transition: all 0.2s linear; } | |
md-progress-linear[md-mode=determinate] .md-bar1 { | |
display: none; } | |
md-progress-linear[md-mode=indeterminate] .md-bar1 { | |
-webkit-animation: indeterminate1 4s infinite linear; | |
animation: indeterminate1 4s infinite linear; } | |
md-progress-linear[md-mode=indeterminate] .md-bar2 { | |
-webkit-animation: indeterminate2 4s infinite linear; | |
animation: indeterminate2 4s infinite linear; } | |
md-progress-linear[md-mode=buffer] .md-container { | |
background-color: transparent !important; } | |
md-progress-linear[md-mode=buffer] .md-dashed:before { | |
content: ""; | |
display: block; | |
height: 5px; | |
width: 100%; | |
margin-top: 0px; | |
position: absolute; | |
background-color: transparent; | |
background-size: 10px 10px !important; | |
background-position: 0px -23px; | |
-webkit-animation: buffer 3s infinite linear; | |
animation: buffer 3s infinite linear; } | |
md-progress-linear[md-mode=query] .md-bar2 { | |
-webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1); | |
animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1); } | |
@-webkit-keyframes indeterminate1 { | |
0% { | |
-webkit-transform: translateX(-25%) scale(0.5, 1); | |
transform: translateX(-25%) scale(0.5, 1); } | |
10% { | |
-webkit-transform: translateX(25%) scale(0.5, 1); | |
transform: translateX(25%) scale(0.5, 1); } | |
19.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
20% { | |
-webkit-transform: translateX(-37.5%) scale(0.25, 1); | |
transform: translateX(-37.5%) scale(0.25, 1); } | |
30% { | |
-webkit-transform: translateX(37.5%) scale(0.25, 1); | |
transform: translateX(37.5%) scale(0.25, 1); } | |
34.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
36.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
37% { | |
-webkit-transform: translateX(-37.5%) scale(0.25, 1); | |
transform: translateX(-37.5%) scale(0.25, 1); } | |
47% { | |
-webkit-transform: translateX(20%) scale(0.25, 1); | |
transform: translateX(20%) scale(0.25, 1); } | |
52% { | |
-webkit-transform: translateX(35%) scale(0.05, 1); | |
transform: translateX(35%) scale(0.05, 1); } | |
55% { | |
-webkit-transform: translateX(35%) scale(0.1, 1); | |
transform: translateX(35%) scale(0.1, 1); } | |
58% { | |
-webkit-transform: translateX(50%) scale(0.1, 1); | |
transform: translateX(50%) scale(0.1, 1); } | |
61.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
69.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
70% { | |
-webkit-transform: translateX(-37.5%) scale(0.25, 1); | |
transform: translateX(-37.5%) scale(0.25, 1); } | |
80% { | |
-webkit-transform: translateX(20%) scale(0.25, 1); | |
transform: translateX(20%) scale(0.25, 1); } | |
85% { | |
-webkit-transform: translateX(35%) scale(0.05, 1); | |
transform: translateX(35%) scale(0.05, 1); } | |
88% { | |
-webkit-transform: translateX(35%) scale(0.1, 1); | |
transform: translateX(35%) scale(0.1, 1); } | |
91% { | |
-webkit-transform: translateX(50%) scale(0.1, 1); | |
transform: translateX(50%) scale(0.1, 1); } | |
92.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
93% { | |
-webkit-transform: translateX(-50%) scale(0, 1); | |
transform: translateX(-50%) scale(0, 1); } | |
100% { | |
-webkit-transform: translateX(-25%) scale(0.5, 1); | |
transform: translateX(-25%) scale(0.5, 1); } } | |
@keyframes indeterminate1 { | |
0% { | |
-webkit-transform: translateX(-25%) scale(0.5, 1); | |
transform: translateX(-25%) scale(0.5, 1); } | |
10% { | |
-webkit-transform: translateX(25%) scale(0.5, 1); | |
transform: translateX(25%) scale(0.5, 1); } | |
19.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
20% { | |
-webkit-transform: translateX(-37.5%) scale(0.25, 1); | |
transform: translateX(-37.5%) scale(0.25, 1); } | |
30% { | |
-webkit-transform: translateX(37.5%) scale(0.25, 1); | |
transform: translateX(37.5%) scale(0.25, 1); } | |
34.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
36.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
37% { | |
-webkit-transform: translateX(-37.5%) scale(0.25, 1); | |
transform: translateX(-37.5%) scale(0.25, 1); } | |
47% { | |
-webkit-transform: translateX(20%) scale(0.25, 1); | |
transform: translateX(20%) scale(0.25, 1); } | |
52% { | |
-webkit-transform: translateX(35%) scale(0.05, 1); | |
transform: translateX(35%) scale(0.05, 1); } | |
55% { | |
-webkit-transform: translateX(35%) scale(0.1, 1); | |
transform: translateX(35%) scale(0.1, 1); } | |
58% { | |
-webkit-transform: translateX(50%) scale(0.1, 1); | |
transform: translateX(50%) scale(0.1, 1); } | |
61.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
69.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
70% { | |
-webkit-transform: translateX(-37.5%) scale(0.25, 1); | |
transform: translateX(-37.5%) scale(0.25, 1); } | |
80% { | |
-webkit-transform: translateX(20%) scale(0.25, 1); | |
transform: translateX(20%) scale(0.25, 1); } | |
85% { | |
-webkit-transform: translateX(35%) scale(0.05, 1); | |
transform: translateX(35%) scale(0.05, 1); } | |
88% { | |
-webkit-transform: translateX(35%) scale(0.1, 1); | |
transform: translateX(35%) scale(0.1, 1); } | |
91% { | |
-webkit-transform: translateX(50%) scale(0.1, 1); | |
transform: translateX(50%) scale(0.1, 1); } | |
92.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
93% { | |
-webkit-transform: translateX(-50%) scale(0, 1); | |
transform: translateX(-50%) scale(0, 1); } | |
100% { | |
-webkit-transform: translateX(-25%) scale(0.5, 1); | |
transform: translateX(-25%) scale(0.5, 1); } } | |
@-webkit-keyframes indeterminate2 { | |
0% { | |
-webkit-transform: translateX(-50%) scale(0, 1); | |
transform: translateX(-50%) scale(0, 1); } | |
25.99% { | |
-webkit-transform: translateX(-50%) scale(0, 1); | |
transform: translateX(-50%) scale(0, 1); } | |
28% { | |
-webkit-transform: translateX(-37.5%) scale(0.25, 1); | |
transform: translateX(-37.5%) scale(0.25, 1); } | |
38% { | |
-webkit-transform: translateX(37.5%) scale(0.25, 1); | |
transform: translateX(37.5%) scale(0.25, 1); } | |
42.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
46.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
49.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
50% { | |
-webkit-transform: translateX(-50%) scale(0, 1); | |
transform: translateX(-50%) scale(0, 1); } | |
60% { | |
-webkit-transform: translateX(-25%) scale(0.5, 1); | |
transform: translateX(-25%) scale(0.5, 1); } | |
70% { | |
-webkit-transform: translateX(25%) scale(0.5, 1); | |
transform: translateX(25%) scale(0.5, 1); } | |
79.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } } | |
@keyframes indeterminate2 { | |
0% { | |
-webkit-transform: translateX(-50%) scale(0, 1); | |
transform: translateX(-50%) scale(0, 1); } | |
25.99% { | |
-webkit-transform: translateX(-50%) scale(0, 1); | |
transform: translateX(-50%) scale(0, 1); } | |
28% { | |
-webkit-transform: translateX(-37.5%) scale(0.25, 1); | |
transform: translateX(-37.5%) scale(0.25, 1); } | |
38% { | |
-webkit-transform: translateX(37.5%) scale(0.25, 1); | |
transform: translateX(37.5%) scale(0.25, 1); } | |
42.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
46.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
49.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } | |
50% { | |
-webkit-transform: translateX(-50%) scale(0, 1); | |
transform: translateX(-50%) scale(0, 1); } | |
60% { | |
-webkit-transform: translateX(-25%) scale(0.5, 1); | |
transform: translateX(-25%) scale(0.5, 1); } | |
70% { | |
-webkit-transform: translateX(25%) scale(0.5, 1); | |
transform: translateX(25%) scale(0.5, 1); } | |
79.99% { | |
-webkit-transform: translateX(50%) scale(0, 1); | |
transform: translateX(50%) scale(0, 1); } } | |
@-webkit-keyframes query { | |
0% { | |
opacity: 1; | |
-webkit-transform: translateX(35%) scale(0.3, 1); | |
transform: translateX(35%) scale(0.3, 1); } | |
100% { | |
opacity: 0; | |
-webkit-transform: translateX(-50%) scale(0, 1); | |
transform: translateX(-50%) scale(0, 1); } } | |
@keyframes query { | |
0% { | |
opacity: 1; | |
-webkit-transform: translateX(35%) scale(0.3, 1); | |
transform: translateX(35%) scale(0.3, 1); } | |
100% { | |
opacity: 0; | |
-webkit-transform: translateX(-50%) scale(0, 1); | |
transform: translateX(-50%) scale(0, 1); } } | |
@-webkit-keyframes buffer { | |
0% { | |
opacity: 1; | |
background-position: 0px -23px; } | |
50% { | |
opacity: 0; } | |
100% { | |
opacity: 1; | |
background-position: -200px -23px; } } | |
@keyframes buffer { | |
0% { | |
opacity: 1; | |
background-position: 0px -23px; } | |
50% { | |
opacity: 0; } | |
100% { | |
opacity: 1; | |
background-position: -200px -23px; } } | |
md-radio-button, .md-switch-thumb { | |
display: block; | |
margin: 15px; | |
white-space: nowrap; | |
cursor: pointer; } | |
md-radio-button input, .md-switch-thumb input { | |
display: none; } | |
md-radio-button .md-container, .md-switch-thumb .md-container { | |
position: relative; | |
top: 4px; | |
display: inline-block; | |
width: 16px; | |
height: 16px; | |
cursor: pointer; } | |
md-radio-button .md-container .md-ripple-container, .md-switch-thumb .md-container .md-ripple-container { | |
position: absolute; | |
display: block; | |
width: 48px; | |
height: 48px; | |
left: -16px; | |
top: -16px; } | |
md-radio-button .md-off, .md-switch-thumb .md-off { | |
position: absolute; | |
top: 0px; | |
left: 0px; | |
width: 16px; | |
height: 16px; | |
border: solid 2px; | |
border-radius: 50%; | |
transition: border-color ease 0.28s; } | |
md-radio-button .md-on, .md-switch-thumb .md-on { | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 16px; | |
height: 16px; | |
border-radius: 50%; | |
transition: -webkit-transform ease 0.28s; | |
transition: transform ease 0.28s; | |
-webkit-transform: scale(0); | |
transform: scale(0); } | |
md-radio-button.md-checked .md-on, .md-switch-thumb.md-checked .md-on { | |
-webkit-transform: scale(0.55); | |
transform: scale(0.55); } | |
md-radio-button .md-label, .md-switch-thumb .md-label { | |
position: relative; | |
display: inline-block; | |
margin-left: 10px; | |
vertical-align: middle; | |
white-space: normal; | |
pointer-events: none; | |
width: auto; } | |
md-radio-button .circle, .md-switch-thumb .circle { | |
border-radius: 50%; } | |
md-radio-group { | |
border: 1px dotted transparent; | |
display: block; | |
outline: none; } | |
md-sidenav { | |
position: absolute; | |
width: 304px; | |
bottom: 0; | |
z-index: 6; | |
background-color: white; | |
overflow: auto; | |
-webkit-flex-direction: column; | |
-ms-flex-direction: column; | |
flex-direction: column; } | |
md-sidenav.md-closed { | |
display: none; } | |
md-sidenav.md-closed-add, md-sidenav.md-closed-remove { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
/* this is required as of 1.3x to properly | |
apply all styling in a show/hide animation */ | |
transition: 0s all; } | |
md-sidenav.md-closed-add.md-closed-add-active, md-sidenav.md-closed-remove.md-closed-remove-active { | |
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); } | |
md-sidenav.md-locked-open, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-left, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-right { | |
position: static; | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); } | |
.md-sidenav-backdrop.md-locked-open { | |
display: none; } | |
.md-sidenav-left, md-sidenav { | |
left: 0; | |
top: 0; | |
-webkit-transform: translate3d(0%, 0, 0); | |
transform: translate3d(0%, 0, 0); } | |
.md-sidenav-left.md-closed, md-sidenav.md-closed { | |
-webkit-transform: translate3d(-100%, 0, 0); | |
transform: translate3d(-100%, 0, 0); } | |
.md-sidenav-right { | |
left: 100%; | |
top: 0; | |
-webkit-transform: translate3d(-100%, 0, 0); | |
transform: translate3d(-100%, 0, 0); } | |
.md-sidenav-right.md-closed { | |
-webkit-transform: translate3d(0%, 0, 0); | |
transform: translate3d(0%, 0, 0); } | |
@-webkit-keyframes sliderFocusThumb { | |
0% { | |
opacity: 0; | |
-webkit-transform: scale(0); | |
transform: scale(0); } | |
50% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1; } | |
100% { | |
opacity: 0; } } | |
@keyframes sliderFocusThumb { | |
0% { | |
opacity: 0; | |
-webkit-transform: scale(0); | |
transform: scale(0); } | |
50% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1; } | |
100% { | |
opacity: 0; } } | |
md-slider { | |
height: 48px; | |
position: relative; | |
display: block; | |
margin-left: 4px; | |
margin-right: 4px; | |
/** | |
* Track | |
*/ | |
/** | |
* Slider thumb | |
*/ | |
/* The sign that's focused in discrete mode */ | |
/** | |
* The border/background that comes in when focused in non-discrete mode | |
*/ | |
/* Don't animate left/right while panning */ } | |
md-slider .md-track-container { | |
width: 100%; | |
position: absolute; | |
top: 23px; | |
height: 2px; } | |
md-slider .md-track { | |
position: absolute; | |
left: 0; | |
right: 0; | |
height: 100%; } | |
md-slider .md-track-fill { | |
transition: width 0.05s linear; } | |
md-slider .md-track-ticks { | |
position: absolute; | |
left: 0; | |
right: 0; | |
height: 100%; } | |
md-slider .md-thumb-container { | |
position: absolute; | |
left: 0; | |
top: 0; | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); | |
transition: -webkit-transform 0.1s linear; | |
transition: transform 0.1s linear; } | |
md-slider .md-thumb { | |
z-index: 1; | |
position: absolute; | |
left: -19px; | |
top: 5px; | |
width: 38px; | |
height: 38px; | |
border-radius: 38px; | |
-webkit-transform: scale(0.5); | |
transform: scale(0.5); | |
transition: all 0.1s linear; } | |
md-slider .md-thumb:after { | |
content: ''; | |
position: absolute; | |
left: 3px; | |
top: 3px; | |
width: 32px; | |
height: 32px; | |
border-radius: 32px; | |
border: 3px solid; } | |
md-slider .md-sign { | |
/* Center the children (slider-thumb-text) */ | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; | |
-webkit-justify-content: center; | |
-ms-flex-pack: center; | |
justify-content: center; | |
position: absolute; | |
left: -14px; | |
top: -20px; | |
width: 28px; | |
height: 28px; | |
border-radius: 28px; | |
-webkit-transform: scale(0.4) translate3d(0, 70px, 0); | |
transform: scale(0.4) translate3d(0, 70px, 0); | |
transition: all 0.2s ease-in-out; | |
/* The arrow pointing down under the sign */ } | |
md-slider .md-sign:after { | |
position: absolute; | |
content: ''; | |
left: 0px; | |
border-radius: 16px; | |
top: 19px; | |
border-left: 14px solid transparent; | |
border-right: 14px solid transparent; | |
border-top: 16px solid; | |
opacity: 0; | |
-webkit-transform: translate3d(0, -8px, 0); | |
transform: translate3d(0, -8px, 0); | |
transition: all 0.2s ease-in-out; } | |
md-slider .md-sign .md-thumb-text { | |
z-index: 1; | |
font-size: 12px; | |
font-weight: bold; } | |
md-slider .md-focus-thumb { | |
position: absolute; | |
left: -24px; | |
top: 0px; | |
width: 48px; | |
height: 48px; | |
border-radius: 48px; | |
display: none; | |
opacity: 0; | |
background-color: #C0C0C0; | |
-webkit-animation: sliderFocusThumb 0.4s linear; | |
animation: sliderFocusThumb 0.4s linear; } | |
md-slider .md-focus-ring { | |
position: absolute; | |
left: -24px; | |
top: 0px; | |
width: 48px; | |
height: 48px; | |
border-radius: 48px; | |
border: 2px solid #D6D6D6; | |
background-color: transparent; | |
-webkit-transform: scale(0); | |
transform: scale(0); | |
transition: all 0.2s linear; } | |
md-slider .md-disabled-thumb { | |
position: absolute; | |
left: -22px; | |
top: 2px; | |
width: 44px; | |
height: 44px; | |
border-radius: 44px; | |
-webkit-transform: scale(0.35); | |
transform: scale(0.35); | |
border: 6px solid; | |
display: none; } | |
md-slider.md-min .md-thumb:after { | |
background-color: white; } | |
md-slider.md-min .md-sign { | |
opacity: 0; } | |
md-slider:focus { | |
outline: none; } | |
md-slider.panning .md-thumb-container, md-slider.panning .md-track-fill { | |
transition: none; } | |
md-slider:not([md-discrete]) { | |
/* Hide the sign and ticks in non-discrete mode */ } | |
md-slider:not([md-discrete]) .md-track-ticks, md-slider:not([md-discrete]) .md-sign { | |
display: none; } | |
md-slider:not([md-discrete]):not([disabled]):hover .md-thumb { | |
-webkit-transform: scale(0.6); | |
transform: scale(0.6); } | |
md-slider:not([md-discrete]):not([disabled]):focus .md-focus-thumb, md-slider:not([md-discrete]):not([disabled]).active .md-focus-thumb { | |
display: block; } | |
md-slider:not([md-discrete]):not([disabled]):focus .md-focus-ring, md-slider:not([md-discrete]):not([disabled]).active .md-focus-ring { | |
-webkit-transform: scale(1); | |
transform: scale(1); } | |
md-slider:not([md-discrete]):not([disabled]):focus .md-thumb, md-slider:not([md-discrete]):not([disabled]).active .md-thumb { | |
-webkit-transform: scale(0.85); | |
transform: scale(0.85); } | |
md-slider[md-discrete] { | |
/* Hide the focus thumb in discrete mode */ } | |
md-slider[md-discrete] .md-focus-thumb, md-slider[md-discrete] .md-focus-ring { | |
display: none; } | |
md-slider[md-discrete]:not([disabled]):focus .md-sign, md-slider[md-discrete]:not([disabled]):focus .md-sign:after, md-slider[md-discrete]:not([disabled]).active .md-sign, md-slider[md-discrete]:not([disabled]).active .md-sign:after { | |
opacity: 1; | |
-webkit-transform: translate3d(0, 0, 0) scale(1); | |
transform: translate3d(0, 0, 0) scale(1); } | |
md-slider[disabled] .md-track-fill { | |
display: none; } | |
md-slider[disabled] .md-sign { | |
display: none; } | |
md-slider[disabled] .md-thumb { | |
-webkit-transform: scale(0.35); | |
transform: scale(0.35); } | |
md-slider[disabled] .md-disabled-thumb { | |
display: block; } | |
.md-sticky-clone { | |
z-index: 1; | |
top: 0; | |
left: 0; | |
right: 0; | |
position: absolute !important; | |
-webkit-transform: translate3d(-9999px, -9999px, 0); | |
transform: translate3d(-9999px, -9999px, 0); } | |
.md-sticky-clone[sticky-state="active"] { | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); } | |
.md-sticky-clone[sticky-state="active"]:not(.md-sticky-no-effect):after { | |
-webkit-animation: subheaderStickyHoverIn 0.3s ease-out both; | |
animation: subheaderStickyHoverIn 0.3s ease-out both; } | |
@-webkit-keyframes subheaderStickyHoverIn { | |
0% { | |
box-shadow: 0 0 0 0 transparent; } | |
100% { | |
box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } } | |
@keyframes subheaderStickyHoverIn { | |
0% { | |
box-shadow: 0 0 0 0 transparent; } | |
100% { | |
box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } } | |
@-webkit-keyframes subheaderStickyHoverOut { | |
0% { | |
box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } | |
100% { | |
box-shadow: 0 0 0 0 transparent; } } | |
@keyframes subheaderStickyHoverOut { | |
0% { | |
box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } | |
100% { | |
box-shadow: 0 0 0 0 transparent; } } | |
.md-subheader { | |
display: block; | |
font-size: 0.9em; | |
font-weight: 400; | |
line-height: 1em; | |
padding: 16px 0px 16px 16px; | |
margin: 0 0 0 0; | |
margin-right: 16px; | |
position: relative; } | |
.md-subheader:not(.md-sticky-no-effect) { | |
transition: 0.2s ease-out margin; } | |
.md-subheader:not(.md-sticky-no-effect):after { | |
position: absolute; | |
left: 0; | |
bottom: 0; | |
top: 0; | |
right: -16px; | |
content: ''; } | |
.md-subheader:not(.md-sticky-no-effect)[sticky-state="active"] { | |
margin-top: -2px; } | |
.md-subheader:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state="active"]:after { | |
-webkit-animation: subheaderStickyHoverOut 0.3s ease-out both; | |
animation: subheaderStickyHoverOut 0.3s ease-out both; } | |
md-switch { | |
display: block; | |
position: relative; | |
height: 24px; | |
margin: 8px; | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; | |
/* used also in _radio-button.scss */ } | |
md-switch .md-switch-bar { | |
position: absolute; | |
left: 16px; | |
top: 12px; | |
width: 32px; | |
height: 1px; | |
pointer-events: none; } | |
md-switch .md-switch-thumb { | |
position: absolute; | |
margin: 0; | |
left: 0; | |
top: 0; | |
outline: none; } | |
md-switch .md-switch-thumb .md-container { | |
position: absolute; | |
transition: -webkit-transform 0.2s linear; | |
transition: transform 0.2s linear; | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); } | |
md-switch .md-switch-thumb.md-checked .md-container { | |
-webkit-transform: translate3d(48px, 0, 0); | |
transform: translate3d(48px, 0, 0); } | |
md-switch .md-switch-thumb .md-label { | |
margin-left: 72px; } | |
md-tabs { | |
display: block; | |
width: 100%; | |
font-weight: 500; } | |
.md-header { | |
width: 100%; | |
height: 48px; | |
box-sizing: border-box; | |
position: relative; } | |
.md-paginator { | |
z-index: 1; | |
margin-right: -2px; | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-justify-content: center; | |
-ms-flex-pack: center; | |
justify-content: center; | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; | |
width: 32px; | |
min-height: 100%; | |
cursor: pointer; | |
border: none; | |
background-color: transparent; | |
background-repeat: no-repeat; | |
background-position: center center; | |
position: absolute; | |
/* TODO Once we have a better way to inline svg images, change this | |
to use svgs correctly */ } | |
.md-paginator.md-prev { | |
left: 0; } | |
.md-paginator.md-next { | |
right: 0; } | |
.md-paginator.md-prev { | |
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg=='); } | |
.md-paginator.md-next { | |
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K'); } | |
/* If `center` justified, change to left-justify if paginating */ | |
md-tabs[center] .md-header:not(.md-paginating) .md-header-items { | |
-webkit-justify-content: center; | |
-ms-flex-pack: center; | |
justify-content: center; } | |
.md-paginating .md-header-items-container { | |
left: 32px; | |
right: 32px; } | |
.md-header-items-container { | |
overflow: hidden; | |
position: absolute; | |
left: 0; | |
right: 0; | |
height: 100%; | |
white-space: nowrap; | |
font-size: 14px; | |
font-weight: 500; | |
text-transform: uppercase; | |
margin: auto; } | |
.md-header-items-container .md-header-items { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
box-sizing: border-box; | |
transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1); | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); | |
width: 100%; | |
height: 100%; } | |
.md-tabs-content { | |
overflow: hidden; | |
width: 100%; } | |
.md-tabs-content .md-tab-content { | |
height: 100%; } | |
md-tabs-ink-bar { | |
z-index: 1; | |
display: none; | |
position: absolute; | |
left: 0; | |
bottom: 0; | |
width: 100%; | |
box-sizing: border-box; | |
height: 2px; | |
margin-top: -2px; | |
-webkit-transform: scaleX(1); | |
transform: scaleX(1); | |
transition: -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1); | |
transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1); | |
-webkit-transform-origin: 0 0; | |
transform-origin: 0 0; } | |
md-tabs-ink-bar.md-ink-bar-delayed { | |
transition: -webkit-transform 0.5s cubic-bezier(0.45, 0, 0.15, 1); | |
transition: transform 0.5s cubic-bezier(0.45, 0, 0.15, 1); } | |
md-tab { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-flex: 1; | |
-ms-flex: 1; | |
flex: 1; | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; | |
-webkit-justify-content: center; | |
-ms-flex-pack: center; | |
justify-content: center; | |
box-sizing: border-box; | |
position: relative; | |
z-index: 0; | |
overflow: hidden; | |
height: 100%; | |
text-align: center; | |
cursor: pointer; | |
min-width: 96px; | |
border: 1px dotted transparent; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; } | |
md-tab[disabled] { | |
pointer-events: none; | |
cursor: default; } | |
md-tab:focus { | |
outline: none; } | |
md-tab md-tab-label { | |
-webkit-flex: 1; | |
-ms-flex: 1; | |
flex: 1; | |
z-index: 100; | |
opacity: 1; | |
overflow: hidden; | |
text-overflow: ellipsis; } | |
md-input-group label, .md-input-group label { | |
display: block; | |
font-size: 0.75em; } | |
md-input-group textarea, md-input-group input[type="text"], md-input-group input[type="password"], md-input-group input[type="datetime"], md-input-group input[type="datetime-local"], md-input-group input[type="date"], md-input-group input[type="month"], md-input-group input[type="time"], md-input-group input[type="week"], md-input-group input[type="number"], md-input-group input[type="email"], md-input-group input[type="url"], md-input-group input[type="search"], md-input-group input[type="tel"], md-input-group input[type="color"], .md-input-group textarea, .md-input-group input[type="text"], .md-input-group input[type="password"], .md-input-group input[type="datetime"], .md-input-group input[type="datetime-local"], .md-input-group input[type="date"], .md-input-group input[type="month"], .md-input-group input[type="time"], .md-input-group input[type="week"], .md-input-group input[type="number"], .md-input-group input[type="email"], .md-input-group input[type="url"], .md-input-group input[type="search"], .md-input-group input[type="tel"], .md-input-group input[type="color"] { | |
display: block; | |
border-width: 0 0 1px 0; | |
padding-top: 2px; | |
line-height: 26px; | |
padding-bottom: 1px; } | |
md-input-group textarea:focus, md-input-group input[type="text"]:focus, md-input-group input[type="password"]:focus, md-input-group input[type="datetime"]:focus, md-input-group input[type="datetime-local"]:focus, md-input-group input[type="date"]:focus, md-input-group input[type="month"]:focus, md-input-group input[type="time"]:focus, md-input-group input[type="week"]:focus, md-input-group input[type="number"]:focus, md-input-group input[type="email"]:focus, md-input-group input[type="url"]:focus, md-input-group input[type="search"]:focus, md-input-group input[type="tel"]:focus, md-input-group input[type="color"]:focus, .md-input-group textarea:focus, .md-input-group input[type="text"]:focus, .md-input-group input[type="password"]:focus, .md-input-group input[type="datetime"]:focus, .md-input-group input[type="datetime-local"]:focus, .md-input-group input[type="date"]:focus, .md-input-group input[type="month"]:focus, .md-input-group input[type="time"]:focus, .md-input-group input[type="week"]:focus, .md-input-group input[type="number"]:focus, .md-input-group input[type="email"]:focus, .md-input-group input[type="url"]:focus, .md-input-group input[type="search"]:focus, .md-input-group input[type="tel"]:focus, .md-input-group input[type="color"]:focus { | |
outline: 0; } | |
md-input-group input, md-input-group textarea, .md-input-group input, .md-input-group textarea { | |
background: none; } | |
md-input-group, .md-input-group { | |
padding-bottom: 2px; | |
margin: 10px 0 8px 0; | |
position: relative; | |
display: block; } | |
md-input-group label, .md-input-group label { | |
font-size: 1em; | |
z-index: 1; | |
pointer-events: none; | |
-webkit-font-smoothing: antialiased; } | |
md-input-group label:hover, .md-input-group label:hover { | |
cursor: text; } | |
md-input-group label, .md-input-group label { | |
-webkit-transform: translate3d(0, 22px, 0); | |
transform: translate3d(0, 22px, 0); | |
-webkit-transform-origin: left center; | |
transform-origin: left center; | |
transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1); | |
transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1); } | |
md-input-group input, md-input-group textarea, .md-input-group input, .md-input-group textarea { | |
border-bottom-width: 1px; | |
transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1); } | |
md-input-group.md-input-focused label, .md-input-group.md-input-focused label { | |
-webkit-transform: translate3d(0, 4px, 0) scale(0.75); | |
transform: translate3d(0, 4px, 0) scale(0.75); } | |
md-input-group.md-input-focused input, md-input-group.md-input-focused textarea, .md-input-group.md-input-focused input, .md-input-group.md-input-focused textarea { | |
border-bottom-width: 2px; } | |
md-input-group.md-input-focused input, .md-input-group.md-input-focused input { | |
padding-bottom: 0px; } | |
md-input-group.md-input-has-value label, .md-input-group.md-input-has-value label { | |
-webkit-transform: translate3d(0, 4px, 0) scale(0.75); | |
transform: translate3d(0, 4px, 0) scale(0.75); } | |
md-input-group.md-input-has-value:not(.md-input-focused) label, .md-input-group.md-input-has-value:not(.md-input-focused) label { | |
-webkit-transform: translate3d(0, 4px, 0) scale(0.75); | |
transform: translate3d(0, 4px, 0) scale(0.75); } | |
md-input-group[disabled] input, md-input-group[disabled] textarea, .md-input-group[disabled] input, .md-input-group[disabled] textarea { | |
border-bottom-width: 0px; } | |
md-input-group[disabled] input, md-input-group[disabled] textarea, .md-input-group[disabled] input, .md-input-group[disabled] textarea { | |
background-size: 3px 1px; | |
background-position: 0 bottom; | |
background-size: 2px 1px; | |
background-repeat: repeat-x; | |
pointer-events: none; } | |
md-input-group[disabled] label, .md-input-group[disabled] label { | |
-webkit-transform: translate3d(0, 4px, 0) scale(0.75); | |
transform: translate3d(0, 4px, 0) scale(0.75); } | |
md-input-group[disabled] *:not(.md-input-has-value) label, .md-input-group[disabled] *:not(.md-input-has-value) label { | |
-webkit-transform: translate3d(0, 22px, 0); | |
transform: translate3d(0, 22px, 0); | |
-webkit-transform-origin: left center; | |
transform-origin: left center; | |
transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1); } | |
md-toast { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
position: absolute; | |
box-sizing: border-box; | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; | |
min-height: 48px; | |
padding-left: 24px; | |
padding-right: 24px; | |
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); | |
border-radius: 2px; | |
font-size: 14px; | |
cursor: default; | |
max-width: 879px; | |
max-height: 40px; | |
height: 24px; | |
z-index: 8; | |
opacity: 1; | |
-webkit-transform: translate3d(0, 0, 0) rotateZ(0deg); | |
transform: translate3d(0, 0, 0) rotateZ(0deg); | |
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); | |
/* Transition differently when swiping */ } | |
md-toast.md-capsule { | |
border-radius: 24px; } | |
md-toast.ng-leave-active { | |
transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); } | |
md-toast.md-swipeleft, md-toast.md-swiperight, md-toast.md-swipeup, md-toast.md-swipedown { | |
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); } | |
md-toast.ng-enter { | |
-webkit-transform: translate3d(0, 100%, 0); | |
transform: translate3d(0, 100%, 0); | |
opacity: 0; } | |
md-toast.ng-enter.md-top { | |
-webkit-transform: translate3d(0, -100%, 0); | |
transform: translate3d(0, -100%, 0); } | |
md-toast.ng-enter.ng-enter-active { | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); | |
opacity: 1; } | |
md-toast.ng-leave.ng-leave-active { | |
opacity: 0; | |
-webkit-transform: translate3d(0, 100%, 0); | |
transform: translate3d(0, 100%, 0); } | |
md-toast.ng-leave.ng-leave-active.md-top { | |
-webkit-transform: translate3d(0, -100%, 0); | |
transform: translate3d(0, -100%, 0); } | |
md-toast.ng-leave.ng-leave-active.md-swipeleft { | |
-webkit-transform: translate3d(-100%, 0%, 0); | |
transform: translate3d(-100%, 0%, 0); } | |
md-toast.ng-leave.ng-leave-active.md-swiperight { | |
-webkit-transform: translate3d(100%, 0%, 0); | |
transform: translate3d(100%, 0%, 0); } | |
md-toast .md-action { | |
line-height: 19px; | |
padding-left: 24px; | |
cursor: pointer; | |
text-transform: uppercase; | |
float: right; } | |
@media (max-width: 600px) { | |
md-toast { | |
left: 0; | |
right: 0; | |
width: 100%; | |
max-width: 100%; | |
min-width: 0; | |
border-radius: 0; | |
bottom: 0; } | |
md-toast.md-top { | |
bottom: auto; | |
top: 0; } | |
} | |
@media (min-width: 600px) { | |
md-toast { | |
min-width: 288px; | |
/* | |
* When the toast doesn't take up the whole screen, | |
* make it rotate when the user swipes it away | |
*/ } | |
md-toast.md-bottom { | |
bottom: 8px; } | |
md-toast.md-left { | |
left: 8px; } | |
md-toast.md-right { | |
right: 8px; } | |
md-toast.md-top { | |
top: 8px; } | |
md-toast.ng-leave.ng-leave-active.md-swipeleft { | |
-webkit-transform: translate3d(-100%, 25%, 0) rotateZ(-15deg); | |
transform: translate3d(-100%, 25%, 0) rotateZ(-15deg); } | |
md-toast.ng-leave.ng-leave-active.md-swiperight { | |
-webkit-transform: translate3d(100%, 25%, 0) rotateZ(15deg); | |
transform: translate3d(100%, 25%, 0) rotateZ(15deg); } | |
md-toast.ng-leave.ng-leave-active.md-top.md-swipeleft { | |
-webkit-transform: translate3d(-100%, 0, 0) rotateZ(-15deg); | |
transform: translate3d(-100%, 0, 0) rotateZ(-15deg); } | |
md-toast.ng-leave.ng-leave-active.md-top.md-swiperight { | |
-webkit-transform: translate3d(100%, 0, 0) rotateZ(15deg); | |
transform: translate3d(100%, 0, 0) rotateZ(15deg); } | |
} | |
md-toolbar { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-flex-direction: column; | |
-ms-flex-direction: column; | |
flex-direction: column; | |
position: relative; | |
z-index: 2; | |
font-size: 1.3em; | |
min-height: 64px; | |
width: 100%; } | |
md-toolbar.md-tall { | |
height: 192px; | |
min-height: 192px; | |
max-height: 192px; } | |
md-toolbar.md-medium-tall { | |
height: 88px; | |
min-height: 88px; | |
max-height: 88px; } | |
md-toolbar.md-medium-tall .md-toolbar-tools { | |
height: 48px; | |
min-height: 48px; | |
max-height: 48px; } | |
md-toolbar .md-indent { | |
margin-left: 64px; } | |
.md-toolbar-tools { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-align-items: center; | |
-ms-flex-align: center; | |
align-items: center; | |
-webkit-flex-direction: row; | |
-ms-flex-direction: row; | |
flex-direction: row; | |
width: 100%; | |
height: 64px; | |
min-height: 64px; | |
max-height: 64px; | |
font-size: inherit; | |
font-weight: normal; | |
padding: 0 10px; | |
margin: 0; } | |
.md-toolbar-tools > * { | |
font-size: inherit; | |
margin: 0 8px; } | |
.md-toolbar-tools h2, .md-toolbar-tools h3 { | |
font-weight: normal; } | |
.md-toolbar-tools a { | |
color: inherit; | |
text-decoration: none; } | |
.md-toolbar-tools .md-button { | |
font-size: 14px; } | |
@-webkit-keyframes tooltipBackgroundShow { | |
0% { | |
-webkit-transform: scale(0.2); | |
transform: scale(0.2); | |
opacity: 0.25; } | |
50% { | |
opacity: 1; } | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1; } } | |
@keyframes tooltipBackgroundShow { | |
0% { | |
-webkit-transform: scale(0.2); | |
transform: scale(0.2); | |
opacity: 0.25; } | |
50% { | |
opacity: 1; } | |
100% { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1; } } | |
@-webkit-keyframes tooltipBackgroundHide { | |
0% { | |
opacity: 1; } | |
100% { | |
opacity: 0; } } | |
@keyframes tooltipBackgroundHide { | |
0% { | |
opacity: 1; } | |
100% { | |
opacity: 0; } } | |
md-tooltip { | |
position: absolute; | |
font-size: 14px; | |
z-index: 9; | |
overflow: hidden; | |
pointer-events: none; | |
border-radius: 4px; | |
/** | |
* Depending on the tooltip's size as a multiple of 32 (set by JS), | |
* change the background's animation duration. | |
* The larger the tooltip, the less time the background should take to ripple outwards. | |
*/ } | |
md-tooltip[md-direction="bottom"] { | |
-webkit-transform: translate3d(0, -30%, 0); | |
transform: translate3d(0, -30%, 0); | |
margin-top: 8px; } | |
md-tooltip[md-direction="top"] { | |
-webkit-transform: translate3d(0, 30%, 0); | |
transform: translate3d(0, 30%, 0); | |
margin-bottom: 8px; } | |
md-tooltip .md-background { | |
position: absolute; | |
left: 50%; | |
width: 256px; | |
height: 256px; | |
margin-left: -128px; | |
margin-top: -128px; | |
border-radius: 256px; | |
opacity: 0.25; | |
-webkit-transform: scale(0.2); | |
transform: scale(0.2); } | |
md-tooltip .md-content { | |
max-width: 240px; | |
white-space: nowrap; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
padding: 8px; | |
background: transparent; | |
opacity: 0.3; | |
transition: inherit; } | |
md-tooltip.md-hide { | |
transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); } | |
md-tooltip.md-show { | |
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); | |
pointer-events: auto; | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); } | |
md-tooltip.md-show .md-background { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1; | |
-webkit-animation: tooltipBackgroundShow linear; | |
animation: tooltipBackgroundShow linear; } | |
md-tooltip.md-show .md-content { | |
opacity: 0.99; } | |
md-tooltip.md-hide .md-background { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 0; | |
-webkit-animation: tooltipBackgroundHide 0.2s linear; | |
animation: tooltipBackgroundHide 0.2s linear; } | |
md-tooltip[width-32="1"].md-show .md-background { | |
-webkit-animation-duration: 900ms; | |
animation-duration: 900ms; } | |
md-tooltip[width-32="2"].md-show .md-background { | |
-webkit-animation-duration: 800ms; | |
animation-duration: 800ms; } | |
md-tooltip[width-32="3"].md-show .md-background { | |
-webkit-animation-duration: 700ms; | |
animation-duration: 700ms; } | |
md-tooltip[width-32="4"].md-show .md-background { | |
-webkit-animation-duration: 600ms; | |
animation-duration: 600ms; } | |
md-tooltip[width-32="5"].md-show .md-background { | |
-webkit-animation-duration: 500ms; | |
animation-duration: 500ms; } | |
md-tooltip[width-32="6"].md-show .md-background { | |
-webkit-animation-duration: 400ms; | |
animation-duration: 400ms; } | |
md-tooltip[width-32="7"].md-show .md-background { | |
-webkit-animation-duration: 300ms; | |
animation-duration: 300ms; } | |
md-tooltip[width-32="8"].md-show .md-background { | |
-webkit-animation-duration: 200ms; | |
animation-duration: 200ms; } | |
.md-whiteframe-z1 { | |
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); } | |
.md-whiteframe-z2 { | |
box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2); } | |
.md-whiteframe-z3 { | |
box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19); } | |
.md-whiteframe-z4 { | |
box-shadow: 0px 16px 28px 0 rgba(0, 0, 0, 0.22); } | |
.md-whiteframe-z5 { | |
box-shadow: 0px 27px 24px 0 rgba(0, 0, 0, 0.2); } | |
md-backdrop.md-opaque.md-default-theme { | |
background-color: rgba(0, 0, 0, 0.3); | |
position: absolute; } | |
md-bottom-sheet.md-default-theme { | |
background-color: #fafafa; | |
border-top-color: #bdbdbd; } | |
md-bottom-sheet.md-default-theme.md-list md-item { | |
color: rgba(0, 0, 0, 0.54); } | |
md-bottom-sheet.md-default-theme .md-subheader { | |
background-color: #fafafa; } | |
md-bottom-sheet.md-default-theme .md-subheader { | |
color: rgba(0, 0, 0, 0.54); } | |
.md-button.md-default-theme { | |
border-radius: 3px; } | |
.md-button.md-default-theme:not([disabled]):hover, .md-button.md-default-theme:not([disabled]):focus { | |
background-color: rgba(158, 158, 158, 0.2); } | |
.md-button.md-default-theme.md-fab { | |
border-radius: 50%; } | |
.md-button.md-default-theme.md-primary { | |
color: #29b6f6; | |
fill: #29b6f6; } | |
.md-button.md-default-theme.md-warn { | |
color: #ef5350; | |
fill: #ef5350; } | |
.md-button.md-default-theme.md-raised, .md-button.md-default-theme.md-fab { | |
background-color: rgba(158, 158, 158, 0.185); } | |
.md-button.md-default-theme.md-raised:not([disabled]):hover, .md-button.md-default-theme.md-raised:not([disabled]):focus, .md-button.md-default-theme.md-fab:not([disabled]):hover, .md-button.md-default-theme.md-fab:not([disabled]):focus { | |
background-color: rgba(158, 158, 158, 0.3); } | |
.md-button.md-default-theme.md-raised.md-primary, .md-button.md-default-theme.md-fab.md-primary { | |
color: white; | |
background-color: #03a9f4; } | |
.md-button.md-default-theme.md-raised.md-primary:not([disabled]):hover, .md-button.md-default-theme.md-raised.md-primary:not([disabled]):focus, .md-button.md-default-theme.md-fab.md-primary:not([disabled]):hover, .md-button.md-default-theme.md-fab.md-primary:not([disabled]):focus { | |
background-color: #039be5; } | |
.md-button.md-default-theme.md-raised.md-warn, .md-button.md-default-theme.md-fab.md-warn { | |
color: white; | |
background-color: #f44336; } | |
.md-button.md-default-theme.md-raised.md-warn:not([disabled]):hover, .md-button.md-default-theme.md-raised.md-warn:not([disabled]):focus, .md-button.md-default-theme.md-fab.md-warn:not([disabled]):hover, .md-button.md-default-theme.md-fab.md-warn:not([disabled]):focus { | |
background-color: #d32f2f; } | |
.md-button.md-default-theme[disabled], .md-button.md-default-theme.md-raised[disabled], .md-button.md-default-theme.md-fab[disabled] { | |
color: rgba(0, 0, 0, 0.26); | |
fill: rgba(0, 0, 0, 0.26); | |
background-color: transparent; | |
cursor: not-allowed; } | |
md-card.md-default-theme { | |
border-radius: 2px; } | |
md-card.md-default-theme .md-card-image { | |
border-radius: 2px 2px 0 0; } | |
md-checkbox.md-default-theme .md-ripple { | |
color: #43a047; } | |
md-checkbox.md-default-theme.md-checked .md-ripple { | |
color: #757575; } | |
md-checkbox.md-default-theme .md-icon { | |
border-color: rgba(0, 0, 0, 0.54); } | |
md-checkbox.md-default-theme.md-checked .md-icon { | |
background-color: rgba(102, 187, 106, 0.87); } | |
md-checkbox.md-default-theme.md-checked .md-icon:after { | |
border-color: #eeeeee; } | |
md-checkbox.md-default-theme[disabled] .md-icon { | |
border-color: rgba(0, 0, 0, 0.26); } | |
md-checkbox.md-default-theme[disabled].md-checked .md-icon { | |
background-color: rgba(0, 0, 0, 0.26); } | |
md-content.md-default-theme { | |
background-color: #ffffff; } | |
md-dialog.md-default-theme { | |
border-radius: 4px; | |
background-color: #ffffff; } | |
md-dialog.md-default-theme.md-content-overflow .md-actions { | |
border-top-color: rgba(0, 0, 0, 0.12); } | |
md-divider.md-default-theme { | |
border-top-color: rgba(0, 0, 0, 0.12); } | |
md-progress-circular.md-default-theme { | |
background-color: transparent; } | |
md-progress-circular.md-default-theme .md-circle .md-mask .md-fill { | |
background-color: #03a9f4; } | |
md-progress-circular.md-default-theme .md-inset { | |
background-color: #ffffff; } | |
md-progress-linear.md-default-theme .md-container { | |
background-color: #b3e5fc; } | |
md-progress-linear.md-default-theme .md-bar { | |
background-color: #03a9f4; } | |
md-progress-linear.md-default-theme[md-mode=buffer] .md-dashed:before { | |
background: radial-gradient(#b3e5fc 0%, #b3e5fc 16%, transparent 42%); } | |
md-progress-linear.md-default-theme[md-mode=buffer] .md-bar1 { | |
background-color: #b3e5fc; } | |
md-radio-button.md-default-theme .md-container .md-ripple, md-switch.md-default-theme .md-switch-thumb .md-container .md-ripple { | |
color: #43a047; } | |
md-radio-button.md-default-theme .md-off, md-switch.md-default-theme .md-switch-thumb .md-off { | |
border-color: rgba(0, 0, 0, 0.54); } | |
md-radio-button.md-default-theme .md-on, md-switch.md-default-theme .md-switch-thumb .md-on { | |
background-color: rgba(102, 187, 106, 0.87); } | |
md-radio-button.md-default-theme.md-checked .md-off, md-switch.md-default-theme .md-switch-thumb.md-checked .md-off { | |
border-color: rgba(102, 187, 106, 0.87); } | |
md-radio-button.md-default-theme.md-checked .md-ink-ripple, md-switch.md-default-theme .md-switch-thumb.md-checked .md-ink-ripple { | |
color: rgba(102, 187, 106, 0.87); } | |
md-radio-group.md-default-theme:focus { | |
border-color: rgba(0, 0, 0, 0.73); } | |
md-slider.md-default-theme .md-track { | |
background-color: #c8c8c8; } | |
md-slider.md-default-theme .md-track-fill { | |
background-color: #03a9f4; } | |
md-slider.md-default-theme .md-thumb:after { | |
border-color: #03a9f4; | |
background-color: #03a9f4; } | |
md-slider.md-default-theme .md-sign { | |
background-color: #03a9f4; } | |
md-slider.md-default-theme .md-sign:after { | |
border-top-color: #03a9f4; } | |
md-slider.md-default-theme .md-thumb-text { | |
color: white; } | |
md-slider.md-default-theme .md-focus-thumb { | |
background-color: rgba(0, 0, 0, 0.54); } | |
md-slider.md-default-theme .md-focus-ring { | |
border-color: rgba(0, 0, 0, 0.12); } | |
md-slider.md-default-theme .md-disabled-thumb { | |
border-color: #ffffff; } | |
md-slider.md-default-theme.md-min .md-thumb:after { | |
background-color: #ffffff; } | |
md-slider.md-default-theme[disabled] .md-thumb:after { | |
border-color: #bdbdbd; } | |
md-slider.md-default-theme[disabled]:not(.md-min) .md-thumb:after { | |
background-color: #bdbdbd; } | |
.md-subheader.md-default-theme { | |
color: rgba(0, 0, 0, 0.54); | |
background-color: #ffffff; } | |
.md-subheader.md-default-theme.md-primary { | |
color: #03a9f4; } | |
md-switch.md-default-theme .md-switch-bar { | |
background-color: rgba(0, 0, 0, 0.54); } | |
md-switch.md-default-theme .md-switch-thumb:focus .md-label { | |
border: 1px dotted black; } | |
md-tabs.md-default-theme .md-header { | |
background-color: #03a9f4; } | |
md-tabs.md-default-theme md-tabs-ink-bar { | |
color: #ffff85; | |
background: #ffff85; } | |
md-tabs.md-default-theme md-tab { | |
color: #b3e5fc; } | |
md-tabs.md-default-theme md-tab.active { | |
color: white; } | |
md-tabs.md-default-theme md-tab[disabled] { | |
color: rgba(0, 0, 0, 0.12); } | |
md-tabs.md-default-theme md-tab:focus { | |
border-color: rgba(0, 0, 0, 0.73); } | |
md-tabs.md-default-theme md-tab .md-ripple-container { | |
color: #ffff85; } | |
md-input-group.md-default-theme input, md-input-group.md-default-theme textarea { | |
text-shadow: none; } | |
md-input-group.md-default-theme input:-ms-input-placeholder, md-input-group.md-default-theme textarea:-ms-input-placeholder { | |
color: rgba(0, 0, 0, 0.26); } | |
md-input-group.md-default-theme input::-webkit-input-placeholder, md-input-group.md-default-theme textarea::-webkit-input-placeholder { | |
color: rgba(0, 0, 0, 0.26); } | |
md-input-group.md-default-theme label { | |
text-shadow: none; | |
color: rgba(0, 0, 0, 0.26); } | |
md-input-group.md-default-theme input, md-input-group.md-default-theme textarea { | |
color: rgba(0, 0, 0, 0.73); | |
border-color: rgba(0, 0, 0, 0.12); } | |
md-input-group.md-default-theme.md-input-focused input, md-input-group.md-default-theme.md-input-focused textarea { | |
border-color: #03a9f4; } | |
md-input-group.md-default-theme.md-input-focused label { | |
color: #03a9f4; } | |
md-input-group.md-default-theme.md-input-has-value:not(.md-input-focused) label { | |
color: rgba(0, 0, 0, 0.372); } | |
md-input-group.md-default-theme[disabled] input, md-input-group.md-default-theme[disabled] textarea { | |
border-bottom-color: rgba(0, 0, 0, 0.12); | |
color: rgba(0, 0, 0, 0.26); | |
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0.19) 50%, rgba(0, 0, 0, 0) 0%); } | |
md-toast.md-default-theme { | |
background-color: #323232; | |
color: white; } | |
md-toast.md-default-theme .md-button { | |
color: white; } | |
md-toast.md-default-theme .md-action { | |
color: #40c4ff; } | |
md-toolbar.md-default-theme { | |
background-color: #03a9f4; | |
color: white; } | |
md-tooltip.md-default-theme { | |
color: #ffffff; } | |
md-tooltip.md-default-theme .md-background { | |
background-color: rgba(0, 0, 0, 0.52); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment