Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Fabric.Utilities.Output.scss 649B

1234567891011121314151617181920212223
  1. // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
  2. //
  3. // Office UI Fabric
  4. // --------------------------------------------------
  5. // Utility classes and mixins used throughout Fabric.
  6. @import "Fabric.Utilities";
  7. // The best box is a border box.
  8. .ms-u-borderBox, .ms-u-borderBox:before, .ms-u-borderBox:after {
  9. @include ms-u-borderBox;
  10. }
  11. // Ensures the block expands to the full height to enclose its floated childen.
  12. .ms-u-clearfix {
  13. @include ms-u-clearfix;
  14. }
  15. // Basic border-box, margin, and padding reset.
  16. .ms-u-normalize {
  17. @include ms-u-normalize;
  18. }