deemixer/src/styles/scss/_stackedTabs.scss

8 lines
217 B
SCSS

// Make a component? But it would be only one HTML tag with a bunch of classes and a prop (the img src)...
.image_header {
header {
@apply bg-cover pt-56 px-6 pb-2 rounded-t-lg;
background-position: 0% 35%;
}
}