commit
0cac4de4dd
@ -0,0 +1,63 @@
|
||||
###############################################################################
|
||||
# Set default behavior to automatically normalize line endings.
|
||||
###############################################################################
|
||||
* text=auto
|
||||
|
||||
###############################################################################
|
||||
# Set default behavior for command prompt diff.
|
||||
#
|
||||
# This is need for earlier builds of msysgit that does not have it on by
|
||||
# default for csharp files.
|
||||
# Note: This is only used by command line
|
||||
###############################################################################
|
||||
#*.cs diff=csharp
|
||||
|
||||
###############################################################################
|
||||
# Set the merge driver for project and solution files
|
||||
#
|
||||
# Merging from the command prompt will add diff markers to the files if there
|
||||
# are conflicts (Merging from VS is not affected by the settings below, in VS
|
||||
# the diff markers are never inserted). Diff markers may cause the following
|
||||
# file extensions to fail to load in VS. An alternative would be to treat
|
||||
# these files as binary and thus will always conflict and require user
|
||||
# intervention with every merge. To do so, just uncomment the entries below
|
||||
###############################################################################
|
||||
#*.sln merge=binary
|
||||
#*.csproj merge=binary
|
||||
#*.vbproj merge=binary
|
||||
#*.vcxproj merge=binary
|
||||
#*.vcproj merge=binary
|
||||
#*.dbproj merge=binary
|
||||
#*.fsproj merge=binary
|
||||
#*.lsproj merge=binary
|
||||
#*.wixproj merge=binary
|
||||
#*.modelproj merge=binary
|
||||
#*.sqlproj merge=binary
|
||||
#*.wwaproj merge=binary
|
||||
|
||||
###############################################################################
|
||||
# behavior for image files
|
||||
#
|
||||
# image files are treated as binary by default.
|
||||
###############################################################################
|
||||
#*.jpg binary
|
||||
#*.png binary
|
||||
#*.gif binary
|
||||
|
||||
###############################################################################
|
||||
# diff behavior for common document formats
|
||||
#
|
||||
# Convert binary document formats to text before diffing them. This feature
|
||||
# is only available from the command line. Turn it on by uncommenting the
|
||||
# entries below.
|
||||
###############################################################################
|
||||
#*.doc diff=astextplain
|
||||
#*.DOC diff=astextplain
|
||||
#*.docx diff=astextplain
|
||||
#*.DOCX diff=astextplain
|
||||
#*.dot diff=astextplain
|
||||
#*.DOT diff=astextplain
|
||||
#*.pdf diff=astextplain
|
||||
#*.PDF diff=astextplain
|
||||
#*.rtf diff=astextplain
|
||||
#*.RTF diff=astextplain
|
@ -0,0 +1,261 @@
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
|
||||
# Visual Studio 2015 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUNIT
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# DNX
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_i.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# JustCode is a .NET coding add-in
|
||||
.JustCode
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# NCrunch
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
# TODO: Comment the next line if you want to checkin your web deploy settings
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||
# in these scripts will be unencrypted
|
||||
PublishScripts/
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/packages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/packages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/packages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignoreable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!*.[Cc]ache/
|
||||
|
||||
# Others
|
||||
ClientBin/
|
||||
~$*
|
||||
*~
|
||||
*.dbmdl
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
node_modules/
|
||||
orleans.codegen.cs
|
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
# CodeRush
|
||||
.cr/
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
@ -0,0 +1,9 @@
|
||||
๏ปฟ<?xml version="1.0" encoding="utf-8"?>
|
||||
<ProjectItem Type="Microsoft.VisualStudio.SharePoint.OfficeApp" DefaultFile="Finmail-Outlook.xml" SupportedTrustLevels="All" SupportedDeploymentScopes="AppPackage" xmlns="http://schemas.microsoft.com/VisualStudio/2010/SharePointTools/SharePointProjectItemModel">
|
||||
<Files>
|
||||
<ProjectItemFile Source="Finmail-Outlook.xml" Type="AppPackage" />
|
||||
</Files>
|
||||
<ExtensionData>
|
||||
<ExtensionDataItem Key="OfficeAppManifestRelativePath" Value="Finmail-OutlookManifest\Finmail-Outlook.xml" />
|
||||
</ExtensionData>
|
||||
</ProjectItem>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -0,0 +1,419 @@
|
||||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
||||
|
||||
//
|
||||
// Office UI Fabric
|
||||
// --------------------------------------------------
|
||||
// Fabric Animations
|
||||
|
||||
|
||||
// Note that all animation classes should begin with the "ms-u" utility prefix.
|
||||
// The original class names are deprecated and will be removed in a future release.
|
||||
|
||||
@import "Fabric.Animations";
|
||||
|
||||
// slideRightIn10
|
||||
.ms-u-slideRightIn10 {
|
||||
@include ms-u-slideRightIn10;
|
||||
}
|
||||
@-webkit-keyframes slideRightIn10 {
|
||||
from { -webkit-transform:translate3d(-10px, 0px, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideRightIn10 {
|
||||
from { transform:translate3d(-10px, 0px, 0px); }
|
||||
to { transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideRightIn20
|
||||
.ms-u-slideRightIn20 {
|
||||
@include ms-u-slideRightIn20;
|
||||
}
|
||||
@-webkit-keyframes slideRightIn20 {
|
||||
from { -webkit-transform:translate3d(-20px, 0px, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideRightIn20 {
|
||||
from { transform:translate3d(-20px, 0px, 0px); }
|
||||
to { transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideRightIn40
|
||||
.ms-u-slideRightIn40 {
|
||||
@include ms-u-slideRightIn40;
|
||||
}
|
||||
@-webkit-keyframes slideRightIn40 {
|
||||
from { -webkit-transform:translate3d(-40px, 0px, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideRightIn40 {
|
||||
from { transform:translate3d(-40px, 0px, 0px); }
|
||||
to { transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideLeftIn10
|
||||
.ms-u-slideLeftIn10 {
|
||||
@include ms-u-slideLeftIn10;
|
||||
}
|
||||
@-webkit-keyframes slideLeftIn10 {
|
||||
from { -webkit-transform:translate3d(10px, 0px, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideLeftIn10 {
|
||||
from { transform:translate3d(10px, 0px, 0px); }
|
||||
to { transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideLeftIn20
|
||||
.ms-u-slideLeftIn20 {
|
||||
@include ms-u-slideLeftIn20;
|
||||
}
|
||||
@-webkit-keyframes slideLeftIn20 {
|
||||
from { -webkit-transform:translate3d(20px, 0px, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideLeftIn20 {
|
||||
from { transform:translate3d(20px, 0px, 0px); }
|
||||
to { transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideLeftIn40
|
||||
.ms-u-slideLeftIn40 {
|
||||
@include ms-u-slideLeftIn40;
|
||||
}
|
||||
@-webkit-keyframes slideLeftIn40 {
|
||||
from { -webkit-transform:translate3d(40px, 0px, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideLeftIn40 {
|
||||
from { transform:translate3d(40px, 0px, 0px); }
|
||||
to { transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideRightIn400
|
||||
.ms-u-slideRightIn400 {
|
||||
@include ms-u-slideRightIn400;
|
||||
}
|
||||
@-webkit-keyframes slideRightIn400 {
|
||||
from { -webkit-transform:translate3d(-400px, 0px, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideRightIn400 {
|
||||
from { transform:translate3d(-400px, 0px, 0px); }
|
||||
to { transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideLeftIn400
|
||||
.ms-u-slideLeftIn400 {
|
||||
@include ms-u-slideLeftIn400;
|
||||
}
|
||||
@-webkit-keyframes slideLeft400 {
|
||||
from { -webkit-transform:translate3d(400px, 0px, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideLeft400 {
|
||||
from { transform:translate3d(400px, 0px, 0px); }
|
||||
to { transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideUpIn20
|
||||
.ms-u-slideUpIn20 {
|
||||
@include ms-u-slideUpIn20;
|
||||
}
|
||||
@-webkit-keyframes slideUpIn20 {
|
||||
from { -webkit-transform:translate3d(0px, 20px, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideUpIn20 {
|
||||
from { transform:translate3d(0px, 20px, 0px); }
|
||||
to { transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideUpIn10
|
||||
.ms-u-slideUpIn10 {
|
||||
@include ms-u-slideUpIn10;
|
||||
}
|
||||
@-webkit-keyframes slideUpIn10 {
|
||||
from { -webkit-transform:translate3d(0px, 10px, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideUpIn10 {
|
||||
from { transform:translate3d(0px, 10px, 0px); }
|
||||
to { transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideDownIn20
|
||||
.ms-u-slideDownIn20 {
|
||||
@include ms-u-slideDownIn20;
|
||||
}
|
||||
@-webkit-keyframes slideDownIn20 {
|
||||
from { -webkit-transform:translate3d(0px, -20px, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideDownIn20 {
|
||||
from { transform:translate3d(0px, -20px, 0px); }
|
||||
to { transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideDownIn10
|
||||
.ms-u-slideDownIn10 {
|
||||
@include ms-u-slideDownIn10;
|
||||
}
|
||||
@-webkit-keyframes slideDownIn10 {
|
||||
from { -webkit-transform:translate3d(0px, -10px, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideDownIn10 {
|
||||
from { transform:translate3d(0px, -10px, 0px); }
|
||||
to { transform:translate3d(0px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideRightOut40
|
||||
.ms-u-slideRightOut40 {
|
||||
@include ms-u-slideRightOut40;
|
||||
}
|
||||
@-webkit-keyframes slideRightOut40 {
|
||||
from { -webkit-transform:translate3d(0px, 0px, 0px); }
|
||||
to { -webkit-transform:translate3d(40px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideRightOut40 {
|
||||
from { transform:translate3d(0px, 0px, 0px); }
|
||||
to { transform:translate3d(40px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideLeftOut40
|
||||
.ms-u-slideLeftOut40 {
|
||||
@include ms-u-slideLeftOut40;
|
||||
}
|
||||
@-webkit-keyframes slideLeftOut40 {
|
||||
from { -webkit-transform:translate3d(0, 0px, 0px); }
|
||||
to { -webkit-transform:translate3d(-40px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideLeftOut40 {
|
||||
from { transform:translate3d(0, 0px, 0px); }
|
||||
to { transform:translate3d(-40px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideRightOut400
|
||||
.ms-u-slideRightOut400 {
|
||||
@include ms-u-slideRightOut400;
|
||||
}
|
||||
@-webkit-keyframes slideRightOut400 {
|
||||
from { -webkit-transform:translate3d(0, 0px, 0px); }
|
||||
to { -webkit-transform:translate3d(400px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideRightOut400 {
|
||||
from { transform:translate3d(0, 0px, 0px); }
|
||||
to { transform:translate3d(400px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideLeftOut400
|
||||
.ms-u-slideLeftOut400 {
|
||||
@include ms-u-slideLeftOut400;
|
||||
}
|
||||
@-webkit-keyframes slideLeftOut400 {
|
||||
from { -webkit-transform:translate3d(0, 0px, 0px); }
|
||||
to { -webkit-transform:translate3d(-400px, 0px, 0px); }
|
||||
}
|
||||
@keyframes slideLeftOut400 {
|
||||
from { transform:translate3d(0, 0px, 0px); }
|
||||
to { transform:translate3d(-400px, 0px, 0px); }
|
||||
}
|
||||
|
||||
// slideUpOut20
|
||||
.ms-u-slideUpOut20 {
|
||||
@include ms-u-slideUpOut20;
|
||||
}
|
||||
@-webkit-keyframes slideUpOut20 {
|
||||
from { -webkit-transform:translate3d(0px, 0, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, -20px, 0px); }
|
||||
}
|
||||
@keyframes slideUpOut20 {
|
||||
from { transform:translate3d(0px, 0, 0px); }
|
||||
to { transform:translate3d(0px, -20px, 0px); }
|
||||
}
|
||||
|
||||
// slideUpOut10
|
||||
.ms-u-slideUpOut10 {
|
||||
@include ms-u-slideUpOut10;
|
||||
}
|
||||
@-webkit-keyframes slideUpOut10 {
|
||||
from { -webkit-transform:translate3d(0px, 0, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, -10px, 0px); }
|
||||
}
|
||||
@keyframes slideUpOut10 {
|
||||
from { transform:translate3d(0px, 0, 0px); }
|
||||
to { transform:translate3d(0px, -10px, 0px); }
|
||||
}
|
||||
|
||||
// slideDownOut20
|
||||
.ms-u-slideDownOut20 {
|
||||
@include ms-u-slideDownOut20;
|
||||
}
|
||||
@-webkit-keyframes slideDownOut20 {
|
||||
from { -webkit-transform:translate3d(0px, 0, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 20px, 0px); }
|
||||
}
|
||||
@keyframes slideDownOut20 {
|
||||
from { transform:translate3d(0px, 0, 0px); }
|
||||
to { transform:translate3d(0px, 20px, 0px); }
|
||||
}
|
||||
|
||||
// slideDownOut10
|
||||
.ms-u-slideDownOut10 {
|
||||
@include ms-u-slideDownOut10;
|
||||
}
|
||||
@-webkit-keyframes slideDownOut10 {
|
||||
from { -webkit-transform:translate3d(0px, 0, 0px); }
|
||||
to { -webkit-transform:translate3d(0px, 10px, 0px); }
|
||||
}
|
||||
@keyframes slideDownOut10 {
|
||||
from { transform:translate3d(0px, 0, 0px); }
|
||||
to { transform:translate3d(0px, 10px, 0px); }
|
||||
}
|
||||
|
||||
// scaleUpIn100
|
||||
.ms-u-scaleUpIn100 {
|
||||
@include ms-u-scaleUpIn100;
|
||||
}
|
||||
@-webkit-keyframes scaleUp100 {
|
||||
from { -webkit-transform:scale3d(.98, .98, 1); }
|
||||
to { -webkit-transform:scale3d(1, 1, 1); }
|
||||
}
|
||||
@keyframes scaleUp100 {
|
||||
from { transform:scale3d(.98, .98, 1); }
|
||||
to { transform:scale3d(1, 1, 1); }
|
||||
}
|
||||
|
||||
// scaleDownIn100
|
||||
.ms-u-scaleDownIn100 {
|
||||
@include ms-u-scaleDownIn100;
|
||||
}
|
||||
@-webkit-keyframes scaleDown100 {
|
||||
from { -webkit-transform:scale3d(1.03, 1.03, 1); }
|
||||
to { -webkit-transform:scale3d(1, 1, 1); }
|
||||
}
|
||||
@keyframes scaleDown100 {
|
||||
from { transform:scale3d(1.03, 1.03, 1); }
|
||||
to { transform:scale3d(1, 1, 1); }
|
||||
}
|
||||
|
||||
// scaleUpOut103
|
||||
.ms-u-scaleUpOut103 {
|
||||
@include ms-u-scaleUpOut103;
|
||||
}
|
||||
@-webkit-keyframes scaleUp103 {
|
||||
from { -webkit-transform:scale3d(1, 1, 1); }
|
||||
to { -webkit-transform:scale3d(1.03, 1.03, 1); }
|
||||
}
|
||||
@keyframes scaleUp103 {
|
||||
from { transform:scale3d(1, 1, 1); }
|
||||
to { transform:scale3d(1.03, 1.03, 1); }
|
||||
}
|
||||
|
||||
// scaleDownOut98
|
||||
.ms-u-scaleDownOut98 {
|
||||
@include ms-u-scaleDownOut98;
|
||||
}
|
||||
@-webkit-keyframes scaleDown98 {
|
||||
from { -webkit-transform:scale3d(1, 1, 1); }
|
||||
to { -webkit-transform:scale3d(0.98, 0.98, 1); }
|
||||
}
|
||||
@keyframes scaleDown98 {
|
||||
from { transform:scale3d(1, 1, 1); }
|
||||
to { transform:scale3d(0.98, 0.98, 1); }
|
||||
}
|
||||
|
||||
// fadeIn
|
||||
.ms-u-fadeIn400 {
|
||||
@include ms-u-fadeIn400;
|
||||
}
|
||||
.ms-u-fadeIn100 {
|
||||
@include ms-u-fadeIn100;
|
||||
}
|
||||
.ms-u-fadeIn200 {
|
||||
@include ms-u-fadeIn200;
|
||||
}
|
||||
.ms-u-fadeIn500 {
|
||||
@include ms-u-fadeIn500;
|
||||
}
|
||||
@-webkit-keyframes fadeIn {
|
||||
from { opacity: 0; -webkit-animation-timing-function: $ms-ease2; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
@keyframes fadeIn {
|
||||
from { opacity: 0; animation-timing-function: $ms-ease2; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
||||
// fadeOut
|
||||
.ms-u-fadeOut400 {
|
||||
@include ms-u-fadeOut400;
|
||||
}
|
||||
.ms-u-fadeOut100 {
|
||||
@include ms-u-fadeOut100;
|
||||
}
|
||||
.ms-u-fadeOut200 {
|
||||
@include ms-u-fadeOut200;
|
||||
}
|
||||
.ms-u-fadeOut500 {
|
||||
@include ms-u-fadeOut500;
|
||||
}
|
||||
@-webkit-keyframes fadeOut {
|
||||
from { opacity: 1; -webkit-animation-timing-function: $ms-ease2; }
|
||||
to { opacity: 0; }
|
||||
}
|
||||
@keyframes fadeOut {
|
||||
from { opacity: 1; animation-timing-function: $ms-ease2; }
|
||||
to { opacity: 0; }
|
||||
}
|
||||
|
||||
// rotate90deg
|
||||
.ms-u-rotate90deg {
|
||||
@include ms-u-rotate90deg;
|
||||
}
|
||||
@-webkit-keyframes rotate90 {
|
||||
from { -webkit-transform:rotateZ(0deg); }
|
||||
to { -webkit-transform:rotateZ(90deg); }
|
||||
}
|
||||
@keyframes rotate90 {
|
||||
from { transform:rotateZ(0deg); }
|
||||
to { transform:rotateZ(90deg); }
|
||||
}
|
||||
|
||||
// rotateN90deg
|
||||
.ms-u-rotateN90deg {
|
||||
@include ms-u-rotateN90deg;
|
||||
}
|
||||
@-webkit-keyframes rotateN90 {
|
||||
from { -webkit-transform:rotateZ(90deg); }
|
||||
to { -webkit-transform:rotateZ(0deg); }
|
||||
}
|
||||
@keyframes rotateN90 {
|
||||
from { transform:rotateZ(90deg); }
|
||||
to { transform:rotateZ(0deg); }
|
||||
}
|
||||
|
||||
// expandCollapse400
|
||||
.ms-u-expandCollapse400 {
|
||||
@include ms-u-expandCollapse400;
|
||||
}
|
||||
|
||||
// expandCollapse200
|
||||
.ms-u-expandCollapse200 {
|
||||
@include ms-u-expandCollapse200;
|
||||
}
|
||||
|
||||
// expandCollapse100
|
||||
.ms-u-expandCollapse100 {
|
||||
@include ms-u-expandCollapse100;
|
||||
}
|
||||
|
||||
// delay100
|
||||
.ms-u-delay100 {
|
||||
@include ms-u-delay100;
|
||||
}
|
||||
|
||||
// delay200
|
||||
.ms-u-delay200 {
|
||||
@include ms-u-delay200;
|
||||
}
|
@ -0,0 +1,80 @@
|
||||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
||||
|
||||
//
|
||||
// Office UI Fabric
|
||||
// --------------------------------------------------
|
||||
// RTL overrides for Fabric Animations
|
||||
|
||||
|
||||
@import "Fabric.Animations.Output";
|
||||
@import "Fabric.Animations.RTL";
|
||||
|
||||
// slideRightIn10
|
||||
.ms-u-slideRightIn10 {
|
||||
@include ms-u-slideRightIn10;
|
||||
}
|
||||
|
||||
// slideRightIn20
|
||||
.ms-u-slideRightIn20 {
|
||||
@include ms-u-slideRightIn20;
|
||||
}
|
||||
|
||||
// slideRightIn40
|
||||
.ms-u-slideRightIn40 {
|
||||
@include ms-u-slideRightIn40;
|
||||
}
|
||||
|
||||
// slideLeftIn10
|
||||
.ms-u-slideLeftIn10 {
|
||||
@include ms-u-slideLeftIn10;
|
||||
}
|
||||
|
||||
// slideLeftIn20
|
||||
.ms-u-slideLeftIn20 {
|
||||
@include ms-u-slideLeftIn20;
|
||||
}
|
||||
|
||||
// slideLeftIn40
|
||||
.ms-u-slideLeftIn40 {
|
||||
@include ms-u-slideLeftIn40;
|
||||
}
|
||||
|
||||
// slideRightIn400
|
||||
.ms-u-slideRightIn400 {
|
||||
@include ms-u-slideRightIn400;
|
||||
}
|
||||
|
||||
// slideLeftIn400
|
||||
.ms-u-slideLeftIn400 {
|
||||
@include ms-u-slideLeftIn400;
|
||||
}
|
||||
|
||||
// slideRightOut40
|
||||
.ms-u-slideRightOut40 {
|
||||
@include ms-u-slideRightOut40;
|
||||
}
|
||||
|
||||
// slideLeftOut40
|
||||
.ms-u-slideLeftOut40 {
|
||||
@include ms-u-slideLeftOut40;
|
||||
}
|
||||
|
||||
// slideRightOut400
|
||||
.ms-u-slideRightOut400 {
|
||||
@include ms-u-slideRightOut400;
|
||||
}
|
||||
|
||||
// slideLeftOut400
|
||||
.ms-u-slideLeftOut400 {
|
||||
@include ms-u-slideLeftOut400;
|
||||
}
|
||||
|
||||
// rotate90deg
|
||||
.ms-u-rotate90deg {
|
||||
@include ms-u-rotate90deg;
|
||||
}
|
||||
|
||||
// rotateN90deg
|
||||
.ms-u-rotateN90deg {
|
||||
@include ms-u-rotateN90deg;
|
||||
}
|
@ -0,0 +1,443 @@
|
||||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
||||
|
||||
//
|
||||
// Office UI Fabric
|
||||
// --------------------------------------------------
|
||||
// Fabric Core Color Mixins
|
||||
|
||||
@import "Fabric.Color.Mixins";
|
||||
|
||||
//== Background colors
|
||||
//
|
||||
// Theme colors
|
||||
.ms-bgColor-themeDark,
|
||||
.ms-bgColor-themeDark--hover:hover {
|
||||
@include ms-bgColor-themeDark;
|
||||
}
|
||||
|
||||
.ms-bgColor-themeDarkAlt,
|
||||
.ms-bgColor-themeDarkAlt--hover:hover {
|
||||
@include ms-bgColor-themeDarkAlt;
|
||||
}
|
||||
|
||||
.ms-bgColor-themeDarker,
|
||||
.ms-bgColor-themeDarker--hover:hover {
|
||||
@include ms-bgColor-themeDarker;
|
||||
}
|
||||
|
||||
.ms-bgColor-themePrimary,
|
||||
.ms-bgColor-themePrimary--hover:hover {
|
||||
@include ms-bgColor-themePrimary;
|
||||
}
|
||||
|
||||
.ms-bgColor-themeSecondary,
|
||||
.ms-bgColor-themeSecondary--hover:hover {
|
||||
@include ms-bgColor-themeSecondary;
|
||||
}
|
||||
|
||||
.ms-bgColor-themeTertiary,
|
||||
.ms-bgColor-themeTertiary--hover:hover {
|
||||
@include ms-bgColor-themeTertiary;
|
||||
}
|
||||
|
||||
.ms-bgColor-themeLight,
|
||||
.ms-bgColor-themeLight--hover:hover {
|
||||
@include ms-bgColor-themeLight;
|
||||
}
|
||||
|
||||
.ms-bgColor-themeLighter,
|
||||
.ms-bgColor-themeLighter--hover:hover {
|
||||
@include ms-bgColor-themeLighter;
|
||||
}
|
||||
|
||||
.ms-bgColor-themeLighterAlt,
|
||||
.ms-bgColor-themeLighterAlt--hover:hover {
|
||||
@include ms-bgColor-themeLighterAlt;
|
||||
}
|
||||
|
||||
// Neutral colors
|
||||
.ms-bgColor-black,
|
||||
.ms-bgColor-black--hover:hover {
|
||||
@include ms-bgColor-black;
|
||||
}
|
||||
|
||||
.ms-bgColor-neutralDark,
|
||||
.ms-bgColor-neutralDark--hover:hover {
|
||||
@include ms-bgColor-neutralDark;
|
||||
}
|
||||
|
||||
.ms-bgColor-neutralPrimary,
|
||||
.ms-bgColor-neutralPrimary--hover:hover {
|
||||
@include ms-bgColor-neutralPrimary;
|
||||
}
|
||||
|
||||
.ms-bgColor-neutralPrimaryAlt,
|
||||
.ms-bgColor-neutralPrimaryAlt--hover:hover {
|
||||
@include ms-bgColor-neutralPrimaryAlt;
|
||||
}
|
||||
|
||||
.ms-bgColor-neutralSecondary,
|
||||
.ms-bgColor-neutralSecondary--hover:hover {
|
||||
@include ms-bgColor-neutralSecondary;
|
||||
}
|
||||
|
||||
.ms-bgColor-neutralSecondaryAlt,
|
||||
.ms-bgColor-neutralSecondaryAlt--hover:hover {
|
||||
@include ms-bgColor-neutralSecondaryAlt;
|
||||
}
|
||||
|
||||
.ms-bgColor-neutralTertiary,
|
||||
.ms-bgColor-neutralTertiary--hover:hover {
|
||||
@include ms-bgColor-neutralTertiary;
|
||||
}
|
||||
|
||||
.ms-bgColor-neutralTertiaryAlt,
|
||||
.ms-bgColor-neutralTertiaryAlt--hover:hover {
|
||||
@include ms-bgColor-neutralTertiaryAlt;
|
||||
}
|
||||
|
||||
.ms-bgColor-neutralLight,
|
||||
.ms-bgColor-neutralLight--hover:hover {
|
||||
@include ms-bgColor-neutralLight;
|
||||
}
|
||||
|
||||
.ms-bgColor-neutralLighter,
|
||||
.ms-bgColor-neutralLighter--hover:hover {
|
||||
@include ms-bgColor-neutralLighter;
|
||||
}
|
||||
|
||||
.ms-bgColor-neutralLighterAlt,
|
||||
.ms-bgColor-neutralLighterAlt--hover:hover {
|
||||
@include ms-bgColor-neutralLighterAlt;
|
||||
}
|
||||
|
||||
.ms-bgColor-white,
|
||||
.ms-bgColor-white--hover:hover {
|
||||
@include ms-bgColor-white;
|
||||
}
|
||||
|
||||
|
||||
// Brand and accent colors
|
||||
.ms-bgColor-yellow {
|
||||
@include ms-bgColor-yellow;
|
||||
}
|
||||
|
||||
.ms-bgColor-yellowLight {
|
||||
@include ms-bgColor-yellowLight;
|
||||
}
|
||||
|
||||
.ms-bgColor-orange {
|
||||
@include ms-bgColor-orange;
|
||||
}
|
||||
|
||||
.ms-bgColor-orangeLight {
|
||||
@include ms-bgColor-orangeLight;
|
||||
}
|
||||
|
||||
.ms-bgColor-orangeLighter {
|
||||
@include ms-bgColor-orangeLighter;
|
||||
}
|
||||
|
||||
.ms-bgColor-redDark {
|
||||
@include ms-bgColor-redDark;
|
||||
}
|
||||
|
||||
.ms-bgColor-red {
|
||||
@include ms-bgColor-red;
|
||||
}
|
||||
|
||||
.ms-bgColor-magentaDark {
|
||||
@include ms-bgColor-magentaDark;
|
||||
}
|
||||
|
||||
.ms-bgColor-magenta {
|
||||
@include ms-bgColor-magenta;
|
||||
}
|
||||
|
||||
.ms-bgColor-magentaLight {
|
||||
@include ms-bgColor-magentaLight;
|
||||
}
|
||||
|
||||
.ms-bgColor-purpleDark {
|
||||
@include ms-bgColor-purpleDark;
|
||||
}
|
||||
|
||||
.ms-bgColor-purple {
|
||||
@include ms-bgColor-purple;
|
||||
}
|
||||
|
||||
.ms-bgColor-purpleLight {
|
||||
@include ms-bgColor-purpleLight;
|
||||
}
|
||||
|
||||
.ms-bgColor-blueDark {
|
||||
@include ms-bgColor-blueDark;
|
||||
}
|
||||
|
||||
.ms-bgColor-blueMid {
|
||||
@include ms-bgColor-blueMid;
|
||||
}
|
||||
|
||||
.ms-bgColor-blue {
|
||||
@include ms-bgColor-blue;
|
||||
}
|
||||
|
||||
.ms-bgColor-blueLight {
|
||||
@include ms-bgColor-blueLight;
|
||||
}
|
||||
|
||||
.ms-bgColor-tealDark {
|
||||
@include ms-bgColor-tealDark;
|
||||
}
|
||||
|
||||
.ms-bgColor-teal {
|
||||
@include ms-bgColor-teal;
|
||||
}
|
||||
|
||||
.ms-bgColor-tealLight {
|
||||
@include ms-bgColor-tealLight;
|
||||
}
|
||||
|
||||
.ms-bgColor-greenDark {
|
||||
@include ms-bgColor-greenDark;
|
||||
}
|
||||
|
||||
.ms-bgColor-green {
|
||||
@include ms-bgColor-green;
|
||||
}
|
||||
|
||||
.ms-bgColor-greenLight {
|
||||
@include ms-bgColor-greenLight;
|
||||
}
|
||||
|
||||
// Message colors
|
||||
.ms-bgColor-info {
|
||||
@include ms-bgColor-info;
|
||||
}
|
||||
|
||||
.ms-bgColor-success {
|
||||
@include ms-bgColor-success;
|
||||
}
|
||||
|
||||
.ms-bgColor-severeWarning {
|
||||
@include ms-bgColor-severeWarning;
|
||||
}
|
||||
|
||||
.ms-bgColor-warning {
|
||||
@include ms-bgColor-warning;
|
||||
}
|
||||
|
||||
.ms-bgColor-error {
|
||||
@include ms-bgColor-error;
|
||||
}
|
||||
|
||||
|
||||
//== Border colors
|
||||
//
|
||||
|
||||
// Theme colors
|
||||
.ms-borderColor-themeDark,
|
||||
.ms-borderColor-themeDark--hover:hover {
|
||||
@include ms-borderColor-themeDark;
|
||||
}
|
||||
|
||||
.ms-borderColor-themeDarkAlt,
|
||||