style: added image-header CSS component; style: removed stackedTabs and middle section SCSS files

This commit is contained in:
Roberto Tonino
2020-10-28 21:25:07 +01:00
parent 2cf68d182b
commit e950a59e1f
10 changed files with 38 additions and 41 deletions

View File

@@ -46,4 +46,11 @@
@apply text-primary border-primary bg-background-secondary;
@apply bg-opacity-25;
}
/* Image header */
.image-header header {
@apply bg-cover pt-56 px-6 pb-2 rounded-t-lg;
background-position: 0% 35%;
}
}