Sha256: 354e857e945c1f2465e96a09428d8c87a08a61ada1e23f79e59900a163e1e892
Contents?: true
Size: 1.06 KB
Versions: 3
Compression:
Stored size: 1.06 KB
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 (multiple) 'semantic_ui/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: asset-url(@spritePath) no-repeat 0px 0px; width: @width; height: @height; } .loadUIOverrides();
Version data entries
3 entries across 3 versions & 1 rubygems