Sha256: 0b1f54e6acc6358b17dc8998a5ae3e3554ee4b86650a52327937fd42b1742dbf

Contents?: true

Size: 1.65 KB

Versions: 99

Compression:

Stored size: 1.65 KB

Contents

html, body {
  height: 100%;
}
main {
  min-height: calc( 100% - #{$navbar-height + $footer_height});
}

nav {
  margin-bottom: 1rem;
  @include media-breakpoint-up(lg) {
    .user-drop {
      margin-left: 30px;
    }
  }
}
.main-menu.navbar-nav {
  .nav-item .nav-link {
    font-size: 120%;
  }
  .main-item.nav-item .nav-link {
    color: $brand-primary;
    border-radius: $border-radius-lg;
    &:hover {
      color: darken($brand-primary, 7.5%);
      // -webkit-box-shadow: $btn-focus-box-shadow;
      // box-shadow: $btn-focus-box-shadow;
    }
  }
}

label {
  color: $gray;
}

.previous_names.attribute {
  border-bottom: none;
  .value {
    color: $gray-light;
    text-decoration: line-through;
  }
}

.attribute {
  border-bottom: 1px solid lighten($gray-lighter, 10%);
  margin: 0 8%;
  margin-bottom: .5rem;
  width: 88%;
  .label {
    font-size: 80%;
    color: $gray;
  }
  .value {
    padding-left: 1rem;
    .unfilled-message {
      color: $gray;
    }
  }
}

.address-fields .validation-button {
  text-align: center;
}

form .form-actions {
  text-align: center;
}

footer {
  margin-top: 4rem;
  border-top: solid 1px $gray-lighter;
  padding: .5rem 1.5rem;
  font-size: 80%;
  .subtitle {
    //border: solid 1px $gray-light;
    //border-radius: 5px;
    color: $gray;
    text-align: justify;
    margin-bottom: 1rem;
    margin-top: .5rem;
  }
  .contacts {
    text-align: center;
  }
  .social-network-links {
    a {
      display: inline-block;
      padding: 0.5rem;
      color: #000;
    }
  }
  .notice, .copyright {
    color: $gray;
    font-size: 80%;
  }
  @include media-breakpoint-up(sm) {
    .copyright {
      text-align: right;
    }
  }
}

Version data entries

99 entries across 99 versions & 1 rubygems

Version Path
egov_utils-1.5.0.alpha16 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha15 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha14 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha13 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha12 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha11 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha10 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha9 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha8 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha7 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha6 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha5 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha4 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.4.5 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.4.4 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha3 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha2 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.5.0.alpha1 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.4.3 vendor/assets/stylesheets/themes/sako/layout.scss
egov_utils-1.4.2 vendor/assets/stylesheets/themes/sako/layout.scss