Sha256: e0915554597d0d14304f0a5454647f1a478dfb25b21b40375d1ec1c309dba208

Contents?: true

Size: 866 Bytes

Versions: 3

Compression:

Stored size: 866 Bytes

Contents

.activity {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 0.5rem;
  // --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  // border-radius: 0;
}

.activity-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loggable_activity-0.5.7 app/assets/stylesheets/loggable_activity/activities.scss
loggable_activity-0.5.6 app/assets/stylesheets/loggable_activity/activities.scss
loggable_activity-0.5.4 app/assets/stylesheets/loggable_activity/activities.scss