@import './config.scss'; .infobox { height: auto; padding: 15px 20px; margin-bottom: 30px; border-radius: $theme-border-radius-small; display: flex; align-items: center; a { color: #FFF; } .infobox__content { flex: 1; } &.infobox--success { background: $theme-brand-success; color: #FFF; } &.infobox--primary { background: $theme-brand-primary; color: #FFF; } &.infobox--danger { background: $theme-brand-danger; color: #FFF; } &.infobox--warning { background: $theme-brand-warning; color: #FFF; } .mdi { margin-right: 10px; } .infobox__cta { color: #FFF; padding: 3px 8px; border-radius: $theme-border-radius-small; border-color: #FFF; border-width: 2px; border-style: solid; margin-left: 15px; .loader { position: relative; width: 20px; height: 12px; z-index: 9999; display: inline-block; margin-right: 5px; } } .infobox__delete { color: #FFF; margin-right: 0; } }