aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/definitions/elements/flag.less
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-14 23:29:56 -0800
committerFuwn <[email protected]>2020-12-14 23:29:56 -0800
commit002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch)
tree428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/src/definitions/elements/flag.less
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/src/definitions/elements/flag.less')
-rw-r--r--semantic/src/definitions/elements/flag.less52
1 files changed, 0 insertions, 52 deletions
diff --git a/semantic/src/definitions/elements/flag.less b/semantic/src/definitions/elements/flag.less
deleted file mode 100644
index b691d18..0000000
--- a/semantic/src/definitions/elements/flag.less
+++ /dev/null
@@ -1,52 +0,0 @@
-/*!
- * # Fomantic-UI - Flag
- * http://github.com/fomantic/Fomantic-UI/
- *
- *
- * 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: 0 @margin 0 0;
-
- text-decoration: inherit;
-
- speak: none;
- -webkit-font-smoothing: antialiased;
- backface-visibility: hidden;
-}
-
-/* Sprite */
-i.flag:not(.icon):before {
- display: inline-block;
- content: '';
- background: url(@spritePath) no-repeat -108px -1976px;
- width: @width;
- height: @height;
-}
-
-.loadUIOverrides();