Compare commits
No commits in common. "2a9d5b393e01dbdeda6767e5040d3f6977922205" and "0b1f806276a0d7e8ef664d13d57135b244fa8fca" have entirely different histories.
2a9d5b393e
...
0b1f806276
@ -39,3 +39,8 @@ features = [
|
|||||||
"MediaQueryList",
|
"MediaQueryList",
|
||||||
"Window"
|
"Window"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
debug = true
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message .body {
|
.body {
|
||||||
background: white;
|
background: white;
|
||||||
color: black;
|
color: black;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
@ -48,18 +48,6 @@
|
|||||||
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;
|
||||||
}
|
}
|
||||||
@ -250,6 +238,11 @@ 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