Create PlayerSheet
This commit is contained in:
parent
e0578d425d
commit
e224f819a3
11 changed files with 252 additions and 0 deletions
5
styles/elements/headers.css
Normal file
5
styles/elements/headers.css
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.taf > .window-content {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
6
styles/elements/input.css
Normal file
6
styles/elements/input.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.taf > .window-content input {
|
||||
&.large {
|
||||
--input-height: 2.5rem;
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
}
|
||||
9
styles/elements/p.css
Normal file
9
styles/elements/p.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.taf > .window-content p {
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
5
styles/elements/prose-mirror.css
Normal file
5
styles/elements/prose-mirror.css
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.taf > .window-content prose-mirror {
|
||||
.editor-content {
|
||||
padding: 0 8px 8px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue