2018-08-01 16:41:54 +00:00
|
|
|
%navigate-section-list-text {
|
|
|
|
width: 100%;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: $welcomePageTitleColor;
|
|
|
|
text-align: left;
|
|
|
|
font-family: 'open_sanslight', Helvetica, sans-serif;
|
|
|
|
}
|
|
|
|
%navigate-section-list-tile-text {
|
|
|
|
@extend %navigate-section-list-text;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.navigate-section-list-tile {
|
|
|
|
background-color: #1754A9;
|
2018-08-27 15:13:59 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline-flex;
|
|
|
|
margin-bottom: 8px;
|
2018-08-01 16:41:54 +00:00
|
|
|
margin-right: 8px;
|
2018-09-07 21:26:13 +00:00
|
|
|
min-height: 100px;
|
2018-08-01 16:41:54 +00:00
|
|
|
padding: 16px;
|
2018-08-27 15:13:59 +00:00
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&.with-click-handler {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.with-click-handler:hover {
|
|
|
|
background-color: #1a5dbb;
|
|
|
|
}
|
2018-08-28 00:56:17 +00:00
|
|
|
|
|
|
|
i {
|
|
|
|
cursor: inherit;
|
|
|
|
}
|
2018-09-01 01:03:35 +00:00
|
|
|
|
|
|
|
.element-after {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.join-button {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover .join-button {
|
|
|
|
display: block
|
|
|
|
}
|
2018-08-01 16:41:54 +00:00
|
|
|
}
|
|
|
|
.navigate-section-tile-body {
|
|
|
|
@extend %navigate-section-list-tile-text;
|
|
|
|
font-weight: normal;
|
2018-09-01 01:03:35 +00:00
|
|
|
line-height: 24px;
|
2018-08-01 16:41:54 +00:00
|
|
|
}
|
2018-08-27 15:13:59 +00:00
|
|
|
.navigate-section-list-tile-info {
|
|
|
|
flex: 1;
|
2018-09-07 21:26:13 +00:00
|
|
|
word-break: break-word;
|
2018-08-27 15:13:59 +00:00
|
|
|
}
|
2018-08-01 16:41:54 +00:00
|
|
|
.navigate-section-tile-title {
|
|
|
|
@extend %navigate-section-list-tile-text;
|
|
|
|
font-weight: bold;
|
2018-09-01 01:03:35 +00:00
|
|
|
line-height: 24px;
|
2018-08-01 16:41:54 +00:00
|
|
|
}
|
|
|
|
.navigate-section-section-header {
|
|
|
|
@extend %navigate-section-list-text;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 16px;
|
2018-09-25 00:00:08 +00:00
|
|
|
display: block;
|
2018-08-01 16:41:54 +00:00
|
|
|
}
|
|
|
|
.navigate-section-list {
|
|
|
|
position: relative;
|
|
|
|
margin-top: 36px;
|
|
|
|
margin-bottom: 36px;
|
2018-08-27 15:13:59 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.navigate-section-list-empty {
|
|
|
|
text-align: center;
|
2018-08-01 16:41:54 +00:00
|
|
|
}
|