// Content area component section.content-area { .content-area-header { border-bottom: solid 1px $border-color; display: flex; flex-direction: row; margin-bottom: 16px; h2 { line-height: 1.8rem; } } } // Confirm button component .btn-confirmation-action { color: $error-color !important; &:hover { text-decoration: underline; } }