jellyfish-web/src/components/homesections/homesections.scss

23 lines
362 B
SCSS
Raw Normal View History

2019-01-23 11:33:34 +00:00
.homeLibraryButton {
2018-10-23 01:13:23 +03:00
min-width: 18%;
2020-01-19 15:00:37 +01:00
margin: 0.5em !important;
2018-10-23 01:13:23 +03:00
}
@media all and (max-width: 50em) {
2018-10-23 01:13:23 +03:00
.homeLibraryButton {
width: 46% !important;
2018-10-23 01:13:23 +03:00
}
2019-05-26 02:05:19 +03:00
}
2019-05-28 04:51:27 +03:00
.homeLibraryIcon {
2020-01-22 21:40:45 +01:00
margin-left: 0.5em;
margin-right: 0.5em;
flex-shrink: 0;
2019-05-28 04:51:27 +03:00
}
.homeLibraryText {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
2019-05-28 04:51:27 +03:00
}