Going on and add to repo not committed files
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
||||
|
||||
//
|
||||
// Office UI Fabric
|
||||
// --------------------------------------------------
|
||||
// Icon class definitions
|
||||
|
||||
|
||||
// Base icon definition
|
||||
.ms-Icon {
|
||||
@include ms-Icon;
|
||||
}
|
||||
|
||||
// Modifier: Place the icon in a circle
|
||||
.ms-Icon--circle {
|
||||
@include ms-Icon--circle;
|
||||
}
|
||||
|
||||
// Modifiers: Size classes
|
||||
.ms-Icon--xs {
|
||||
@include ms-Icon--xs;
|
||||
}
|
||||
|
||||
.ms-Icon--s {
|
||||
@include ms-Icon--s;
|
||||
}
|
||||
|
||||
.ms-Icon--m {
|
||||
@include ms-Icon--m;
|
||||
}
|
||||
|
||||
.ms-Icon--l {
|
||||
@include ms-Icon--l;
|
||||
}
|
||||
|
||||
// Modifiers: Each of the icons.
|
||||
@include ms-icon-classes($ms-icon-map);
|
||||
Reference in New Issue
Block a user