hubl/src/styles/index.scss

79 lines
1.0 KiB
SCSS
Raw Normal View History

@charset "UTF-8";
@import "@startinblox/hubl-styling-framework/dist/index.css";
2021-01-18 10:51:33 +00:00
solid-display>div {
display: contents !important;
}
/*.segment {
&.quarter {
width: 25%;
2021-01-19 18:59:24 +00:00
}
&.third {
width: 33.333%;
2021-01-19 18:59:24 +00:00
}
2021-01-18 10:51:33 +00:00
&.half {
width: 50%;
}
2021-01-08 14:39:37 +00:00
&.two-third {
width: 66.666%;
}
&.three-quarter {
width: 75%;
}
&.full {
width: 100%;
}
2021-01-15 09:37:22 +00:00
&.auto {
width: auto;
}
2021-01-15 09:37:22 +00:00
&.children {
2021-01-15 09:37:22 +00:00
&-quarter>div>solid-display {
width: 25%;
2021-01-15 09:37:22 +00:00
}
&-third>div>solid-display {
width: 33.333%;
}
2021-01-15 09:37:22 +00:00
&-half>div>solid-display {
width: 50%;
}
2021-01-15 09:37:22 +00:00
&-two-third>div>solid-display {
width: 66.666%;
}
2021-01-15 09:37:22 +00:00
&-three-quarter>div>solid-display {
width: 75%;
}
2021-01-15 09:37:22 +00:00
&-full>div>solid-display {
width: 100%;
}
2021-01-15 09:37:22 +00:00
&-auto>div>solid-display {
width: auto;
2021-01-15 09:37:22 +00:00
}
}
}*/
2021-01-15 09:37:22 +00:00
@import 'header/_index';
@import 'left-nav/_index';
2021-01-10 16:53:56 +00:00
@import 'content/_index';
@import 'about/_index';
2021-01-18 10:51:33 +00:00
@import 'members/_index';
@import 'profile/_index';
@import 'job-offers/_index';
2021-01-12 17:10:31 +00:00
@import 'chat/_index';