office-ui-fabric-rails 2.6.0.0 → 2.6.1.0
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/bower.json +2 -2
- data/lib/office-ui-fabric-rails/version.rb +1 -1
- data/vendor/assets/css/fabric.components.css +145 -164
- data/vendor/assets/css/fabric.components.min.css +2 -2
- data/vendor/assets/css/fabric.components.rtl.css +186 -171
- data/vendor/assets/css/fabric.components.rtl.min.css +2 -2
- data/vendor/assets/css/fabric.css +139 -587
- data/vendor/assets/css/fabric.min.css +2 -2
- data/vendor/assets/css/fabric.rtl.css +183 -674
- data/vendor/assets/css/fabric.rtl.min.css +2 -2
- data/vendor/assets/js/jquery.fabric.js +58 -58
- data/vendor/assets/js/jquery.fabric.min.js +1 -1
- data/vendor/assets/scss/Fabric.Components.scss +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5cb41dd9ebfd6ed440e14534e0c20942653489af
|
|
4
|
+
data.tar.gz: 1df5d7b6aa4695e77144d08c1019adf61dae46ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9006f5fb6429782432a7772b1d958f55adade2315c80df8370056afbd29cdb46dc94182cae33636994f101a262a4790c29b1046772196307fe52242838b7f03d
|
|
7
|
+
data.tar.gz: cf35c83b9c7668789af06eaa9e6a59f8a11031ab13309c922f21ccd9b963fefa0c268194b1a1723856564feef14631497885ea7acfd7f6b07dfc0c0cd45129d4
|
data/bower.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
|
|
2
2
|
/**
|
|
3
|
-
* Office UI Fabric 2.6.
|
|
3
|
+
* Office UI Fabric 2.6.1
|
|
4
4
|
* The front-end framework for building experiences for Office 365.
|
|
5
5
|
**/
|
|
6
6
|
/*
|
|
@@ -78,9 +78,8 @@
|
|
|
78
78
|
content: ' ';
|
|
79
79
|
width: 16px;
|
|
80
80
|
height: 16px;
|
|
81
|
-
-
|
|
82
|
-
|
|
83
|
-
transform: rotate(45deg);
|
|
81
|
+
-ms-transform: rotate(45deg);
|
|
82
|
+
transform: rotate(45deg);
|
|
84
83
|
background-color: white;
|
|
85
84
|
}
|
|
86
85
|
|
|
@@ -492,9 +491,8 @@
|
|
|
492
491
|
.ms-Callout.ms-Callout--arrowTop:after {
|
|
493
492
|
content: '';
|
|
494
493
|
position: absolute;
|
|
495
|
-
-
|
|
496
|
-
|
|
497
|
-
transform: rotate(-45deg);
|
|
494
|
+
-ms-transform: rotate(-45deg);
|
|
495
|
+
transform: rotate(-45deg);
|
|
498
496
|
height: 0;
|
|
499
497
|
width: 0;
|
|
500
498
|
}
|
|
@@ -1639,16 +1637,13 @@
|
|
|
1639
1637
|
}
|
|
1640
1638
|
|
|
1641
1639
|
.ms-DatePicker-picker.ms-DatePicker-picker--opened .ms-DatePicker-holder {
|
|
1642
|
-
|
|
1643
|
-
animation-name: fadeIn, slideDownIn10;
|
|
1640
|
+
animation-name: fadeIn, slideDownIn10;
|
|
1644
1641
|
-webkit-animation-duration: 0.167s;
|
|
1645
1642
|
-moz-animation-duration: 0.167s;
|
|
1646
1643
|
-ms-animation-duration: 0.167s;
|
|
1647
1644
|
-o-animation-duration: 0.167s;
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
-webkit-animation-fill-mode: both;
|
|
1651
|
-
animation-fill-mode: both;
|
|
1645
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
1646
|
+
animation-fill-mode: both;
|
|
1652
1647
|
box-sizing: border-box;
|
|
1653
1648
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
1654
1649
|
border: 1px solid #eaeaea;
|
|
@@ -2070,11 +2065,9 @@
|
|
|
2070
2065
|
line-height: 100vh;
|
|
2071
2066
|
text-align: center;
|
|
2072
2067
|
display: -ms-flexbox;
|
|
2073
|
-
display:
|
|
2074
|
-
display: flex;
|
|
2068
|
+
display: flex;
|
|
2075
2069
|
-ms-flex-align: center;
|
|
2076
|
-
|
|
2077
|
-
align-items: center;
|
|
2070
|
+
align-items: center;
|
|
2078
2071
|
}
|
|
2079
2072
|
|
|
2080
2073
|
.ms-Dialog::before {
|
|
@@ -2956,16 +2949,13 @@
|
|
|
2956
2949
|
height: 52px;
|
|
2957
2950
|
text-align: center;
|
|
2958
2951
|
overflow: hidden;
|
|
2959
|
-
|
|
2960
|
-
animation-name: fadeIn, slideDownIn20;
|
|
2952
|
+
animation-name: fadeIn, slideDownIn20;
|
|
2961
2953
|
-webkit-animation-duration: 0.367s;
|
|
2962
2954
|
-moz-animation-duration: 0.367s;
|
|
2963
2955
|
-ms-animation-duration: 0.367s;
|
|
2964
2956
|
-o-animation-duration: 0.367s;
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
-webkit-animation-fill-mode: both;
|
|
2968
|
-
animation-fill-mode: both;
|
|
2957
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
2958
|
+
animation-fill-mode: both;
|
|
2969
2959
|
}
|
|
2970
2960
|
|
|
2971
2961
|
.ms-MessageBanner .ms-Icon {
|
|
@@ -2973,16 +2963,13 @@
|
|
|
2973
2963
|
}
|
|
2974
2964
|
|
|
2975
2965
|
.ms-MessageBanner.hide {
|
|
2976
|
-
|
|
2977
|
-
animation-name: fadeOut, slideUpOut20;
|
|
2966
|
+
animation-name: fadeOut, slideUpOut20;
|
|
2978
2967
|
-webkit-animation-duration: 0.167s;
|
|
2979
2968
|
-moz-animation-duration: 0.167s;
|
|
2980
2969
|
-ms-animation-duration: 0.167s;
|
|
2981
2970
|
-o-animation-duration: 0.167s;
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
-webkit-animation-fill-mode: both;
|
|
2985
|
-
animation-fill-mode: both;
|
|
2971
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
2972
|
+
animation-fill-mode: both;
|
|
2986
2973
|
}
|
|
2987
2974
|
|
|
2988
2975
|
.ms-MessageBanner.is-hidden {
|
|
@@ -3086,6 +3073,90 @@
|
|
|
3086
3073
|
}
|
|
3087
3074
|
}
|
|
3088
3075
|
|
|
3076
|
+
/*
|
|
3077
|
+
Base template file
|
|
3078
|
+
*/
|
|
3079
|
+
.ms-MessageBar {
|
|
3080
|
+
padding: 8px;
|
|
3081
|
+
display: table;
|
|
3082
|
+
background-color: #f4f4f4;
|
|
3083
|
+
}
|
|
3084
|
+
|
|
3085
|
+
.ms-MessageBar-icon,
|
|
3086
|
+
.ms-MessageBar-text {
|
|
3087
|
+
display: table-cell;
|
|
3088
|
+
vertical-align: top;
|
|
3089
|
+
}
|
|
3090
|
+
|
|
3091
|
+
.ms-MessageBar-icon {
|
|
3092
|
+
padding-right: 8px;
|
|
3093
|
+
font-size: 16px;
|
|
3094
|
+
color: #767676;
|
|
3095
|
+
}
|
|
3096
|
+
|
|
3097
|
+
.ms-MessageBar-text {
|
|
3098
|
+
color: #333333;
|
|
3099
|
+
font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
|
|
3100
|
+
font-size: 12px;
|
|
3101
|
+
font-weight: normal;
|
|
3102
|
+
}
|
|
3103
|
+
|
|
3104
|
+
.ms-MessageBar.ms-MessageBar--warning {
|
|
3105
|
+
background-color: #fff4ce;
|
|
3106
|
+
}
|
|
3107
|
+
|
|
3108
|
+
.ms-MessageBar.ms-MessageBar--severeWarning {
|
|
3109
|
+
background-color: #fed9cc;
|
|
3110
|
+
}
|
|
3111
|
+
|
|
3112
|
+
.ms-MessageBar.ms-MessageBar--severeWarning .ms-MessageBar-icon {
|
|
3113
|
+
color: #d83b01;
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3116
|
+
.ms-MessageBar.ms-MessageBar--error {
|
|
3117
|
+
background-color: #fde7e9;
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3120
|
+
.ms-MessageBar.ms-MessageBar--error .ms-MessageBar-icon {
|
|
3121
|
+
color: #a80000;
|
|
3122
|
+
}
|
|
3123
|
+
|
|
3124
|
+
.ms-MessageBar.ms-MessageBar--remove {
|
|
3125
|
+
background-color: #fde7e9;
|
|
3126
|
+
}
|
|
3127
|
+
|
|
3128
|
+
.ms-MessageBar.ms-MessageBar--remove .ms-MessageBar-icon {
|
|
3129
|
+
color: #a80000;
|
|
3130
|
+
}
|
|
3131
|
+
|
|
3132
|
+
.ms-MessageBar.ms-MessageBar--remove .ms-Icon {
|
|
3133
|
+
font-size: 8px;
|
|
3134
|
+
margin-left: 3px;
|
|
3135
|
+
}
|
|
3136
|
+
|
|
3137
|
+
.ms-MessageBar.ms-MessageBar--success {
|
|
3138
|
+
background-color: #dff6dd;
|
|
3139
|
+
}
|
|
3140
|
+
|
|
3141
|
+
.ms-MessageBar.ms-MessageBar--success .ms-MessageBar-icon {
|
|
3142
|
+
color: #107c10;
|
|
3143
|
+
}
|
|
3144
|
+
|
|
3145
|
+
.ms-MessageBar.ms-MessageBar--success .ms-Icon {
|
|
3146
|
+
font-size: 12px;
|
|
3147
|
+
top: 3px;
|
|
3148
|
+
}
|
|
3149
|
+
|
|
3150
|
+
.ms-MessageBar.ms-MessageBar--success .ms-Icon:before {
|
|
3151
|
+
margin-left: 1px;
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
.ms-MessageBar.ms-MessageBar--success .ms-Icon:after {
|
|
3155
|
+
font-size: 8px;
|
|
3156
|
+
margin-left: 3px;
|
|
3157
|
+
top: 1px;
|
|
3158
|
+
}
|
|
3159
|
+
|
|
3089
3160
|
.ms-NavBar {
|
|
3090
3161
|
color: #333333;
|
|
3091
3162
|
font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
|
|
@@ -3259,9 +3330,8 @@
|
|
|
3259
3330
|
}
|
|
3260
3331
|
|
|
3261
3332
|
.ms-NavBar-item.ms-NavBar-item--hasMenu.is-selected .ms-NavBar-chevronDown {
|
|
3262
|
-
-
|
|
3263
|
-
|
|
3264
|
-
transform: scaleY(-1);
|
|
3333
|
+
-ms-transform: scaleY(-1);
|
|
3334
|
+
transform: scaleY(-1);
|
|
3265
3335
|
}
|
|
3266
3336
|
|
|
3267
3337
|
.ms-NavBar-item .ms-ContextualMenu {
|
|
@@ -3474,56 +3544,42 @@
|
|
|
3474
3544
|
}
|
|
3475
3545
|
|
|
3476
3546
|
.ms-Panel.ms-Panel--lightDismiss.ms-Panel-animateIn .ms-Panel-main {
|
|
3477
|
-
|
|
3478
|
-
animation-name: fadeIn, slideLeftIn40;
|
|
3547
|
+
animation-name: fadeIn, slideLeftIn40;
|
|
3479
3548
|
-webkit-animation-duration: 0.367s;
|
|
3480
3549
|
-moz-animation-duration: 0.367s;
|
|
3481
3550
|
-ms-animation-duration: 0.367s;
|
|
3482
3551
|
-o-animation-duration: 0.367s;
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
-webkit-animation-fill-mode: both;
|
|
3486
|
-
animation-fill-mode: both;
|
|
3552
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3553
|
+
animation-fill-mode: both;
|
|
3487
3554
|
}
|
|
3488
3555
|
|
|
3489
3556
|
.ms-Panel.ms-Panel--lightDismiss.ms-Panel-animateIn .ms-Overlay {
|
|
3490
3557
|
-webkit-animation-duration: 0.367s;
|
|
3491
3558
|
-webkit-animation-name: fadeIn;
|
|
3492
3559
|
-webkit-animation-fill-mode: both;
|
|
3493
|
-
-webkit-animation-duration: 0.367s;
|
|
3494
3560
|
animation-duration: 0.367s;
|
|
3495
|
-
-webkit-animation-name: fadeIn;
|
|
3496
3561
|
animation-name: fadeIn;
|
|
3497
|
-
-webkit-animation-fill-mode: both;
|
|
3498
3562
|
animation-fill-mode: both;
|
|
3499
|
-
-webkit-animation-duration: 0.267s;
|
|
3500
3563
|
animation-duration: 0.267s;
|
|
3501
3564
|
}
|
|
3502
3565
|
|
|
3503
3566
|
.ms-Panel.ms-Panel--lightDismiss.ms-Panel-animateOut .ms-Panel-main {
|
|
3504
|
-
|
|
3505
|
-
animation-name: fadeOut, slideRightOut40;
|
|
3567
|
+
animation-name: fadeOut, slideRightOut40;
|
|
3506
3568
|
-webkit-animation-duration: 0.167s;
|
|
3507
3569
|
-moz-animation-duration: 0.167s;
|
|
3508
3570
|
-ms-animation-duration: 0.167s;
|
|
3509
3571
|
-o-animation-duration: 0.167s;
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
-webkit-animation-fill-mode: both;
|
|
3513
|
-
animation-fill-mode: both;
|
|
3572
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3573
|
+
animation-fill-mode: both;
|
|
3514
3574
|
}
|
|
3515
3575
|
|
|
3516
3576
|
.ms-Panel.ms-Panel--lightDismiss.ms-Panel-animateOut .ms-Overlay {
|
|
3517
3577
|
-webkit-animation-duration: 0.367s;
|
|
3518
3578
|
-webkit-animation-name: fadeOut;
|
|
3519
3579
|
-webkit-animation-fill-mode: both;
|
|
3520
|
-
-webkit-animation-duration: 0.367s;
|
|
3521
3580
|
animation-duration: 0.367s;
|
|
3522
|
-
-webkit-animation-name: fadeOut;
|
|
3523
3581
|
animation-name: fadeOut;
|
|
3524
|
-
-webkit-animation-fill-mode: both;
|
|
3525
3582
|
animation-fill-mode: both;
|
|
3526
|
-
-webkit-animation-duration: 0.167s;
|
|
3527
3583
|
animation-duration: 0.167s;
|
|
3528
3584
|
}
|
|
3529
3585
|
|
|
@@ -3542,110 +3598,82 @@
|
|
|
3542
3598
|
}
|
|
3543
3599
|
|
|
3544
3600
|
.ms-Panel.ms-Panel--left.ms-Panel-animateIn .ms-Panel-main {
|
|
3545
|
-
|
|
3546
|
-
animation-name: fadeIn, slideLeftIn40;
|
|
3601
|
+
animation-name: fadeIn, slideLeftIn40;
|
|
3547
3602
|
-webkit-animation-duration: 0.367s;
|
|
3548
3603
|
-moz-animation-duration: 0.367s;
|
|
3549
3604
|
-ms-animation-duration: 0.367s;
|
|
3550
3605
|
-o-animation-duration: 0.367s;
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
-webkit-animation-fill-mode: both;
|
|
3554
|
-
animation-fill-mode: both;
|
|
3606
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3607
|
+
animation-fill-mode: both;
|
|
3555
3608
|
}
|
|
3556
3609
|
|
|
3557
3610
|
.ms-Panel.ms-Panel--left.ms-Panel-animateIn .ms-Overlay {
|
|
3558
3611
|
-webkit-animation-duration: 0.367s;
|
|
3559
3612
|
-webkit-animation-name: fadeIn;
|
|
3560
3613
|
-webkit-animation-fill-mode: both;
|
|
3561
|
-
-webkit-animation-duration: 0.367s;
|
|
3562
3614
|
animation-duration: 0.367s;
|
|
3563
|
-
-webkit-animation-name: fadeIn;
|
|
3564
3615
|
animation-name: fadeIn;
|
|
3565
|
-
-webkit-animation-fill-mode: both;
|
|
3566
3616
|
animation-fill-mode: both;
|
|
3567
|
-
-webkit-animation-duration: 0.267s;
|
|
3568
3617
|
animation-duration: 0.267s;
|
|
3569
3618
|
}
|
|
3570
3619
|
|
|
3571
3620
|
.ms-Panel.ms-Panel--left.ms-Panel-animateOut .ms-Panel-main {
|
|
3572
|
-
|
|
3573
|
-
animation-name: fadeOut, slideRightOut40;
|
|
3621
|
+
animation-name: fadeOut, slideRightOut40;
|
|
3574
3622
|
-webkit-animation-duration: 0.167s;
|
|
3575
3623
|
-moz-animation-duration: 0.167s;
|
|
3576
3624
|
-ms-animation-duration: 0.167s;
|
|
3577
3625
|
-o-animation-duration: 0.167s;
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
-webkit-animation-fill-mode: both;
|
|
3581
|
-
animation-fill-mode: both;
|
|
3626
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3627
|
+
animation-fill-mode: both;
|
|
3582
3628
|
}
|
|
3583
3629
|
|
|
3584
3630
|
.ms-Panel.ms-Panel--left.ms-Panel-animateOut .ms-Overlay {
|
|
3585
3631
|
-webkit-animation-duration: 0.367s;
|
|
3586
3632
|
-webkit-animation-name: fadeOut;
|
|
3587
3633
|
-webkit-animation-fill-mode: both;
|
|
3588
|
-
-webkit-animation-duration: 0.367s;
|
|
3589
3634
|
animation-duration: 0.367s;
|
|
3590
|
-
-webkit-animation-name: fadeOut;
|
|
3591
3635
|
animation-name: fadeOut;
|
|
3592
|
-
-webkit-animation-fill-mode: both;
|
|
3593
3636
|
animation-fill-mode: both;
|
|
3594
|
-
-webkit-animation-duration: 0.167s;
|
|
3595
3637
|
animation-duration: 0.167s;
|
|
3596
3638
|
}
|
|
3597
3639
|
|
|
3598
3640
|
.ms-Panel.ms-Panel--left.ms-Panel-animateIn .ms-Panel-main {
|
|
3599
|
-
|
|
3600
|
-
animation-name: fadeIn, slideRightIn40;
|
|
3641
|
+
animation-name: fadeIn, slideRightIn40;
|
|
3601
3642
|
-webkit-animation-duration: 0.367s;
|
|
3602
3643
|
-moz-animation-duration: 0.367s;
|
|
3603
3644
|
-ms-animation-duration: 0.367s;
|
|
3604
3645
|
-o-animation-duration: 0.367s;
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
-webkit-animation-fill-mode: both;
|
|
3608
|
-
animation-fill-mode: both;
|
|
3646
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3647
|
+
animation-fill-mode: both;
|
|
3609
3648
|
}
|
|
3610
3649
|
|
|
3611
3650
|
.ms-Panel.ms-Panel--left.ms-Panel-animateIn .ms-Overlay {
|
|
3612
3651
|
-webkit-animation-duration: 0.367s;
|
|
3613
3652
|
-webkit-animation-name: fadeIn;
|
|
3614
3653
|
-webkit-animation-fill-mode: both;
|
|
3615
|
-
-webkit-animation-duration: 0.367s;
|
|
3616
3654
|
animation-duration: 0.367s;
|
|
3617
|
-
-webkit-animation-name: fadeIn;
|
|
3618
3655
|
animation-name: fadeIn;
|
|
3619
|
-
-webkit-animation-fill-mode: both;
|
|
3620
3656
|
animation-fill-mode: both;
|
|
3621
|
-
-webkit-animation-duration: 0.267s;
|
|
3622
3657
|
animation-duration: 0.267s;
|
|
3623
3658
|
}
|
|
3624
3659
|
|
|
3625
3660
|
.ms-Panel.ms-Panel--left.ms-Panel--left.ms-Panel-animateOut .ms-Panel-main {
|
|
3626
|
-
|
|
3627
|
-
animation-name: fadeOut, slideLeftOut40;
|
|
3661
|
+
animation-name: fadeOut, slideLeftOut40;
|
|
3628
3662
|
-webkit-animation-duration: 0.167s;
|
|
3629
3663
|
-moz-animation-duration: 0.167s;
|
|
3630
3664
|
-ms-animation-duration: 0.167s;
|
|
3631
3665
|
-o-animation-duration: 0.167s;
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
-webkit-animation-fill-mode: both;
|
|
3635
|
-
animation-fill-mode: both;
|
|
3666
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3667
|
+
animation-fill-mode: both;
|
|
3636
3668
|
}
|
|
3637
3669
|
|
|
3638
3670
|
.ms-Panel.ms-Panel--left.ms-Panel--left.ms-Panel-animateOut .ms-Overlay {
|
|
3639
3671
|
-webkit-animation-duration: 0.367s;
|
|
3640
3672
|
-webkit-animation-name: fadeOut;
|
|
3641
3673
|
-webkit-animation-fill-mode: both;
|
|
3642
|
-
-webkit-animation-duration: 0.367s;
|
|
3643
3674
|
animation-duration: 0.367s;
|
|
3644
|
-
-webkit-animation-name: fadeOut;
|
|
3645
3675
|
animation-name: fadeOut;
|
|
3646
|
-
-webkit-animation-fill-mode: both;
|
|
3647
3676
|
animation-fill-mode: both;
|
|
3648
|
-
-webkit-animation-duration: 0.167s;
|
|
3649
3677
|
animation-duration: 0.167s;
|
|
3650
3678
|
}
|
|
3651
3679
|
|
|
@@ -3719,13 +3747,9 @@
|
|
|
3719
3747
|
-webkit-animation-duration: 0.367s;
|
|
3720
3748
|
-webkit-animation-name: fadeIn;
|
|
3721
3749
|
-webkit-animation-fill-mode: both;
|
|
3722
|
-
-webkit-animation-duration: 0.367s;
|
|
3723
3750
|
animation-duration: 0.367s;
|
|
3724
|
-
-webkit-animation-name: fadeIn;
|
|
3725
3751
|
animation-name: fadeIn;
|
|
3726
|
-
-webkit-animation-fill-mode: both;
|
|
3727
3752
|
animation-fill-mode: both;
|
|
3728
|
-
-webkit-animation-duration: 0.167s;
|
|
3729
3753
|
animation-duration: 0.167s;
|
|
3730
3754
|
}
|
|
3731
3755
|
|
|
@@ -3733,13 +3757,9 @@
|
|
|
3733
3757
|
-webkit-animation-duration: 0.367s;
|
|
3734
3758
|
-webkit-animation-name: fadeOut;
|
|
3735
3759
|
-webkit-animation-fill-mode: both;
|
|
3736
|
-
-webkit-animation-duration: 0.367s;
|
|
3737
3760
|
animation-duration: 0.367s;
|
|
3738
|
-
-webkit-animation-name: fadeOut;
|
|
3739
3761
|
animation-name: fadeOut;
|
|
3740
|
-
-webkit-animation-fill-mode: both;
|
|
3741
3762
|
animation-fill-mode: both;
|
|
3742
|
-
-webkit-animation-duration: 0.1s;
|
|
3743
3763
|
animation-duration: 0.1s;
|
|
3744
3764
|
}
|
|
3745
3765
|
|
|
@@ -3749,110 +3769,82 @@
|
|
|
3749
3769
|
|
|
3750
3770
|
@media (min-width: 480px) {
|
|
3751
3771
|
.ms-Panel.is-open.ms-Panel-animateIn .ms-Panel-main {
|
|
3752
|
-
|
|
3753
|
-
animation-name: fadeIn, slideLeftIn40;
|
|
3772
|
+
animation-name: fadeIn, slideLeftIn40;
|
|
3754
3773
|
-webkit-animation-duration: 0.367s;
|
|
3755
3774
|
-moz-animation-duration: 0.367s;
|
|
3756
3775
|
-ms-animation-duration: 0.367s;
|
|
3757
3776
|
-o-animation-duration: 0.367s;
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
-webkit-animation-fill-mode: both;
|
|
3761
|
-
animation-fill-mode: both;
|
|
3777
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3778
|
+
animation-fill-mode: both;
|
|
3762
3779
|
}
|
|
3763
3780
|
|
|
3764
3781
|
.ms-Panel.is-open.ms-Panel-animateIn .ms-Overlay {
|
|
3765
3782
|
-webkit-animation-duration: 0.367s;
|
|
3766
3783
|
-webkit-animation-name: fadeIn;
|
|
3767
3784
|
-webkit-animation-fill-mode: both;
|
|
3768
|
-
-webkit-animation-duration: 0.367s;
|
|
3769
3785
|
animation-duration: 0.367s;
|
|
3770
|
-
-webkit-animation-name: fadeIn;
|
|
3771
3786
|
animation-name: fadeIn;
|
|
3772
|
-
-webkit-animation-fill-mode: both;
|
|
3773
3787
|
animation-fill-mode: both;
|
|
3774
|
-
-webkit-animation-duration: 0.267s;
|
|
3775
3788
|
animation-duration: 0.267s;
|
|
3776
3789
|
}
|
|
3777
3790
|
|
|
3778
3791
|
.ms-Panel.is-open.ms-Panel-animateOut .ms-Panel-main {
|
|
3779
|
-
|
|
3780
|
-
animation-name: fadeOut, slideRightOut40;
|
|
3792
|
+
animation-name: fadeOut, slideRightOut40;
|
|
3781
3793
|
-webkit-animation-duration: 0.167s;
|
|
3782
3794
|
-moz-animation-duration: 0.167s;
|
|
3783
3795
|
-ms-animation-duration: 0.167s;
|
|
3784
3796
|
-o-animation-duration: 0.167s;
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
-webkit-animation-fill-mode: both;
|
|
3788
|
-
animation-fill-mode: both;
|
|
3797
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3798
|
+
animation-fill-mode: both;
|
|
3789
3799
|
}
|
|
3790
3800
|
|
|
3791
3801
|
.ms-Panel.is-open.ms-Panel-animateOut .ms-Overlay {
|
|
3792
3802
|
-webkit-animation-duration: 0.367s;
|
|
3793
3803
|
-webkit-animation-name: fadeOut;
|
|
3794
3804
|
-webkit-animation-fill-mode: both;
|
|
3795
|
-
-webkit-animation-duration: 0.367s;
|
|
3796
3805
|
animation-duration: 0.367s;
|
|
3797
|
-
-webkit-animation-name: fadeOut;
|
|
3798
3806
|
animation-name: fadeOut;
|
|
3799
|
-
-webkit-animation-fill-mode: both;
|
|
3800
3807
|
animation-fill-mode: both;
|
|
3801
|
-
-webkit-animation-duration: 0.167s;
|
|
3802
3808
|
animation-duration: 0.167s;
|
|
3803
3809
|
}
|
|
3804
3810
|
|
|
3805
3811
|
.ms-Panel.is-open.ms-Panel--left.ms-Panel-animateIn .ms-Panel-main {
|
|
3806
|
-
|
|
3807
|
-
animation-name: fadeIn, slideRightIn40;
|
|
3812
|
+
animation-name: fadeIn, slideRightIn40;
|
|
3808
3813
|
-webkit-animation-duration: 0.367s;
|
|
3809
3814
|
-moz-animation-duration: 0.367s;
|
|
3810
3815
|
-ms-animation-duration: 0.367s;
|
|
3811
3816
|
-o-animation-duration: 0.367s;
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
-webkit-animation-fill-mode: both;
|
|
3815
|
-
animation-fill-mode: both;
|
|
3817
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3818
|
+
animation-fill-mode: both;
|
|
3816
3819
|
}
|
|
3817
3820
|
|
|
3818
3821
|
.ms-Panel.is-open.ms-Panel--left.ms-Panel-animateIn .ms-Overlay {
|
|
3819
3822
|
-webkit-animation-duration: 0.367s;
|
|
3820
3823
|
-webkit-animation-name: fadeIn;
|
|
3821
3824
|
-webkit-animation-fill-mode: both;
|
|
3822
|
-
-webkit-animation-duration: 0.367s;
|
|
3823
3825
|
animation-duration: 0.367s;
|
|
3824
|
-
-webkit-animation-name: fadeIn;
|
|
3825
3826
|
animation-name: fadeIn;
|
|
3826
|
-
-webkit-animation-fill-mode: both;
|
|
3827
3827
|
animation-fill-mode: both;
|
|
3828
|
-
-webkit-animation-duration: 0.267s;
|
|
3829
3828
|
animation-duration: 0.267s;
|
|
3830
3829
|
}
|
|
3831
3830
|
|
|
3832
3831
|
.ms-Panel.is-open.ms-Panel--left.ms-Panel-animateOut .ms-Panel-main {
|
|
3833
|
-
|
|
3834
|
-
animation-name: fadeOut, slideLeftOut40;
|
|
3832
|
+
animation-name: fadeOut, slideLeftOut40;
|
|
3835
3833
|
-webkit-animation-duration: 0.167s;
|
|
3836
3834
|
-moz-animation-duration: 0.167s;
|
|
3837
3835
|
-ms-animation-duration: 0.167s;
|
|
3838
3836
|
-o-animation-duration: 0.167s;
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
-webkit-animation-fill-mode: both;
|
|
3842
|
-
animation-fill-mode: both;
|
|
3837
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
3838
|
+
animation-fill-mode: both;
|
|
3843
3839
|
}
|
|
3844
3840
|
|
|
3845
3841
|
.ms-Panel.is-open.ms-Panel--left.ms-Panel-animateOut .ms-Overlay {
|
|
3846
3842
|
-webkit-animation-duration: 0.367s;
|
|
3847
3843
|
-webkit-animation-name: fadeOut;
|
|
3848
3844
|
-webkit-animation-fill-mode: both;
|
|
3849
|
-
-webkit-animation-duration: 0.367s;
|
|
3850
3845
|
animation-duration: 0.367s;
|
|
3851
|
-
-webkit-animation-name: fadeOut;
|
|
3852
3846
|
animation-name: fadeOut;
|
|
3853
|
-
-webkit-animation-fill-mode: both;
|
|
3854
3847
|
animation-fill-mode: both;
|
|
3855
|
-
-webkit-animation-duration: 0.167s;
|
|
3856
3848
|
animation-duration: 0.167s;
|
|
3857
3849
|
}
|
|
3858
3850
|
|
|
@@ -3867,8 +3859,7 @@
|
|
|
3867
3859
|
.ms-Panel.is-open.ms-Panel-animateIn .ms-Overlay,
|
|
3868
3860
|
.ms-Panel.is-open.ms-Panel--left.ms-Panel-animateIn .ms-Overlay {
|
|
3869
3861
|
opacity: 0;
|
|
3870
|
-
|
|
3871
|
-
animation-name: none;
|
|
3862
|
+
animation-name: none;
|
|
3872
3863
|
}
|
|
3873
3864
|
}
|
|
3874
3865
|
|
|
@@ -3993,24 +3984,19 @@
|
|
|
3993
3984
|
}
|
|
3994
3985
|
|
|
3995
3986
|
.ms-Panel.ms-Panel--animatedCommands.is-open .ms-CommandBar {
|
|
3996
|
-
|
|
3997
|
-
animation-name: fadeIn, slideDownIn20;
|
|
3987
|
+
animation-name: fadeIn, slideDownIn20;
|
|
3998
3988
|
-webkit-animation-duration: 0.367s;
|
|
3999
3989
|
-moz-animation-duration: 0.367s;
|
|
4000
3990
|
-ms-animation-duration: 0.367s;
|
|
4001
3991
|
-o-animation-duration: 0.367s;
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
animation-fill-mode: both;
|
|
4006
|
-
-webkit-animation-delay: 250ms;
|
|
4007
|
-
animation-delay: 250ms;
|
|
3992
|
+
animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
|
|
3993
|
+
animation-fill-mode: both;
|
|
3994
|
+
animation-delay: 250ms;
|
|
4008
3995
|
}
|
|
4009
3996
|
|
|
4010
3997
|
@media (min-width: 480px) {
|
|
4011
3998
|
.ms-Panel.ms-Panel--animatedCommands.is-open .ms-CommandBar {
|
|
4012
|
-
|
|
4013
|
-
animation-delay: 500ms;
|
|
3999
|
+
animation-delay: 500ms;
|
|
4014
4000
|
}
|
|
4015
4001
|
}
|
|
4016
4002
|
|
|
@@ -4264,9 +4250,8 @@
|
|
|
4264
4250
|
}
|
|
4265
4251
|
|
|
4266
4252
|
.ms-PeoplePicker-result.is-expanded .ms-PeoplePicker-resultAction .ms-Icon {
|
|
4267
|
-
-
|
|
4268
|
-
|
|
4269
|
-
transform: rotate(180deg);
|
|
4253
|
+
-ms-transform: rotate(180deg);
|
|
4254
|
+
transform: rotate(180deg);
|
|
4270
4255
|
}
|
|
4271
4256
|
|
|
4272
4257
|
.ms-PeoplePicker-result.is-expanded .ms-PeoplePicker-resultAdditionalContent {
|
|
@@ -5122,16 +5107,13 @@
|
|
|
5122
5107
|
font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', Tahoma, Arial, sans-serif;
|
|
5123
5108
|
font-size: 14px;
|
|
5124
5109
|
font-weight: normal;
|
|
5125
|
-
|
|
5126
|
-
animation-name: fadeIn, slideUpIn10;
|
|
5110
|
+
animation-name: fadeIn, slideUpIn10;
|
|
5127
5111
|
-webkit-animation-duration: 0.167s;
|
|
5128
5112
|
-moz-animation-duration: 0.167s;
|
|
5129
5113
|
-ms-animation-duration: 0.167s;
|
|
5130
5114
|
-o-animation-duration: 0.167s;
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
-webkit-animation-fill-mode: both;
|
|
5134
|
-
animation-fill-mode: both;
|
|
5115
|
+
animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
|
|
5116
|
+
animation-fill-mode: both;
|
|
5135
5117
|
bottom: 0;
|
|
5136
5118
|
left: 0;
|
|
5137
5119
|
position: fixed;
|
|
@@ -5217,9 +5199,8 @@
|
|
|
5217
5199
|
.ms-PersonaCard-action.is-active:after,
|
|
5218
5200
|
.is-active.ms-PersonaCard-overflow:after {
|
|
5219
5201
|
box-sizing: border-box;
|
|
5220
|
-
-
|
|
5221
|
-
|
|
5222
|
-
transform: rotate(45deg);
|
|
5202
|
+
-ms-transform: rotate(45deg);
|
|
5203
|
+
transform: rotate(45deg);
|
|
5223
5204
|
content: '';
|
|
5224
5205
|
width: 10px;
|
|
5225
5206
|
height: 10px;
|