EthikTag/assets/styles/_add-flash.scss

24 lines
499 B
SCSS
Raw Normal View History

2022-10-15 15:22:45 +02:00
.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;
}
}