Sha256: e822334de1738b86f722e8a604337cdda18397c62ffd437236e237ab39df1619

Contents?: true

Size: 599 Bytes

Versions: 3

Compression:

Stored size: 599 Bytes

Contents

.form-switch.cvss {
  display: inline-flex;
  font-size: 1rem;
  white-space: nowrap;

  .form-check-input,
  .form-check-input:focus {
    background-color: $primaryColor;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    transform: translateX(1.5rem);
  }

  .form-check-label {
    font-size: 1rem;
    text-transform: lowercase;

    span {
      line-height: normal;

      &:first-of-type {
        display: inline-block;
        transform: translateX(-2.5rem);
      }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dradis-calculator_cvss-4.11.0 app/assets/stylesheets/dradis/plugins/calculators/cvss/_version_switch.scss
dradis-calculator_cvss-4.10.0 app/assets/stylesheets/dradis/plugins/calculators/cvss/_version_switch.scss
dradis-calculator_cvss-4.9.0 app/assets/stylesheets/dradis/plugins/calculators/cvss/_version_switch.scss