]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/portal/sass/src/view/main/Header.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / portal / sass / src / view / main / Header.scss
CommitLineData
6527f429
DM
1$app-header-background-color: #333;\r
2$app-header-text-color: #fff;\r
3$app-header-text-shadow-color: null;\r
4$app-header-use-gradient: true;\r
5\r
6@if $theme-name == 'theme-neptune' or $theme-name == 'theme-neptune-touch' {\r
7 $app-header-background-color: #81af34;\r
8 $app-header-text-shadow-color: #4e691f;\r
9}\r
10\r
11@if $theme-name == 'theme-classic' or $theme-name == 'theme-gray' {\r
12 $app-header-background-color: darken($base-color, 55%);\r
13}\r
14\r
15@if $theme-name == 'theme-crisp' {\r
16 $app-header-background-color: #2a3f5d;\r
17 $app-header-use-gradient: false;\r
18}\r
19\r
20.app-header {\r
21 @if $app-header-use-gradient {\r
22 @include background-image(linear-gradient(top, lighten($app-header-background-color, 5), darken($app-header-background-color, 5)));\r
23 } @else {\r
24 background-color: $app-header-background-color;\r
25 }\r
26 border-bottom: 1px solid darken($app-header-background-color, 15);\r
27\r
28 @if $theme-name == 'theme-neptune' {\r
29 .#{$prefix}nlg & {\r
30 background-image: url(images/header-bg.png);\r
31 }\r
32 }\r
33}\r
34\r
35.app-header-title {\r
36 padding: 15px 0 10px 0;\r
37\r
38 color: #fff;\r
39 font-size: 18px;\r
40 font-weight: bold;\r
41 @if $app-header-text-shadow-color != null {\r
42 text-shadow: 0 1px 0 $app-header-text-shadow-color;\r
43 }\r
44}\r
45\r
46.app-header-logo {\r
47 width: 40px;\r
48 height: 25px;\r
49\r
50 background: url(images/logo.png) no-repeat center 4px;\r
51}\r