Newer
Older
:host{
p,h1,h2,h3,h4,h5{
padding:0;
margin:0;
}
.questionwall{
&-icon{
font-family:'Material Icons', serif;
font-weight:normal;
font-style:normal;
font-size:18px;
line-height:18px;
padding:0;
margin:0;
color:var(--ars-header-color);
}
&-header{
background-color:var(--ars-foreground-color);
border-bottom:solid 1px var(--ars-border-color);
z-index:4;
}
&-footer{
background-color:var(--ars-foreground-color);
border-top:solid 1px var(--ars-border-color);
z-index:54;

Lukas Haase
committed
>*{
height:100%;
float:left;
}
&-meta{
display:flex;
justify-content:flex-start;
flex-direction:row;
}

Lukas Haase
committed
&-border{
&-on{

Lukas Haase
committed
box-shadow:inset 0px 0px 0px 1px var(--ars-button-color-light);

Lukas Haase
committed
&-off{

Lukas Haase
committed
box-shadow:inset 0px 0px 0px 0px var(--ars-button-color-light);

Lukas Haase
committed
&-timestamp{
color:var(--ars-paragraph-color);

Lukas Haase
committed
font-size:14px;

Lukas Haase
committed
}
&-user{
color:var(--ars-header-color);
font-size:14px;
padding-right:8px;

Lukas Haase
committed
&-body{
hyphens:auto;

Lukas Haase
committed
word-break:break-word;
color:var(--ars-header-color);
line-height:22px;
white-space:normal;
}
&-btn{
>button>*{
color:var(--ars-button-color-light);
}
>button:hover>*{
color:var(--ars-button-color);
}

Lukas Haase
committed
}
&-notification{
font-size:12px;
text-transform:uppercase;
letter-spacing:2px;
line-height:18px;

Lukas Haase
committed
font-weight:600;
color: #cc4244;

Lukas Haase
committed
&-list{
box-sizing:border-box;
padding:16px 0px;
border-left:solid 1px var(--ars-border-color);
&-filter{
border-top:solid 1px var(--ars-border-color);
border-bottom:solid 1px var(--ars-border-color);
}

Lukas Haase
committed
}
&-present{
font-size:45px;
padding:16px 32px 16px 32px;
color:var(--ars-header-color);

Lukas Haase
committed
word-break:break-word;
&-box{
&-outer{
display:flex;
flex-direction:row;
justify-content:center;
}
&-inner{
width:1000px;
flex-shrink:1;
}
}
&-meta{
padding-top:16px;
display:flex;
justify-content:start;
flex-direction:row;
:first-child{
padding-left:32px;
}
&-icon{
font-size:20px;
line-height:20px;
}
&-user{
font-family:Roboto, 'sans-serif';
font-size:18px;
padding-right:16px;
color:var(--ars-header-color);
}
&-timestamp{
font-family:Roboto, 'sans-serif';
font-size:18px;
font-weight:400;
color:var(--ars-paragraph-color);
}

Lukas Haase
committed
}
&-introduction{
&-title{
font-size:35px;
padding:32px 32px 0 32px;
color:var(--ars-header-color);
}
&-desc{
font-size:18px;
padding:16px 32px 0 32px;
color:var(--ars-paragraph-color);
}
}
}
&-screen{
background-color:var(--ars-background-color);
}
&-text{
&-color{
color:var(--ars-paragraph-color);
}
}