rails-angular-material 0.9.0.pre.rc2 → 0.9.0.pre.rc3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/rails-angular-material/version.rb +1 -1
- data/vendor/assets/javascripts/angular-material.js +720 -1018
- data/vendor/assets/javascripts/angular-material.min.js +6 -370
- data/vendor/assets/stylesheets/angular-material.css +248 -220
- data/vendor/assets/stylesheets/angular-material.min.css +2 -2
- metadata +2 -3
@@ -2,7 +2,7 @@
|
|
2
2
|
* Angular Material Design
|
3
3
|
* https://github.com/angular/material
|
4
4
|
* @license MIT
|
5
|
-
* v0.9.0-
|
5
|
+
* v0.9.0-rc3
|
6
6
|
*/
|
7
7
|
/* mixin definition ; sets LTR and RTL within the same style call */
|
8
8
|
html, body {
|
@@ -122,8 +122,8 @@ input[type="search"] {
|
|
122
122
|
width: 100%; }
|
123
123
|
|
124
124
|
.md-virtual-scroller {
|
125
|
-
|
126
|
-
|
125
|
+
width: 100%;
|
126
|
+
min-height: 100%; }
|
127
127
|
|
128
128
|
@media (min-width: 600px) {
|
129
129
|
.md-padding {
|
@@ -3323,8 +3323,6 @@ md-autocomplete {
|
|
3323
3323
|
height: auto; }
|
3324
3324
|
md-autocomplete[md-floating-label] md-autocomplete-wrap {
|
3325
3325
|
height: auto; }
|
3326
|
-
md-autocomplete[md-floating-label] md-input-container {
|
3327
|
-
padding-bottom: 0; }
|
3328
3326
|
md-autocomplete[md-floating-label] button {
|
3329
3327
|
top: auto;
|
3330
3328
|
bottom: 5px; }
|
@@ -3440,14 +3438,13 @@ md-autocomplete {
|
|
3440
3438
|
max-height: 225.5px;
|
3441
3439
|
z-index: 100; }
|
3442
3440
|
.md-autocomplete-suggestions li {
|
3443
|
-
|
3444
|
-
padding: 0 15px;
|
3445
|
-
line-height: 40px;
|
3441
|
+
cursor: pointer;
|
3446
3442
|
font-size: 14px;
|
3447
3443
|
overflow: hidden;
|
3448
|
-
|
3444
|
+
padding: 0 15px;
|
3445
|
+
line-height: 48px;
|
3446
|
+
height: 48px;
|
3449
3447
|
transition: background 0.15s linear;
|
3450
|
-
cursor: pointer;
|
3451
3448
|
margin: 0;
|
3452
3449
|
white-space: nowrap;
|
3453
3450
|
text-overflow: ellipsis; }
|
@@ -3459,6 +3456,8 @@ md-autocomplete {
|
|
3459
3456
|
transition: none;
|
3460
3457
|
-webkit-animation: md-autocomplete-list-out 0.2s;
|
3461
3458
|
animation: md-autocomplete-list-out 0.2s; }
|
3459
|
+
.md-autocomplete-suggestions li:focus {
|
3460
|
+
outline: none; }
|
3462
3461
|
|
3463
3462
|
md-backdrop {
|
3464
3463
|
z-index: 50;
|
@@ -3552,20 +3551,20 @@ md-bottom-sheet {
|
|
3552
3551
|
height: 24px;
|
3553
3552
|
width: 24px;
|
3554
3553
|
fill: #444; }
|
3555
|
-
md-bottom-sheet md-item {
|
3554
|
+
md-bottom-sheet md-list-item {
|
3556
3555
|
display: -webkit-flex;
|
3557
3556
|
display: -ms-flexbox;
|
3558
3557
|
display: flex;
|
3559
3558
|
outline: none; }
|
3560
|
-
md-bottom-sheet md-item:hover {
|
3559
|
+
md-bottom-sheet md-list-item:hover {
|
3561
3560
|
cursor: pointer; }
|
3562
|
-
md-bottom-sheet.md-list md-item {
|
3561
|
+
md-bottom-sheet.md-list md-list-item {
|
3563
3562
|
padding: 0;
|
3564
3563
|
-webkit-align-items: center;
|
3565
3564
|
-ms-flex-align: center;
|
3566
3565
|
align-items: center;
|
3567
3566
|
height: 48px; }
|
3568
|
-
md-bottom-sheet.md-list md-item div.md-icon-container {
|
3567
|
+
md-bottom-sheet.md-list md-list-item div.md-icon-container {
|
3569
3568
|
display: inline-block;
|
3570
3569
|
height: 24px;
|
3571
3570
|
margin-right: 32px; }
|
@@ -3587,7 +3586,7 @@ md-bottom-sheet {
|
|
3587
3586
|
-webkit-align-items: center;
|
3588
3587
|
-ms-flex-align: center;
|
3589
3588
|
align-items: center; }
|
3590
|
-
md-bottom-sheet.md-grid md-item {
|
3589
|
+
md-bottom-sheet.md-grid md-list-item {
|
3591
3590
|
-webkit-flex-direction: column;
|
3592
3591
|
-ms-flex-direction: column;
|
3593
3592
|
flex-direction: column;
|
@@ -3600,38 +3599,38 @@ md-bottom-sheet {
|
|
3600
3599
|
margin-bottom: 8px;
|
3601
3600
|
/* Mixin for how many grid items to show per row */ }
|
3602
3601
|
@media screen and (max-width: 600px) {
|
3603
|
-
md-bottom-sheet.md-grid md-item {
|
3602
|
+
md-bottom-sheet.md-grid md-list-item {
|
3604
3603
|
-webkit-flex: 1 1 33.33333%;
|
3605
3604
|
-ms-flex: 1 1 33.33333%;
|
3606
3605
|
flex: 1 1 33.33333%;
|
3607
3606
|
max-width: 33.33333%; }
|
3608
|
-
md-bottom-sheet.md-grid md-item:nth-of-type(3n+1) {
|
3607
|
+
md-bottom-sheet.md-grid md-list-item:nth-of-type(3n+1) {
|
3609
3608
|
-webkit-align-items: flex-start;
|
3610
3609
|
-ms-flex-align: start;
|
3611
3610
|
align-items: flex-start; }
|
3612
|
-
md-bottom-sheet.md-grid md-item:nth-of-type(3n) {
|
3611
|
+
md-bottom-sheet.md-grid md-list-item:nth-of-type(3n) {
|
3613
3612
|
-webkit-align-items: flex-end;
|
3614
3613
|
-ms-flex-align: end;
|
3615
3614
|
align-items: flex-end; } }
|
3616
3615
|
@media screen and (min-width: 600px) and (max-width: 960px) {
|
3617
|
-
md-bottom-sheet.md-grid md-item {
|
3616
|
+
md-bottom-sheet.md-grid md-list-item {
|
3618
3617
|
-webkit-flex: 1 1 25%;
|
3619
3618
|
-ms-flex: 1 1 25%;
|
3620
3619
|
flex: 1 1 25%;
|
3621
3620
|
max-width: 25%; } }
|
3622
3621
|
@media screen and (min-width: 960px) and (max-width: 1200px) {
|
3623
|
-
md-bottom-sheet.md-grid md-item {
|
3622
|
+
md-bottom-sheet.md-grid md-list-item {
|
3624
3623
|
-webkit-flex: 1 1 16.66667%;
|
3625
3624
|
-ms-flex: 1 1 16.66667%;
|
3626
3625
|
flex: 1 1 16.66667%;
|
3627
3626
|
max-width: 16.66667%; } }
|
3628
3627
|
@media screen and (min-width: 1200px) {
|
3629
|
-
md-bottom-sheet.md-grid md-item {
|
3628
|
+
md-bottom-sheet.md-grid md-list-item {
|
3630
3629
|
-webkit-flex: 1 1 14.28571%;
|
3631
3630
|
-ms-flex: 1 1 14.28571%;
|
3632
3631
|
flex: 1 1 14.28571%;
|
3633
3632
|
max-width: 14.28571%; } }
|
3634
|
-
md-bottom-sheet.md-grid md-item .md-item-content {
|
3633
|
+
md-bottom-sheet.md-grid md-list-item .md-list-item-content {
|
3635
3634
|
display: -webkit-flex;
|
3636
3635
|
display: -ms-flexbox;
|
3637
3636
|
display: flex;
|
@@ -3643,7 +3642,7 @@ md-bottom-sheet {
|
|
3643
3642
|
align-items: center;
|
3644
3643
|
width: 48px;
|
3645
3644
|
padding-bottom: 16px; }
|
3646
|
-
md-bottom-sheet.md-grid md-item .md-grid-item-content {
|
3645
|
+
md-bottom-sheet.md-grid md-list-item .md-grid-item-content {
|
3647
3646
|
border: 1px solid transparent;
|
3648
3647
|
display: -webkit-flex;
|
3649
3648
|
display: -ms-flexbox;
|
@@ -3655,13 +3654,13 @@ md-bottom-sheet {
|
|
3655
3654
|
-ms-flex-align: center;
|
3656
3655
|
align-items: center;
|
3657
3656
|
width: 80px; }
|
3658
|
-
md-bottom-sheet.md-grid md-item .md-icon-container {
|
3657
|
+
md-bottom-sheet.md-grid md-list-item .md-icon-container {
|
3659
3658
|
display: inline-block;
|
3660
3659
|
box-sizing: border-box;
|
3661
3660
|
height: 48px;
|
3662
3661
|
width: 48px;
|
3663
3662
|
margin: 0 0; }
|
3664
|
-
md-bottom-sheet.md-grid md-item .md-grid-text {
|
3663
|
+
md-bottom-sheet.md-grid md-list-item .md-grid-text {
|
3665
3664
|
font-weight: 400;
|
3666
3665
|
line-height: 16px;
|
3667
3666
|
font-size: 13px;
|
@@ -3689,7 +3688,7 @@ md-bottom-sheet {
|
|
3689
3688
|
padding: 0 0.6rem;
|
3690
3689
|
margin: 0.6rem 0.8rem;
|
3691
3690
|
line-height: 3.6rem;
|
3692
|
-
height: 3.6rem;
|
3691
|
+
min-height: 3.6rem;
|
3693
3692
|
background: transparent;
|
3694
3693
|
white-space: nowrap;
|
3695
3694
|
min-width: 8.8rem;
|
@@ -3819,6 +3818,35 @@ md-bottom-sheet {
|
|
3819
3818
|
border: 1px solid #fff; }
|
3820
3819
|
}
|
3821
3820
|
|
3821
|
+
md-card {
|
3822
|
+
box-sizing: border-box;
|
3823
|
+
display: -webkit-flex;
|
3824
|
+
display: -ms-flexbox;
|
3825
|
+
display: flex;
|
3826
|
+
-webkit-flex-direction: column;
|
3827
|
+
-ms-flex-direction: column;
|
3828
|
+
flex-direction: column;
|
3829
|
+
margin: 8px;
|
3830
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }
|
3831
|
+
md-card > img, md-card > :not(md-card-content) img {
|
3832
|
+
width: 100%; }
|
3833
|
+
md-card md-card-content {
|
3834
|
+
padding: 16px; }
|
3835
|
+
md-card .md-actions {
|
3836
|
+
margin: 0; }
|
3837
|
+
md-card .md-actions .md-button {
|
3838
|
+
margin-bottom: 8px;
|
3839
|
+
margin-top: 8px;
|
3840
|
+
margin-right: 4px;
|
3841
|
+
margin-left: 4px; }
|
3842
|
+
md-card md-card-footer {
|
3843
|
+
padding: 16px; }
|
3844
|
+
|
3845
|
+
@media screen and (-ms-high-contrast: active) {
|
3846
|
+
md-card {
|
3847
|
+
border: 1px solid #fff; }
|
3848
|
+
}
|
3849
|
+
|
3822
3850
|
md-checkbox {
|
3823
3851
|
box-sizing: border-box;
|
3824
3852
|
display: block;
|
@@ -3832,7 +3860,9 @@ md-checkbox {
|
|
3832
3860
|
user-select: none;
|
3833
3861
|
padding-left: 18px;
|
3834
3862
|
position: relative;
|
3835
|
-
line-height: 26px;
|
3863
|
+
line-height: 26px;
|
3864
|
+
min-width: 18px;
|
3865
|
+
min-height: 18px; }
|
3836
3866
|
md-checkbox *, md-checkbox *:before, md-checkbox *:after {
|
3837
3867
|
box-sizing: border-box; }
|
3838
3868
|
md-checkbox.md-focused:not([disabled]) .md-container:before {
|
@@ -4074,7 +4104,7 @@ md-dialog {
|
|
4074
4104
|
max-height: 80%;
|
4075
4105
|
position: relative;
|
4076
4106
|
overflow: hidden;
|
4077
|
-
box-shadow: 0px
|
4107
|
+
box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
|
4078
4108
|
display: -webkit-flex;
|
4079
4109
|
display: -ms-flexbox;
|
4080
4110
|
display: flex;
|
@@ -4090,16 +4120,16 @@ md-dialog {
|
|
4090
4120
|
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
4091
4121
|
-webkit-transform: translate3d(0, 100%, 0) scale(0.2);
|
4092
4122
|
transform: translate3d(0, 100%, 0) scale(0.2); }
|
4093
|
-
md-dialog
|
4123
|
+
md-dialog md-dialog-content {
|
4094
4124
|
-webkit-order: 1;
|
4095
4125
|
-ms-flex-order: 1;
|
4096
4126
|
order: 1;
|
4097
4127
|
padding: 24px;
|
4098
4128
|
overflow: auto;
|
4099
4129
|
-webkit-overflow-scrolling: touch; }
|
4100
|
-
md-dialog
|
4130
|
+
md-dialog md-dialog-content:not([layout=row]) > *:first-child:not(.md-subheader) {
|
4101
4131
|
margin-top: 0; }
|
4102
|
-
md-dialog
|
4132
|
+
md-dialog md-dialog-content:focus {
|
4103
4133
|
outline: none; }
|
4104
4134
|
md-dialog .md-actions {
|
4105
4135
|
display: -webkit-flex;
|
@@ -4115,12 +4145,16 @@ md-dialog {
|
|
4115
4145
|
-webkit-justify-content: flex-end;
|
4116
4146
|
-ms-flex-pack: end;
|
4117
4147
|
justify-content: flex-end;
|
4118
|
-
|
4148
|
+
margin-bottom: 0;
|
4149
|
+
padding-right: 8px;
|
4119
4150
|
padding-left: 24px;
|
4120
|
-
min-height:
|
4151
|
+
min-height: 52px; }
|
4121
4152
|
md-dialog .md-actions > * {
|
4122
4153
|
margin-left: 4px;
|
4123
4154
|
margin-right: 0; }
|
4155
|
+
md-dialog .md-actions .md-button {
|
4156
|
+
margin-bottom: 8px;
|
4157
|
+
margin-top: 8px; }
|
4124
4158
|
md-dialog.md-content-overflow .md-actions {
|
4125
4159
|
border-top: 1px solid; }
|
4126
4160
|
|
@@ -4129,33 +4163,6 @@ md-dialog {
|
|
4129
4163
|
border: 1px solid #fff; }
|
4130
4164
|
}
|
4131
4165
|
|
4132
|
-
md-card {
|
4133
|
-
box-sizing: border-box;
|
4134
|
-
display: -webkit-flex;
|
4135
|
-
display: -ms-flexbox;
|
4136
|
-
display: flex;
|
4137
|
-
-webkit-flex-direction: column;
|
4138
|
-
-ms-flex-direction: column;
|
4139
|
-
flex-direction: column;
|
4140
|
-
margin: 8px;
|
4141
|
-
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); }
|
4142
|
-
md-card > img, md-card > :not(md-card-content) img {
|
4143
|
-
width: 100%; }
|
4144
|
-
md-card md-card-content {
|
4145
|
-
padding: 16px; }
|
4146
|
-
md-card md-action-bar {
|
4147
|
-
margin: 0; }
|
4148
|
-
md-card md-action-bar .md-button {
|
4149
|
-
margin-bottom: 8px;
|
4150
|
-
margin-top: 8px; }
|
4151
|
-
md-card md-card-footer {
|
4152
|
-
padding: 16px; }
|
4153
|
-
|
4154
|
-
@media screen and (-ms-high-contrast: active) {
|
4155
|
-
md-card {
|
4156
|
-
border: 1px solid #fff; }
|
4157
|
-
}
|
4158
|
-
|
4159
4166
|
md-divider {
|
4160
4167
|
display: block;
|
4161
4168
|
border-top: 1px solid;
|
@@ -4232,11 +4239,163 @@ md-icon {
|
|
4232
4239
|
background-repeat: no-repeat no-repeat;
|
4233
4240
|
display: inline-block;
|
4234
4241
|
vertical-align: middle;
|
4235
|
-
fill:
|
4236
|
-
height:
|
4237
|
-
width:
|
4242
|
+
fill: currentColor;
|
4243
|
+
height: 2.8rem;
|
4244
|
+
width: 2.8rem; }
|
4238
4245
|
md-icon svg {
|
4239
4246
|
pointer-events: none; }
|
4247
|
+
md-icon[md-font-icon] {
|
4248
|
+
line-height: 1; }
|
4249
|
+
|
4250
|
+
md-input-container {
|
4251
|
+
display: -webkit-flex;
|
4252
|
+
display: -ms-flexbox;
|
4253
|
+
display: flex;
|
4254
|
+
position: relative;
|
4255
|
+
-webkit-flex-direction: column;
|
4256
|
+
-ms-flex-direction: column;
|
4257
|
+
flex-direction: column;
|
4258
|
+
overflow-x: hidden;
|
4259
|
+
padding: 2px;
|
4260
|
+
padding-bottom: 26px;
|
4261
|
+
/*
|
4262
|
+
* The .md-input class is added to the input/textarea
|
4263
|
+
*/ }
|
4264
|
+
md-input-container > md-icon {
|
4265
|
+
position: absolute;
|
4266
|
+
top: 5px;
|
4267
|
+
left: 2px; }
|
4268
|
+
md-input-container > md-icon + input {
|
4269
|
+
margin-left: 36px; }
|
4270
|
+
md-input-container textarea, md-input-container input[type="text"], md-input-container input[type="password"], md-input-container input[type="datetime"], md-input-container input[type="datetime-local"], md-input-container input[type="date"], md-input-container input[type="month"], md-input-container input[type="time"], md-input-container input[type="week"], md-input-container input[type="number"], md-input-container input[type="email"], md-input-container input[type="url"], md-input-container input[type="search"], md-input-container input[type="tel"], md-input-container input[type="color"] {
|
4271
|
+
/* remove default appearance from all input/textarea */
|
4272
|
+
-moz-appearance: none;
|
4273
|
+
-webkit-appearance: none; }
|
4274
|
+
md-input-container textarea {
|
4275
|
+
resize: none;
|
4276
|
+
overflow: hidden; }
|
4277
|
+
md-input-container textarea.md-input {
|
4278
|
+
min-height: 56px;
|
4279
|
+
-ms-flex-preferred-size: auto; }
|
4280
|
+
md-input-container label:not(.md-no-float), md-input-container .md-placeholder:not(.md-select-label) {
|
4281
|
+
-webkit-order: 1;
|
4282
|
+
-ms-flex-order: 1;
|
4283
|
+
order: 1;
|
4284
|
+
pointer-events: none;
|
4285
|
+
-webkit-font-smoothing: antialiased;
|
4286
|
+
padding-left: 2px;
|
4287
|
+
z-index: 1;
|
4288
|
+
-webkit-transform: translate3d(0, 24px, 0) scale(1);
|
4289
|
+
transform: translate3d(0, 24px, 0) scale(1);
|
4290
|
+
transition: -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
|
4291
|
+
transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
|
4292
|
+
-webkit-transform-origin: left top;
|
4293
|
+
transform-origin: left top; }
|
4294
|
+
html[dir=rtl] md-input-container label:not(.md-no-float), html[dir=rtl] md-input-container .md-placeholder:not(.md-select-label) {
|
4295
|
+
-webkit-transform-origin: right top;
|
4296
|
+
transform-origin: right top; }
|
4297
|
+
md-input-container .md-placeholder:not(.md-select-label) {
|
4298
|
+
position: absolute;
|
4299
|
+
top: 0;
|
4300
|
+
opacity: 0;
|
4301
|
+
transition-property: opacity, -webkit-transform;
|
4302
|
+
transition-property: opacity, transform;
|
4303
|
+
-webkit-transform: translate3d(0, 30px, 0);
|
4304
|
+
transform: translate3d(0, 30px, 0); }
|
4305
|
+
md-input-container.md-input-focused .md-placeholder {
|
4306
|
+
opacity: 1;
|
4307
|
+
-webkit-transform: translate3d(0, 24px, 0);
|
4308
|
+
transform: translate3d(0, 24px, 0); }
|
4309
|
+
md-input-container.md-input-has-value .md-placeholder {
|
4310
|
+
transition: none;
|
4311
|
+
opacity: 0; }
|
4312
|
+
md-input-container:not(.md-input-has-value) input:not(:focus) {
|
4313
|
+
color: transparent; }
|
4314
|
+
md-input-container .md-input {
|
4315
|
+
-webkit-flex: 1 1 auto;
|
4316
|
+
-ms-flex: 1 1 auto;
|
4317
|
+
flex: 1 1 auto;
|
4318
|
+
-webkit-order: 2;
|
4319
|
+
-ms-flex-order: 2;
|
4320
|
+
order: 2;
|
4321
|
+
display: block;
|
4322
|
+
background: none;
|
4323
|
+
padding-top: 2px;
|
4324
|
+
padding-bottom: 1px;
|
4325
|
+
padding-left: 2px;
|
4326
|
+
padding-right: 2px;
|
4327
|
+
border-width: 0 0 1px 0;
|
4328
|
+
line-height: 26px;
|
4329
|
+
-ms-flex-preferred-size: 26px;
|
4330
|
+
border-radius: 0; }
|
4331
|
+
md-input-container .md-input:focus {
|
4332
|
+
outline: none; }
|
4333
|
+
md-input-container .md-input:invalid {
|
4334
|
+
outline: none;
|
4335
|
+
box-shadow: none; }
|
4336
|
+
md-input-container ng-messages, md-input-container data-ng-messages, md-input-container x-ng-messages, md-input-container [ng-messages], md-input-container [data-ng-messages], md-input-container [x-ng-messages] {
|
4337
|
+
-webkit-order: 3;
|
4338
|
+
-ms-flex-order: 3;
|
4339
|
+
order: 3;
|
4340
|
+
position: relative; }
|
4341
|
+
md-input-container ng-message, md-input-container data-ng-message, md-input-container x-ng-message, md-input-container [ng-message], md-input-container [data-ng-message], md-input-container [x-ng-message], md-input-container .md-char-counter {
|
4342
|
+
-webkit-font-smoothing: antialiased;
|
4343
|
+
position: absolute;
|
4344
|
+
font-size: 12px;
|
4345
|
+
line-height: 24px; }
|
4346
|
+
md-input-container ng-message.ng-enter, md-input-container data-ng-message.ng-enter, md-input-container x-ng-message.ng-enter, md-input-container [ng-message].ng-enter, md-input-container [data-ng-message].ng-enter, md-input-container [x-ng-message].ng-enter, md-input-container .md-char-counter.ng-enter {
|
4347
|
+
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
4348
|
+
transition-delay: 0.2s; }
|
4349
|
+
md-input-container ng-message.ng-leave, md-input-container data-ng-message.ng-leave, md-input-container x-ng-message.ng-leave, md-input-container [ng-message].ng-leave, md-input-container [data-ng-message].ng-leave, md-input-container [x-ng-message].ng-leave, md-input-container .md-char-counter.ng-leave {
|
4350
|
+
transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
|
4351
|
+
md-input-container ng-message.ng-enter, md-input-container ng-message.ng-leave.ng-leave-active, md-input-container data-ng-message.ng-enter, md-input-container data-ng-message.ng-leave.ng-leave-active, md-input-container x-ng-message.ng-enter, md-input-container x-ng-message.ng-leave.ng-leave-active, md-input-container [ng-message].ng-enter, md-input-container [ng-message].ng-leave.ng-leave-active, md-input-container [data-ng-message].ng-enter, md-input-container [data-ng-message].ng-leave.ng-leave-active, md-input-container [x-ng-message].ng-enter, md-input-container [x-ng-message].ng-leave.ng-leave-active, md-input-container .md-char-counter.ng-enter, md-input-container .md-char-counter.ng-leave.ng-leave-active {
|
4352
|
+
opacity: 0;
|
4353
|
+
-webkit-transform: translate3d(0, -20%, 0);
|
4354
|
+
transform: translate3d(0, -20%, 0); }
|
4355
|
+
md-input-container ng-message.ng-leave, md-input-container ng-message.ng-enter.ng-enter-active, md-input-container data-ng-message.ng-leave, md-input-container data-ng-message.ng-enter.ng-enter-active, md-input-container x-ng-message.ng-leave, md-input-container x-ng-message.ng-enter.ng-enter-active, md-input-container [ng-message].ng-leave, md-input-container [ng-message].ng-enter.ng-enter-active, md-input-container [data-ng-message].ng-leave, md-input-container [data-ng-message].ng-enter.ng-enter-active, md-input-container [x-ng-message].ng-leave, md-input-container [x-ng-message].ng-enter.ng-enter-active, md-input-container .md-char-counter.ng-leave, md-input-container .md-char-counter.ng-enter.ng-enter-active {
|
4356
|
+
opacity: 1;
|
4357
|
+
-webkit-transform: translate3d(0, 0, 0);
|
4358
|
+
transform: translate3d(0, 0, 0); }
|
4359
|
+
md-input-container .md-char-counter {
|
4360
|
+
bottom: 2px;
|
4361
|
+
right: 2px; }
|
4362
|
+
md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
|
4363
|
+
-webkit-transform: translate3d(0, 4px, 0) scale(0.75);
|
4364
|
+
transform: translate3d(0, 4px, 0) scale(0.75); }
|
4365
|
+
md-input-container.md-input-focused .md-input, md-input-container .md-input.ng-invalid.ng-dirty {
|
4366
|
+
padding-bottom: 0;
|
4367
|
+
border-width: 0 0 2px 0; }
|
4368
|
+
md-input-container .md-input[disabled], [disabled] md-input-container .md-input {
|
4369
|
+
background-position: 0 bottom;
|
4370
|
+
background-size: 3px 1px;
|
4371
|
+
background-repeat: repeat-x; }
|
4372
|
+
|
4373
|
+
md-input-container.md-icon-float {
|
4374
|
+
margin-top: -16px;
|
4375
|
+
transition: margin-top 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
|
4376
|
+
md-input-container.md-icon-float > label {
|
4377
|
+
pointer-events: none;
|
4378
|
+
position: absolute;
|
4379
|
+
margin-left: 36px; }
|
4380
|
+
md-input-container.md-icon-float > md-icon {
|
4381
|
+
top: 26px;
|
4382
|
+
left: 2px; }
|
4383
|
+
md-input-container.md-icon-float > md-icon + input {
|
4384
|
+
margin-left: 36px; }
|
4385
|
+
md-input-container.md-icon-float > input {
|
4386
|
+
padding-top: 24px; }
|
4387
|
+
md-input-container.md-icon-float.md-input-focused, md-input-container.md-icon-float.md-input-has-value {
|
4388
|
+
margin-top: -8px; }
|
4389
|
+
md-input-container.md-icon-float.md-input-focused label, md-input-container.md-icon-float.md-input-has-value label {
|
4390
|
+
-webkit-transform: translate3d(0, 4px, 0) scale(0.75);
|
4391
|
+
transform: translate3d(0, 4px, 0) scale(0.75);
|
4392
|
+
transition: -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.5s;
|
4393
|
+
transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.5s; }
|
4394
|
+
|
4395
|
+
@media screen and (-ms-high-contrast: active) {
|
4396
|
+
md-input-container.md-default-theme > md-icon {
|
4397
|
+
fill: #fff; }
|
4398
|
+
}
|
4240
4399
|
|
4241
4400
|
md-list {
|
4242
4401
|
display: block;
|
@@ -4252,10 +4411,12 @@ md-list-item.md-no-proxy, md-list-item .md-no-style {
|
|
4252
4411
|
flex: 1;
|
4253
4412
|
transition: background-color 0.15s linear; }
|
4254
4413
|
md-list-item.md-no-proxy.md-button, md-list-item .md-no-style.md-button {
|
4414
|
+
font-size: inherit;
|
4255
4415
|
height: inherit;
|
4256
4416
|
text-align: left;
|
4257
4417
|
text-transform: none;
|
4258
|
-
width: 100%;
|
4418
|
+
width: 100%;
|
4419
|
+
white-space: normal; }
|
4259
4420
|
md-list-item.md-no-proxy:focus, md-list-item .md-no-style:focus {
|
4260
4421
|
outline: none; }
|
4261
4422
|
md-list-item.md-with-secondary {
|
@@ -4281,34 +4442,19 @@ md-list-item, md-list-item .md-list-item-inner {
|
|
4281
4442
|
justify-content: flex-start;
|
4282
4443
|
-webkit-align-items: center;
|
4283
4444
|
-ms-flex-align: center;
|
4284
|
-
align-items: center;
|
4445
|
+
align-items: center;
|
4446
|
+
min-height: 48px; }
|
4285
4447
|
md-list-item > div.md-primary > md-icon, md-list-item > div.md-secondary > md-icon, md-list-item > md-icon:first-child, md-list-item > md-icon.md-secondary, md-list-item .md-list-item-inner > div.md-primary > md-icon, md-list-item .md-list-item-inner > div.md-secondary > md-icon, md-list-item .md-list-item-inner > md-icon:first-child, md-list-item .md-list-item-inner > md-icon.md-secondary {
|
4286
4448
|
width: 24px;
|
4287
4449
|
margin-top: 12px;
|
4288
4450
|
margin-bottom: 12px;
|
4289
4451
|
box-sizing: content-box; }
|
4290
|
-
md-list-item > div.md-primary > md-icon:focus, md-list-item > div.md-secondary > md-icon:focus, md-list-item > md-icon:first-child:focus, md-list-item > md-icon.md-secondary:focus, md-list-item .md-list-item-inner > div.md-primary > md-icon:focus, md-list-item .md-list-item-inner > div.md-secondary > md-icon:focus, md-list-item .md-list-item-inner > md-icon:first-child:focus, md-list-item .md-list-item-inner > md-icon.md-secondary:focus {
|
4291
|
-
border-radius: 2px;
|
4292
|
-
outline: none;
|
4293
|
-
padding: 6px;
|
4294
|
-
margin-top: 6px;
|
4295
|
-
margin-bottom: 6px;
|
4296
|
-
margin-right: -6px; }
|
4297
4452
|
md-list-item > div.md-primary > md-checkbox, md-list-item > div.md-secondary > md-checkbox, md-list-item > md-checkbox:first-child, md-list-item md-checkbox.md-secondary, md-list-item .md-list-item-inner > div.md-primary > md-checkbox, md-list-item .md-list-item-inner > div.md-secondary > md-checkbox, md-list-item .md-list-item-inner > md-checkbox:first-child, md-list-item .md-list-item-inner md-checkbox.md-secondary {
|
4298
|
-
position: relative;
|
4299
|
-
top: -2px;
|
4300
|
-
margin-top: 14px;
|
4301
|
-
margin-bottom: 12px;
|
4302
4453
|
-webkit-align-self: center;
|
4303
4454
|
-ms-flex-item-align: center;
|
4304
4455
|
align-self: center; }
|
4305
4456
|
md-list-item > div.md-primary > md-checkbox .md-label, md-list-item > div.md-secondary > md-checkbox .md-label, md-list-item > md-checkbox:first-child .md-label, md-list-item md-checkbox.md-secondary .md-label, md-list-item .md-list-item-inner > div.md-primary > md-checkbox .md-label, md-list-item .md-list-item-inner > div.md-secondary > md-checkbox .md-label, md-list-item .md-list-item-inner > md-checkbox:first-child .md-label, md-list-item .md-list-item-inner md-checkbox.md-secondary .md-label {
|
4306
4457
|
display: none; }
|
4307
|
-
md-list-item > div.md-primary > md-checkbox:not(:first-child):focus, md-list-item > div.md-secondary > md-checkbox:not(:first-child):focus, md-list-item > md-checkbox:first-child:not(:first-child):focus, md-list-item md-checkbox.md-secondary:not(:first-child):focus, md-list-item .md-list-item-inner > div.md-primary > md-checkbox:not(:first-child):focus, md-list-item .md-list-item-inner > div.md-secondary > md-checkbox:not(:first-child):focus, md-list-item .md-list-item-inner > md-checkbox:first-child:not(:first-child):focus, md-list-item .md-list-item-inner md-checkbox.md-secondary:not(:first-child):focus {
|
4308
|
-
padding: 6px;
|
4309
|
-
margin-right: -6px;
|
4310
|
-
margin-top: 8px;
|
4311
|
-
margin-bottom: 6px; }
|
4312
4458
|
md-list-item > md-icon:first-child, md-list-item .md-list-item-inner > md-icon:first-child {
|
4313
4459
|
margin-right: 32px; }
|
4314
4460
|
md-list-item > md-checkbox:first-child, md-list-item .md-list-item-inner > md-checkbox:first-child {
|
@@ -4324,7 +4470,9 @@ md-list-item, md-list-item .md-list-item-inner {
|
|
4324
4470
|
border-radius: 50%;
|
4325
4471
|
box-sizing: content-box; }
|
4326
4472
|
md-list-item md-checkbox.md-secondary, md-list-item md-switch.md-secondary, md-list-item .md-list-item-inner md-checkbox.md-secondary, md-list-item .md-list-item-inner md-switch.md-secondary {
|
4327
|
-
margin-right: 0;
|
4473
|
+
margin-right: 0;
|
4474
|
+
margin-top: 0;
|
4475
|
+
margin-bottom: 0; }
|
4328
4476
|
md-list-item button.md-button.md-secondary-container, md-list-item .md-list-item-inner button.md-button.md-secondary-container {
|
4329
4477
|
background-color: transparent;
|
4330
4478
|
-webkit-align-self: center;
|
@@ -4339,7 +4487,9 @@ md-list-item, md-list-item .md-list-item-inner {
|
|
4339
4487
|
margin-left: 16px;
|
4340
4488
|
position: absolute;
|
4341
4489
|
right: 16px;
|
4342
|
-
top:
|
4490
|
+
top: 50%;
|
4491
|
+
-webkit-transform: translate3d(0, -50%, 0);
|
4492
|
+
transform: translate3d(0, -50%, 0); }
|
4343
4493
|
md-list-item > .md-button.md-secondary-container > .md-secondary, md-list-item .md-list-item-inner > .md-button.md-secondary-container > .md-secondary {
|
4344
4494
|
margin-left: 0px;
|
4345
4495
|
position: static; }
|
@@ -4387,134 +4537,6 @@ md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style
|
|
4387
4537
|
md-list-item.md-3-line > md-icon:first-child, md-list-item.md-3-line > .md-avatar:first-child, md-list-item.md-3-line > .md-no-style > md-icon:first-child, md-list-item.md-3-line > .md-no-style > .md-avatar:first-child {
|
4388
4538
|
margin-top: 16px; }
|
4389
4539
|
|
4390
|
-
md-input-container {
|
4391
|
-
display: -webkit-flex;
|
4392
|
-
display: -ms-flexbox;
|
4393
|
-
display: flex;
|
4394
|
-
position: relative;
|
4395
|
-
-webkit-flex-direction: column;
|
4396
|
-
-ms-flex-direction: column;
|
4397
|
-
flex-direction: column;
|
4398
|
-
overflow-x: hidden;
|
4399
|
-
padding: 2px;
|
4400
|
-
padding-bottom: 26px;
|
4401
|
-
/*
|
4402
|
-
* The .md-input class is added to the input/textarea
|
4403
|
-
*/ }
|
4404
|
-
md-input-container > md-icon {
|
4405
|
-
position: absolute;
|
4406
|
-
top: 5px;
|
4407
|
-
left: 2px; }
|
4408
|
-
md-input-container > md-icon + input {
|
4409
|
-
margin-left: 56px; }
|
4410
|
-
md-input-container textarea, md-input-container input[type="text"], md-input-container input[type="password"], md-input-container input[type="datetime"], md-input-container input[type="datetime-local"], md-input-container input[type="date"], md-input-container input[type="month"], md-input-container input[type="time"], md-input-container input[type="week"], md-input-container input[type="number"], md-input-container input[type="email"], md-input-container input[type="url"], md-input-container input[type="search"], md-input-container input[type="tel"], md-input-container input[type="color"] {
|
4411
|
-
/* remove default appearance from all input/textarea */
|
4412
|
-
-moz-appearance: none;
|
4413
|
-
-webkit-appearance: none; }
|
4414
|
-
md-input-container textarea {
|
4415
|
-
resize: none;
|
4416
|
-
overflow: hidden; }
|
4417
|
-
md-input-container textarea.md-input {
|
4418
|
-
min-height: 56px;
|
4419
|
-
-ms-flex-preferred-size: auto; }
|
4420
|
-
md-input-container label:not(.md-no-float), md-input-container .md-placeholder:not(.md-select-label) {
|
4421
|
-
-webkit-order: 1;
|
4422
|
-
-ms-flex-order: 1;
|
4423
|
-
order: 1;
|
4424
|
-
pointer-events: none;
|
4425
|
-
-webkit-font-smoothing: antialiased;
|
4426
|
-
padding-left: 2px;
|
4427
|
-
z-index: 1;
|
4428
|
-
-webkit-transform: translate3d(0, 24px, 0) scale(1);
|
4429
|
-
transform: translate3d(0, 24px, 0) scale(1);
|
4430
|
-
transition: -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
|
4431
|
-
transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
|
4432
|
-
-webkit-transform-origin: left top;
|
4433
|
-
transform-origin: left top; }
|
4434
|
-
html[dir=rtl] md-input-container label:not(.md-no-float), html[dir=rtl] md-input-container .md-placeholder:not(.md-select-label) {
|
4435
|
-
-webkit-transform-origin: right top;
|
4436
|
-
transform-origin: right top; }
|
4437
|
-
md-input-container .md-placeholder:not(.md-select-label) {
|
4438
|
-
position: absolute;
|
4439
|
-
top: 0;
|
4440
|
-
opacity: 0;
|
4441
|
-
transition-property: opacity, -webkit-transform;
|
4442
|
-
transition-property: opacity, transform;
|
4443
|
-
-webkit-transform: translate3d(0, 30px, 0);
|
4444
|
-
transform: translate3d(0, 30px, 0); }
|
4445
|
-
md-input-container.md-input-focused .md-placeholder {
|
4446
|
-
opacity: 1;
|
4447
|
-
-webkit-transform: translate3d(0, 24px, 0);
|
4448
|
-
transform: translate3d(0, 24px, 0); }
|
4449
|
-
md-input-container.md-input-has-value .md-placeholder {
|
4450
|
-
transition: none;
|
4451
|
-
opacity: 0; }
|
4452
|
-
md-input-container:not(.md-input-has-value) input:not(:focus) {
|
4453
|
-
color: transparent; }
|
4454
|
-
md-input-container .md-input {
|
4455
|
-
-webkit-flex: 1 1 auto;
|
4456
|
-
-ms-flex: 1 1 auto;
|
4457
|
-
flex: 1 1 auto;
|
4458
|
-
-webkit-order: 2;
|
4459
|
-
-ms-flex-order: 2;
|
4460
|
-
order: 2;
|
4461
|
-
display: block;
|
4462
|
-
background: none;
|
4463
|
-
padding-top: 2px;
|
4464
|
-
padding-bottom: 1px;
|
4465
|
-
padding-left: 2px;
|
4466
|
-
padding-right: 2px;
|
4467
|
-
border-width: 0 0 1px 0;
|
4468
|
-
line-height: 26px;
|
4469
|
-
-ms-flex-preferred-size: 26px;
|
4470
|
-
border-radius: 0; }
|
4471
|
-
md-input-container .md-input:focus {
|
4472
|
-
outline: none; }
|
4473
|
-
md-input-container .md-input:invalid {
|
4474
|
-
outline: none;
|
4475
|
-
box-shadow: none; }
|
4476
|
-
md-input-container ng-messages, md-input-container data-ng-messages, md-input-container x-ng-messages, md-input-container [ng-messages], md-input-container [data-ng-messages], md-input-container [x-ng-messages] {
|
4477
|
-
-webkit-order: 3;
|
4478
|
-
-ms-flex-order: 3;
|
4479
|
-
order: 3;
|
4480
|
-
position: relative; }
|
4481
|
-
md-input-container ng-message, md-input-container data-ng-message, md-input-container x-ng-message, md-input-container [ng-message], md-input-container [data-ng-message], md-input-container [x-ng-message], md-input-container .md-char-counter {
|
4482
|
-
-webkit-font-smoothing: antialiased;
|
4483
|
-
position: absolute;
|
4484
|
-
font-size: 12px;
|
4485
|
-
line-height: 24px; }
|
4486
|
-
md-input-container ng-message.ng-enter, md-input-container data-ng-message.ng-enter, md-input-container x-ng-message.ng-enter, md-input-container [ng-message].ng-enter, md-input-container [data-ng-message].ng-enter, md-input-container [x-ng-message].ng-enter, md-input-container .md-char-counter.ng-enter {
|
4487
|
-
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
4488
|
-
transition-delay: 0.2s; }
|
4489
|
-
md-input-container ng-message.ng-leave, md-input-container data-ng-message.ng-leave, md-input-container x-ng-message.ng-leave, md-input-container [ng-message].ng-leave, md-input-container [data-ng-message].ng-leave, md-input-container [x-ng-message].ng-leave, md-input-container .md-char-counter.ng-leave {
|
4490
|
-
transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
|
4491
|
-
md-input-container ng-message.ng-enter, md-input-container ng-message.ng-leave.ng-leave-active, md-input-container data-ng-message.ng-enter, md-input-container data-ng-message.ng-leave.ng-leave-active, md-input-container x-ng-message.ng-enter, md-input-container x-ng-message.ng-leave.ng-leave-active, md-input-container [ng-message].ng-enter, md-input-container [ng-message].ng-leave.ng-leave-active, md-input-container [data-ng-message].ng-enter, md-input-container [data-ng-message].ng-leave.ng-leave-active, md-input-container [x-ng-message].ng-enter, md-input-container [x-ng-message].ng-leave.ng-leave-active, md-input-container .md-char-counter.ng-enter, md-input-container .md-char-counter.ng-leave.ng-leave-active {
|
4492
|
-
opacity: 0;
|
4493
|
-
-webkit-transform: translate3d(0, -20%, 0);
|
4494
|
-
transform: translate3d(0, -20%, 0); }
|
4495
|
-
md-input-container ng-message.ng-leave, md-input-container ng-message.ng-enter.ng-enter-active, md-input-container data-ng-message.ng-leave, md-input-container data-ng-message.ng-enter.ng-enter-active, md-input-container x-ng-message.ng-leave, md-input-container x-ng-message.ng-enter.ng-enter-active, md-input-container [ng-message].ng-leave, md-input-container [ng-message].ng-enter.ng-enter-active, md-input-container [data-ng-message].ng-leave, md-input-container [data-ng-message].ng-enter.ng-enter-active, md-input-container [x-ng-message].ng-leave, md-input-container [x-ng-message].ng-enter.ng-enter-active, md-input-container .md-char-counter.ng-leave, md-input-container .md-char-counter.ng-enter.ng-enter-active {
|
4496
|
-
opacity: 1;
|
4497
|
-
-webkit-transform: translate3d(0, 0, 0);
|
4498
|
-
transform: translate3d(0, 0, 0); }
|
4499
|
-
md-input-container .md-char-counter {
|
4500
|
-
bottom: 2px;
|
4501
|
-
right: 2px; }
|
4502
|
-
md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
|
4503
|
-
-webkit-transform: translate3d(0, 4px, 0) scale(0.75);
|
4504
|
-
transform: translate3d(0, 4px, 0) scale(0.75); }
|
4505
|
-
md-input-container.md-input-focused .md-input, md-input-container .md-input.ng-invalid.ng-dirty {
|
4506
|
-
padding-bottom: 0;
|
4507
|
-
border-width: 0 0 2px 0; }
|
4508
|
-
md-input-container .md-input[disabled], [disabled] md-input-container .md-input {
|
4509
|
-
background-position: 0 bottom;
|
4510
|
-
background-size: 3px 1px;
|
4511
|
-
background-repeat: repeat-x; }
|
4512
|
-
|
4513
|
-
@media screen and (-ms-high-contrast: active) {
|
4514
|
-
md-input-container.md-default-theme > md-icon {
|
4515
|
-
fill: #fff; }
|
4516
|
-
}
|
4517
|
-
|
4518
4540
|
@-webkit-keyframes outer-rotate {
|
4519
4541
|
100% {
|
4520
4542
|
-webkit-transform: rotate(360deg);
|
@@ -6354,7 +6376,7 @@ md-select-menu {
|
|
6354
6376
|
-webkit-flex-direction: column;
|
6355
6377
|
-ms-flex-direction: column;
|
6356
6378
|
flex-direction: column;
|
6357
|
-
box-shadow: 0px 2px
|
6379
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
6358
6380
|
max-height: 256px;
|
6359
6381
|
overflow-y: hidden;
|
6360
6382
|
-webkit-transform-origin: left top;
|
@@ -6860,7 +6882,7 @@ md-switch {
|
|
6860
6882
|
height: 20px;
|
6861
6883
|
width: 20px;
|
6862
6884
|
border-radius: 50%;
|
6863
|
-
box-shadow: 0px 2px
|
6885
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }
|
6864
6886
|
md-switch .md-thumb:before {
|
6865
6887
|
background-color: transparent;
|
6866
6888
|
border-radius: 50%;
|
@@ -7019,7 +7041,8 @@ md-tabs-wrapper {
|
|
7019
7041
|
md-tabs-canvas {
|
7020
7042
|
position: relative;
|
7021
7043
|
overflow: hidden;
|
7022
|
-
display: block;
|
7044
|
+
display: block;
|
7045
|
+
height: 48px; }
|
7023
7046
|
md-tabs-canvas:after {
|
7024
7047
|
content: '';
|
7025
7048
|
display: table;
|
@@ -7032,9 +7055,10 @@ md-tabs-canvas {
|
|
7032
7055
|
margin: 0 32px; }
|
7033
7056
|
|
7034
7057
|
md-pagination-wrapper {
|
7058
|
+
height: 48px;
|
7035
7059
|
display: block;
|
7036
7060
|
transition: left 0.5s cubic-bezier(0.35, 0, 0.25, 1);
|
7037
|
-
position:
|
7061
|
+
position: absolute;
|
7038
7062
|
width: 999999px;
|
7039
7063
|
left: 0;
|
7040
7064
|
-webkit-transform: translate3d(0, 0, 0);
|
@@ -7152,6 +7176,10 @@ md-tab {
|
|
7152
7176
|
.md-tab.ng-leave {
|
7153
7177
|
transition: none; }
|
7154
7178
|
|
7179
|
+
md-toolbar + md-tabs {
|
7180
|
+
border-top-left-radius: 0;
|
7181
|
+
border-top-right-radius: 0; }
|
7182
|
+
|
7155
7183
|
md-toast {
|
7156
7184
|
display: -webkit-flex;
|
7157
7185
|
display: -ms-flexbox;
|
@@ -7393,19 +7421,19 @@ md-tooltip {
|
|
7393
7421
|
transform: translate3d(0, 0, 0); }
|
7394
7422
|
|
7395
7423
|
.md-whiteframe-z1 {
|
7396
|
-
box-shadow: 0px 2px
|
7424
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }
|
7397
7425
|
|
7398
7426
|
.md-whiteframe-z2 {
|
7399
|
-
box-shadow: 0px
|
7427
|
+
box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }
|
7400
7428
|
|
7401
7429
|
.md-whiteframe-z3 {
|
7402
|
-
box-shadow: 0px
|
7430
|
+
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }
|
7403
7431
|
|
7404
7432
|
.md-whiteframe-z4 {
|
7405
|
-
box-shadow: 0px
|
7433
|
+
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }
|
7406
7434
|
|
7407
7435
|
.md-whiteframe-z5 {
|
7408
|
-
box-shadow: 0px
|
7436
|
+
box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }
|
7409
7437
|
|
7410
7438
|
@media screen and (-ms-high-contrast: active) {
|
7411
7439
|
md-whiteframe {
|