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";
|
|
|
|
|
2021-01-18 10:51:33 +00:00
|
|
|
solid-display>div {
|
|
|
|
display: contents !important;
|
|
|
|
}
|
|
|
|
|
2020-12-14 14:43:45 +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';
|
2021-01-22 13:21:25 +00:00
|
|
|
|
|
|
|
nav#main__menu {
|
2021-01-22 17:16:16 +00:00
|
|
|
@media (min-width: 768.01px) {
|
|
|
|
width: 250px;
|
|
|
|
}
|
2021-01-22 13:21:25 +00:00
|
|
|
}
|
|
|
|
main#content {
|
2021-01-22 17:16:16 +00:00
|
|
|
@media (min-width: 768.01px) {
|
|
|
|
width: calc(100% - 250px);
|
|
|
|
}
|
2021-01-22 14:04:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-ellipsis {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2021-01-22 13:21:25 +00:00
|
|
|
}
|