hubl/src/styles/index.scss

23 lines
337 B
SCSS
Raw Normal View History

@charset "UTF-8";
@import "@startinblox/hubl-styling-framework/dist/index.css";
main {
background-color: pink;
}
2020-12-22 15:04:13 +00:00
.whitespace-normal {
white-space: normal;
}
2020-12-29 13:14:23 +00:00
.whitespace-nowrap {
white-space: nowrap;
}
.segment {
white-space: normal !important;
}
@import 'header/_index';
@import 'left-nav/_index';
2020-12-15 15:33:24 +00:00
@import 'content/_index';