diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-10-14 09:13:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-14 09:13:38 +0000 |
commit | cfb353b01c2dd21007db01c2d18a5cbd415689b8 (patch) | |
tree | 16cd87a5c956af7bb0126e068d0702dda0f9768e /docs/com/css/theme/template/settings.scss | |
parent | 733dbe143cd4d37787cdb167021129b9ffac78fa (diff) | |
parent | 6bb45e4d1ba014c1dd33bedff49be8afa9426d17 (diff) |
Merge "remove 3rd part files with MIT or BSD license"
Diffstat (limited to 'docs/com/css/theme/template/settings.scss')
-rwxr-xr-x | docs/com/css/theme/template/settings.scss | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/docs/com/css/theme/template/settings.scss b/docs/com/css/theme/template/settings.scss deleted file mode 100755 index ffaac235c..000000000 --- a/docs/com/css/theme/template/settings.scss +++ /dev/null @@ -1,43 +0,0 @@ -// Base settings for all themes that can optionally be -// overridden by the super-theme - -// Background of the presentation -$backgroundColor: #2b2b2b; - -// Primary/body text -$mainFont: 'Lato', sans-serif; -$mainFontSize: 36px; -$mainColor: #eee; - -// Vertical spacing between blocks of text -$blockMargin: 20px; - -// Headings -$headingMargin: 0 0 $blockMargin 0; -$headingFont: 'League Gothic', Impact, sans-serif; -$headingColor: #eee; -$headingLineHeight: 1.2; -$headingLetterSpacing: normal; -$headingTextTransform: uppercase; -$headingTextShadow: none; -$headingFontWeight: normal; -$heading1TextShadow: $headingTextShadow; - -$heading1Size: 3.77em; -$heading2Size: 2.11em; -$heading3Size: 1.55em; -$heading4Size: 1.00em; - -// Links and actions -$linkColor: #13DAEC; -$linkColorHover: lighten( $linkColor, 20% ); - -// Text selection -$selectionBackgroundColor: #FF5E99; -$selectionColor: #fff; - -// Generates the presentation background, can be overridden -// to return a background image or gradient -@mixin bodyBackground() { - background: $backgroundColor; -}
\ No newline at end of file |