2020-12-05 15:17:06 +00:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
2020-12-14 14:43:45 +00:00
|
|
|
@import "@startinblox/hubl-styling-framework/dist/index.css";
|
|
|
|
|
2020-12-14 10:41:26 +00:00
|
|
|
main {
|
|
|
|
background-color: pink;
|
|
|
|
}
|
|
|
|
|
2020-12-22 15:04:13 +00:00
|
|
|
.whitespace-normal {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
2021-01-04 14:26:53 +00:00
|
|
|
.block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2021-01-05 12:22:25 +00:00
|
|
|
solid-display>div {
|
|
|
|
display: contents !important;
|
|
|
|
}
|
|
|
|
|
2020-12-14 14:43:45 +00:00
|
|
|
@import 'header/_index';
|
|
|
|
@import 'left-nav/_index';
|
2020-12-15 15:33:24 +00:00
|
|
|
@import 'content/_index';
|