MusicTopus/sass/flash.scss

15 lines
364 B
SCSS

.flash {
background-color: var(--danger-color);
border-radius: 6px;
box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
color: var(--default-color);
display: block;
padding: 1.25rem;
width: calc(100% - 6rem);
margin: 2rem auto;
@include transition() {}
.header {
font-weight: 800;
}
}