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.

44 lines
881 B

  1. /*!
  2. * # Semantic UI 2.1.6 - Flag
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2015 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Flag
  13. *******************************/
  14. i.flag:not(.icon) {
  15. display: inline-block;
  16. width: 16px;
  17. height: 11px;
  18. line-height: 11px;
  19. vertical-align: baseline;
  20. margin: 0em 0.5em 0em 0em;
  21. text-decoration: inherit;
  22. speak: none;
  23. font-smoothing: antialiased;
  24. -webkit-backface-visibility: hidden;
  25. backface-visibility: hidden;
  26. }
  27. /* Sprite */
  28. i.flag:not(.icon):before {
  29. display: inline-block;
  30. content: '';
  31. background: url("../themes/default/assets/images/flags.png") no-repeat 0px 0px;
  32. width: 16px;
  33. height: 11px;
  34. }
  35. /*******************************
  36. Site Overrides
  37. *******************************/