diff options
Diffstat (limited to 'semantic/src/themes/default/modules/nag.variables')
| -rw-r--r-- | semantic/src/themes/default/modules/nag.variables | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/semantic/src/themes/default/modules/nag.variables b/semantic/src/themes/default/modules/nag.variables deleted file mode 100644 index 25da572..0000000 --- a/semantic/src/themes/default/modules/nag.variables +++ /dev/null @@ -1,74 +0,0 @@ -/******************************* - Nag -*******************************/ - -/*-------------- - Collection ----------------*/ - -@position: relative; -@width: 100%; -@zIndex: 999; -@margin: 0; - -@background: #555555; -@opacity: 0.95; -@minHeight: 0; -@padding: 0.75em 1em; -@lineHeight: 1em; -@boxShadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); - -@fontSize: 1rem; -@textAlign: center; -@color: @textColor; - -@transition: 0.2s background ease; - - -/*-------------- - Elements ----------------*/ - -/* Title */ -@titleColor: @white; -@titleMargin: 0 0.5em; - -@closeSize: 1em; -@closeMargin: (-@closeSize / 2) 0 0; -@closeTop: 50%; -@closeRight: 1em; -@closeColor: @white; -@closeTransition: opacity 0.2s ease; -@closeOpacity: 0.4; - - -/*-------------- - States ----------------*/ - -/* Hover */ -@nagHoverBackground: @background; -@nagHoverOpacity: 1; - -@closeHoverOpacity: 1; - -/*-------------- - Variations ----------------*/ - -/* Top / Bottom */ -@top: 0; -@bottom: 0; -@borderRadius: @defaultBorderRadius; -@topBorderRadius: 0 0 @borderRadius @borderRadius; -@bottomBorderRadius: @borderRadius @borderRadius 0 0; - -/* Inverted */ -@invertedBackground: @darkWhite; - -/*-------------- - Plural ----------------*/ - -@groupedBorderRadius: 0; - |