Sha256: f70f5765703b55f16d50e21469248d2a6fa059665f08fac83679cf6da8427797

Contents?: true

Size: 491 Bytes

Versions: 3

Compression:

Stored size: 491 Bytes

Contents

.usa-disclaimer {
  @include media($small-screen) {
    font-size: $h5-font-size;
  }
  background-color: $color-gray-lightest;
  font-size: $h6-font-size;
  padding: {
    bottom: .5rem;
    top: .5rem;
  }
}

// This hides the stage note (i.e. alpha, beta, etc) of the disclaimer for 
// anything smaller than large screen sizes
.usa-disclaimer-stage {
  @include media($large-screen) {
    display: block;
  }
  display: none;
  float: right;
}

.usa-flag_icon {
  margin-right: .2rem;
}

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
us_web_design_standards-0.0.2 app/assets/stylesheets/components/_disclaimer.scss
us_web_design_standards-0.0.2 assets/_scss/components/_disclaimer.scss
us_web_design_standards-0.0.0 assets/_scss/components/_disclaimer.scss