Sha256: 416959e2abb2f76d6df010521faaad9bf9d64a2a41b4eb5791274bc59793fd97
Contents?: true
Size: 918 Bytes
Versions: 75
Compression:
Stored size: 918 Bytes
Contents
/*! * # Semantic UI - Flag * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2015 Contributors * 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 0px 0px; width: @width; height: @height; } .loadUIOverrides();
Version data entries
75 entries across 75 versions & 1 rubygems