.add-flash{ &-form-warning{ width: 100%; background-color: indianred; color: white; display: flex; justify-content: center; align-items: center; padding-bottom: 65px !important; border-radius: 5px; font-size: 25px; } &-success{ width: 100%; background-color: lightgreen; color: white; display: flex; justify-content: center; align-items: center; padding-bottom: 65px !important; border-radius: 5px; font-size: 25px; } }