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

/*!
* # Semantic UI 2.1.6 - Flag
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2015 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Flag
*******************************/
i.flag:not(.icon) {
display: inline-block;
width: 16px;
height: 11px;
line-height: 11px;
vertical-align: baseline;
margin: 0em 0.5em 0em 0em;
text-decoration: inherit;
speak: none;
font-smoothing: antialiased;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/* Sprite */
i.flag:not(.icon):before {
display: inline-block;
content: '';
background: url("../themes/default/assets/images/flags.png") no-repeat 0px 0px;
width: 16px;
height: 11px;
}
/*******************************
Site Overrides
*******************************/