Sha256: b00eb52590e7ad5c49750f83aae753d525559db532b26acc4a80c67cdc21d3b5

Contents?: true

Size: 1.02 KB

Versions: 17

Compression:

Stored size: 1.02 KB

Contents

@import "foreman_theme_satellite/bastion.scss";
@import "foreman_theme_satellite/application_colors";
@import "foreman_theme_satellite/login.scss";
@import "foreman_theme_satellite/external_logout.scss";
@import "foreman_theme_satellite/patternfly_and_overrides.scss";
@import "foreman_theme_satellite/topbar.scss";
@import "foreman_theme_satellite/wizard.scss";
@import "foreman_theme_satellite/provisioning_templates.scss";

.avatar{
  &.small{
    margin: -5px 5px 0 0;
  }
}

#satellite-eol-banner .eol-banner-content {
  overflow-x: auto;
}

#rails-app-content {
  --header-height: 70px;
  top: var(--header-height);
  height: calc(100% - var(--header-height));

  &.eol-banner {
    --banner-height: calc(
      2 * var(--pf-global--spacer--xs) +
        2 * (var(--pf-global--LineHeight--md) * var(--pf-global--FontSize--sm))
    ); // banner height is line height and a small padding
    top: calc(
      var(--header-height) + var(--banner-height)
    );

    height: calc(100% - var(--header-height) - var(--banner-height));
  }
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
foreman_theme_satellite-14.3.1 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-13.3.5 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-13.3.4 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-14.3.0 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-14.2.0 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-13.3.3 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-14.1.0 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-13.3.2 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-13.3.1 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-14.0.1 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-14.0.0 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-13.3.0 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-13.2.5 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-13.2.4 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-13.2.3 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-13.2.2 app/assets/stylesheets/foreman_theme_satellite/theme.scss
foreman_theme_satellite-13.2.1 app/assets/stylesheets/foreman_theme_satellite/theme.scss