@use "../base" as *; @use "../abstracts" as *; .paragraph--type--ckeditor { .field--name-field-cke { h1 { padding: 0 16px !important; margin: 0; color: $dark-gray; font-family: $font-primary; font-size: 2rem !important; font-weight: 700; line-height: 2.375rem; @include breakpoint(medium) { padding-right: 0 !important; padding-left: 0 !important; font-size: 2.25rem !important; line-height: 2.75rem; } @include breakpoint(large) { font-size: 2.5rem !important; line-height: 3rem; } } } .full-width { width: 100%; } .label { display: inline; padding: 5px 16px 8px; font-size: 1.6875rem; font-weight: bold; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 7px; &.label-danger { background-color: #d9534f; } } img { padding: 10px; } h6 { font-weight: 400; line-height: 140%; margin: 4px 0; } .list-group { margin-bottom: 20px; padding-left: 0; .list-group-item { position: relative; display: flex; flex-direction: row-reverse; justify-content: space-between; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid $gray; &:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #b4b6c5; border-radius: 10px; } & > .badge { float: right; } } } }