foreman_theme_satellite 13.2.3 → 13.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 883629d7f0fb633d7a5f022d561f190dfc274c360f4241884164d392c186ba1e
4
- data.tar.gz: 8e61024ad29a3654095ace1fe0d5522261593ac2963571c8751b77a285c214d6
3
+ metadata.gz: f66bba8ab1dd2fb6b4921e0eab54ad2af6bda58e7124cbf90be061219687a386
4
+ data.tar.gz: 8acdbc5bda40bf9c06749787907a6a774fb518f233a8056f3efa61eb63b1e58b
5
5
  SHA512:
6
- metadata.gz: 17b3f22c822b7a630da55500f01198ee729ca36576fdb7804e573b6bf74534823764cef86e0e4a17ca52fabd3dfd83291df05311c3735b297c9e7ff15075a82d
7
- data.tar.gz: 309e697f165583646d2fda62ec4e113e03677f0b747543a6fa3e99de5e69652f0d8ca35c0b2a54cf1e66e4ff2a78247b790de9679de2b116db44b49f1a5474c2
6
+ metadata.gz: 6dd054bcb047b7d26c4eba0b4af7fa67b23a14874e5be52d11f65a854f45e5ea41201db5a53ab0f73e6a4860fced38651efeba8138900047fc7005d37f5fdb7e
7
+ data.tar.gz: b55b32da9b7cce4acd8b4cc25016d1c67f72faaff0487a8c91c824f3942b40fbe961498097299ce48818eba5a44fcfa04fcd4d053eabf1f635ea4f69a769a8ee
@@ -1,12 +1,14 @@
1
- .login-pf body {
2
- background: #202020;
3
- }
4
- .auto-refresh.on {
5
- color: #393F44;
6
- }
7
- .login-pf body .login-page {
8
- background: #393F44;
9
- }
10
- .stacked-content.tab-content {
11
- border: 1px solid #474C51;
1
+ .satellite-theme {
2
+ .login-pf body {
3
+ background: #202020;
4
+ }
5
+ .auto-refresh.on {
6
+ color: #393f44;
7
+ }
8
+ .login-pf body .login-page {
9
+ background: #393f44;
10
+ }
11
+ .stacked-content.tab-content {
12
+ border: 1px solid #474c51;
13
+ }
12
14
  }
@@ -1,5 +1,10 @@
1
- .bastion .dropdown-menu>.active>a, .bastion .dropdown-menu>.active>a:hover, .bastion .dropdown-menu>.active>a:focus {
2
- border: 1px solid #999999/*{borderColorHover}*/ !important;
3
- background: #dadada/*{bgColorHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
4
- font-weight: normal/*{fwDefault}*/;
1
+ .satellite-theme {
2
+ .bastion .dropdown-menu > .active > a,
3
+ .bastion .dropdown-menu > .active > a:hover,
4
+ .bastion .dropdown-menu > .active > a:focus {
5
+ border: 1px solid #999999 /*{borderColorHover}*/ !important;
6
+ background: #dadada /*{bgColorHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x
7
+ /*{bgHoverRepeat}*/;
8
+ font-weight: normal /*{fwDefault}*/;
9
+ }
5
10
  }
@@ -1,13 +1,15 @@
1
- @import 'foreman_theme_satellite/login.scss';
1
+ @import "foreman_theme_satellite/login.scss";
2
2
 
3
- .external-logout {
4
- background-image: $bg-img;
5
- background-size: $bg-size;
6
- background-color: $bg-color;
7
- background-repeat: $bg-repeat;
8
-
9
- header img.brand {
10
- margin: $brand-margin !important;
11
- max-width: $brand-max-width !important;
3
+ .satellite-theme {
4
+ .external-logout {
5
+ background-image: $bg-img;
6
+ background-size: $bg-size;
7
+ background-color: $bg-color;
8
+ background-repeat: $bg-repeat;
9
+
10
+ header img.brand {
11
+ margin: $brand-margin !important;
12
+ max-width: $brand-max-width !important;
13
+ }
12
14
  }
13
15
  }
@@ -1,32 +1,34 @@
1
- $bg-img: image-url('foreman_theme_satellite/login_bg.svg');
1
+ $bg-img: image-url("foreman_theme_satellite/login_bg.svg");
2
2
  $bg-size: 55% auto;
3
3
  $bg-color: #202020;
4
4
  $bg-repeat: no-repeat;
5
5
  $brand-margin: 150px 15% 0 0;
6
6
  $brand-max-width: none;
7
7
 
8
- #login-page {
9
- .login-pf {
10
- background-image: $bg-img;
11
- background-size: $bg-size;
12
- background-color: $bg-color;
13
- background-repeat: $bg-repeat;
14
- }
8
+ .satellite-theme {
9
+ #login-page {
10
+ .login-pf {
11
+ background-image: $bg-img;
12
+ background-size: $bg-size;
13
+ background-color: $bg-color;
14
+ background-repeat: $bg-repeat;
15
+ }
15
16
 
16
- .login-pf-brand {
17
- margin: $brand-margin;
18
- max-width: $brand-max-width;
19
- }
17
+ .login-pf-brand {
18
+ margin: $brand-margin;
19
+ max-width: $brand-max-width;
20
+ }
21
+
22
+ .external-logout {
23
+ background-image: $bg-img;
24
+ background-size: $bg-size;
25
+ background-color: $bg-color;
26
+ background-repeat: $bg-repeat;
20
27
 
21
- .external-logout {
22
- background-image: $bg-img;
23
- background-size: $bg-size;
24
- background-color: $bg-color;
25
- background-repeat: $bg-repeat;
26
-
27
- header img.brand {
28
- margin: $brand-margin !important;
29
- max-width: $brand-max-width !important;
28
+ header img.brand {
29
+ margin: $brand-margin !important;
30
+ max-width: $brand-max-width !important;
31
+ }
30
32
  }
31
33
  }
32
34
  }
@@ -1,7 +1,9 @@
1
- body {
1
+ body .satellite-theme {
2
2
  width: 100%;
3
3
  }
4
4
 
5
- #page-sidebar {
6
- --pf-c-page__sidebar--Width: 250px;
5
+ .satellite-theme {
6
+ #page-sidebar {
7
+ --pf-c-page__sidebar--Width: 250px;
8
+ }
7
9
  }
@@ -1,3 +1,5 @@
1
- .prov-brand-img {
2
- margin-right: 10px;
1
+ .satellite-theme {
2
+ .prov-brand-img {
3
+ margin-right: 10px;
4
+ }
3
5
  }
@@ -1,11 +1,13 @@
1
- .pf-c-page .pf-c-masthead {
2
- .pf-c-masthead__brand {
3
- height: inherit;
4
- }
1
+ .satellite-theme {
2
+ .pf-c-page .pf-c-masthead {
3
+ .pf-c-masthead__brand {
4
+ height: inherit;
5
+ }
5
6
 
6
- .navbar-brand-txt {
7
- display: none !important;
7
+ .navbar-brand-txt {
8
+ display: none !important;
9
+ }
10
+ background: var(--pf-c-page__header--BackgroundColor);
11
+ background-size: cover;
8
12
  }
9
- background: var(--pf-c-page__header--BackgroundColor);
10
- background-size: cover;
11
- }
13
+ }
@@ -1,14 +1,16 @@
1
- .wizard li {
2
- padding: 8px 12px 8px;
1
+ .satellite-theme {
2
+ .wizard li {
3
+ padding: 8px 12px 8px;
3
4
 
4
- &:first-child {
5
- -webkit-border-radius: 0;
6
- -moz-border-radius: 0;
7
- border-radius: 0;
8
- }
9
- &:last-child {
10
- -webkit-border-radius: 0;
11
- -moz-border-radius: 0;
12
- border-radius: 0;
5
+ &:first-child {
6
+ -webkit-border-radius: 0;
7
+ -moz-border-radius: 0;
8
+ border-radius: 0;
9
+ }
10
+ &:last-child {
11
+ -webkit-border-radius: 0;
12
+ -moz-border-radius: 0;
13
+ border-radius: 0;
14
+ }
13
15
  }
14
16
  }
@@ -3,6 +3,6 @@
3
3
  # Overrides for functions used in helpers.
4
4
  module ThemeCssClassHelper
5
5
  def body_css_classes
6
- 'pf-m-redhat-font'
6
+ 'pf-m-redhat-font satellite-theme'
7
7
  end
8
8
  end
@@ -1,3 +1,3 @@
1
1
  module ForemanThemeSatellite
2
- VERSION = '13.2.3'.freeze
2
+ VERSION = '13.2.4'.freeze
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foreman_theme_satellite",
3
- "version": "13.2.3",
3
+ "version": "13.2.4",
4
4
  "description": "Satellite theme =============",
5
5
  "main": "index.js",
6
6
  "scripts": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_theme_satellite
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.2.3
4
+ version: 13.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shimon Stein
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-01-24 00:00:00.000000000 Z
12
+ date: 2024-02-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport