Sha256: ed1745602d49e9ad8c20b8999eba11bf97f70be6c5ce0d49b728378301dee1c2
Contents?: true
Size: 895 Bytes
Versions: 109
Compression:
Stored size: 895 Bytes
Contents
/*! * # Semantic UI - Flag * http://github.com/semantic-org/semantic-ui/ * * * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Theme *******************************/ @type : 'element'; @element : 'flag'; @import (multiple) '../../theme.config'; /******************************* Flag *******************************/ i.flag:not(.icon) { display: inline-block; width: @width; height: @height; line-height: @height; vertical-align: @verticalAlign; margin: 0em @margin 0em 0em; text-decoration: inherit; speak: none; font-smoothing: antialiased; backface-visibility: hidden; } /* Sprite */ i.flag:not(.icon):before { display: inline-block; content: ''; background: url(@spritePath) no-repeat -108px -1976px; width: @width; height: @height; } .loadUIOverrides();
Version data entries
109 entries across 109 versions & 1 rubygems