hubl/src/styles/index.scss

52 lines
519 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;
}
.block {
display: block;
}
solid-display>div {
display: contents !important;
}
2021-01-08 14:39:37 +00:00
.w75 {
width: 75%;
}
.w25 {
width: 25%;
}
.w50 {
width: 50%;
}
.w33 {
width: 33.333%;
}
.w66 {
width: 66.666%;
}
2021-01-08 14:39:37 +00:00
.text-left {
text-align: left;
}
@import 'header/_index';
@import 'left-nav/_index';
2021-01-10 16:53:56 +00:00
@import 'content/_index';
@import 'about/_index';