mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
frontend: add markdown help
This commit is contained in:
@ -68,7 +68,7 @@ textarea {
|
||||
}
|
||||
|
||||
.commento-button-margin {
|
||||
padding-bottom: 60px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.commento-anonymous-checkbox-container {
|
||||
@ -91,3 +91,34 @@ textarea {
|
||||
margin-top: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
.commento-markdown-button {
|
||||
color: $gray-6;
|
||||
margin: 0px 16px;
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
border: none;
|
||||
line-height: 58px;
|
||||
font-weight: 400;
|
||||
cursor: pointer;
|
||||
|
||||
b {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.commento-markdown-help {
|
||||
border: 1px solid $gray-3;
|
||||
padding: 8px;
|
||||
|
||||
tr {
|
||||
td {
|
||||
padding: 0px 6px;
|
||||
pre {
|
||||
display: inline;
|
||||
font-family: monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user