Sha256: 812726983fff42bb7fad7ddae87da9c35d5846a22bbbe7381e320c402322a4ae
Contents?: true
Size: 977 Bytes
Versions: 16
Compression:
Stored size: 977 Bytes
Contents
/* *= depend_on semantic_ui/theme.config *= depend_on semantic_ui/config/elements/flag.overrides *= depend_on semantic_ui/config/elements/flag.variables */ /* * # Semantic - Flag * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2014 Contributor * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Theme *******************************/ @type : 'element'; @element : 'flag'; @import 'semantic_ui/theme.config'; 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; } i.flag:not(.icon):before { display: inline-block; content: ''; background: asset-url(@spritePath) no-repeat 0px 0px; width: @width; height: @height; } .loadUIOverrides();
Version data entries
16 entries across 16 versions & 1 rubygems