Compare commits
2 Commits
0b1f806276
...
2a9d5b393e
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a9d5b393e | |||
| 90860e5511 |
@ -39,8 +39,3 @@ features = [
|
|||||||
"MediaQueryList",
|
"MediaQueryList",
|
||||||
"Window"
|
"Window"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
[profile.release]
|
|
||||||
debug = true
|
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body {
|
.message .body {
|
||||||
background: white;
|
background: white;
|
||||||
color: black;
|
color: black;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
@ -48,6 +48,18 @@
|
|||||||
margin: 0.5rem 0;
|
margin: 0.5rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message .body blockquote {
|
||||||
|
padding-left: 1em;
|
||||||
|
border-left: 2px solid #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.message .body ul,
|
||||||
|
.message .body ol,
|
||||||
|
.message .body li {
|
||||||
|
margin: revert;
|
||||||
|
padding: revert;
|
||||||
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
@ -238,11 +250,6 @@ display: none;
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
blockquote {
|
|
||||||
padding-left: 1em;
|
|
||||||
border-left: 2px solid #ddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.desktop .main-content {
|
.desktop .main-content {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 12rem 1fr;
|
grid-template-columns: 12rem 1fr;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user