Sha256: 1176febb3cb26c5239d53e42f0a2175dd1a5f518b10cfea24fad56291fc1ac1b

Contents?: true

Size: 975 Bytes

Versions: 4

Compression:

Stored size: 975 Bytes

Contents

// Place all the styles related to the frontend controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

.front {
  // @include align-items(center);
  // @include display(flex);
  // @include flex-direction(column);
  // @include justify-content(center);
  background-image: url("Home_Keppler.png");
  background-size: cover;
  background-position: 100% 90%;
  height: 100%;

  &-logo {
    img {
      @include respond-to(xs) {
        width: 300px;
      }
    }
  }

  &-social {
    margin-top: 30px;

    ul {
      margin: 0 20px;
      padding: 0;
    }

    li {
      // @include display(inline);
      margin: 0 20px;

      @include respond-to(xs) {
        margin: 0 7px;
      }
    }

    a {
      color: $white;
      font-size: 4rem;

      @include respond-to(xs) {
        font-size: 2rem;
      }
    }

    a:hover {
      color: $white;
      text-decoration: none;
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
keppler-2.0.3 installer/core/app/assets/stylesheets/app/plugins/_keppler.scss
keppler-2.0.2 installer/core/app/assets/stylesheets/app/plugins/_keppler.scss
keppler-2.0.1 installer/core/app/assets/stylesheets/app/plugins/_keppler.scss
keppler-2.0.0 installer/core/app/assets/stylesheets/app/plugins/_keppler.scss