Add the ability to display / edit the description from the item sheet
This commit is contained in:
parent
46a235b603
commit
69db3ca719
13 changed files with 168 additions and 17 deletions
|
|
@ -5,6 +5,7 @@
|
|||
@import url("./elements/button.css");
|
||||
@import url("./elements/input.css");
|
||||
@import url("./elements/lists.css");
|
||||
@import url("./elements/p.css");
|
||||
@import url("./elements/pill-bar.css");
|
||||
@import url("./elements/prose-mirror.css") layer(exceptions);
|
||||
@import url("./elements/select.css");
|
||||
|
|
|
|||
10
templates/css/elements/p.css
Normal file
10
templates/css/elements/p.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.ripcrypt > .window-content p {
|
||||
&.warning {
|
||||
padding: 0.75rem;
|
||||
margin: 0.25rem;
|
||||
border-radius: 8px;
|
||||
border-color: yellow;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue