add markdown-formatting link - hide textarea if guidelines not accepting - chat ui

This commit is contained in:
negue
2019-03-09 21:10:20 +01:00
parent 201085651b
commit 8ecbdc1448
2 changed files with 45 additions and 11 deletions

View File

@@ -11,17 +11,31 @@
.community-guidelines {
background-color: rgba(135, 129, 144, 0.84);
padding: 1em;
padding-left: 0;
padding-right: 0;
color: $white;
position: absolute;
top: 0;
height: 150px;
margin-top: 2.3em;
width: 100%;
// width: calc(100% - 24px);
border-radius: 4px;
align-items: center;
justify-content: center;
.col {
padding: 20px 24px;
}
a {
text-decoration: underline;
color: $white;
font-weight: bold;
}
button {
margin: 20px 12px;
padding-top: 5px;
padding-bottom: 5px;
}
.btn-follow-guidelines {
white-space: pre-line;
}