Sha256: ad6996310e0209236ad9dcfb4e9eabaab34367f4259d02f07404c38738e9c1ae
Contents?: true
Size: 1.07 KB
Versions: 10
Compression:
Stored size: 1.07 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 UI - Flag * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2014 Contributors * 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
10 entries across 10 versions & 1 rubygems