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.

33 lines
583 B

  1. /*
  2. * # Semantic - Flag
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2014 Contributor
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Theme
  13. *******************************/
  14. @type : 'element';
  15. @element : 'flag';
  16. @import '../../semantic.config';
  17. i.flag {
  18. display: inline-block;
  19. background: url(@spritePath) no-repeat 0px 0px;
  20. width: @width;
  21. height: @height;
  22. line-height: @height;
  23. vertical-align: @verticalAlign;
  24. margin: 0em @margin 0em 0em;
  25. }
  26. .loadUIOverrides();