Sha256: 39d481d5e3558b61283bc3e30dc050e98ad0f76c68027fa0a635441b1d65807a

Contents?: true

Size: 1.07 KB

Versions: 1

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 - 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

1 entries across 1 versions & 1 rubygems

Version Path
less-rails-semantic_ui-1.9.0.0 assets/stylesheets/semantic_ui/definitions/elements/flag.less