|
|
|
@import '../../../variables.scss';
|
|
|
|
|
|
|
|
.container.graphview {
|
|
|
|
background: $black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search {
|
|
|
|
height: 55px;
|
|
|
|
padding: 2px 25px;
|
|
|
|
border-top: 1px solid $darkgrey;
|
|
|
|
border-bottom: 1px solid $darkgrey;
|
|
|
|
background: $white;
|
|
|
|
|
|
|
|
.input {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
|
|
|
width: 5%;
|
|
|
|
line-height: 50px;
|
|
|
|
font-size: 20px;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text {
|
|
|
|
width: 95%;
|
|
|
|
outline: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
height: 50px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
background: $lightgrey;
|
|
|
|
|
|
|
|
.titleContainer {
|
|
|
|
padding: 20px 40px;
|
|
|
|
|
|
|
|
.left {
|
|
|
|
padding: 10px 0;
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 26px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.createChannelContainer {
|
|
|
|
padding: 20px 40px;
|
|
|
|
|
|
|
|
.createChannelButton {
|
|
|
|
font-size: 14px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.filtersContainer {
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 20px 40px;
|
|
|
|
|
|
|
|
h2, h2 span {
|
|
|
|
color: $bluegrey;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: color 0.25s;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: lighten($bluegrey, 10%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h2, .filters li {
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 1.5px;
|
|
|
|
color: $darkestgrey;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 span.pulldown {
|
|
|
|
color: $main;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filters {
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
bottom: -100px;
|
|
|
|
z-index: 10;
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin: 5px 0;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $main;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.refreshContainer {
|
|
|
|
text-align: right;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
.refresh {
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layoutsContainer {
|
|
|
|
padding: 40px;
|
|
|
|
|
|
|
|
span {
|
|
|
|
font-size: 30px;
|
|
|
|
color: $grey;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: all 0.25s;
|
|
|
|
|
|
|
|
&:nth-child(1) {
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $darkestgrey;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
color: $darkestgrey;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.createChannelContainer {
|
|
|
|
padding: 40px;
|
|
|
|
|
|
|
|
.newChannelButton {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.channels {
|
|
|
|
padding: 10px 40px 40px 40px;
|
|
|
|
transition: opacity 0.25s;
|
|
|
|
|
|
|
|
&.fade {
|
|
|
|
opacity: 0.05;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cardsContainer {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
}
|