jellyfish-web/src/components/homesections/homesections.scss
edvwib d58f2e8ec4 Enable Stylelint rules for vendor prefixes
This commit also removes a bunch of vendor prefixes that were in the styles
but are no longer needed since PostCSS and Autoprefixer handles generating
them.
2022-12-20 23:49:26 +01:00

22 lines
362 B
SCSS

.homeLibraryButton {
min-width: 18%;
margin: 0.5em !important;
}
@media all and (max-width: 50em) {
.homeLibraryButton {
width: 46% !important;
}
}
.homeLibraryIcon {
margin-left: 0.5em;
margin-right: 0.5em;
flex-shrink: 0;
}
.homeLibraryText {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}