Going on and add to repo not committed files
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
||||
|
||||
//
|
||||
// Office UI Fabric
|
||||
// --------------------------------------------------
|
||||
// Fluid 12-column grids for small, medium, and large devices
|
||||
|
||||
//== Grid container (same for all sizes)
|
||||
//
|
||||
.ms-Grid {
|
||||
@include ms-Grid;
|
||||
}
|
||||
|
||||
//== Grid rows (pull first and last column out)
|
||||
//
|
||||
.ms-Grid-row {
|
||||
@include ms-Grid-row;
|
||||
}
|
||||
|
||||
//== Grid cells
|
||||
//
|
||||
.ms-Grid-col {
|
||||
@include ms-Grid-col;
|
||||
}
|
||||
Reference in New Issue
Block a user