Add changelog and manual resource css for shared application resources
This commit is contained in:
@@ -16,3 +16,6 @@ $non-default-attention-color: #f2711c;
|
||||
@import "./components/title-box";
|
||||
@import "./components/ui-calendar-additions";
|
||||
@import "./components/ui-markdown-popup";
|
||||
|
||||
@import "./resources/changelog";
|
||||
@import "./resources/manual";
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
.changelog
|
||||
code
|
||||
// inspired by slack
|
||||
color: #d72b3f
|
||||
background-color: #f7f7f9
|
||||
border: 1px solid #e1e1e8
|
||||
font-family: Consolas,monaco,"Ubuntu Mono",courier,monospace!important
|
||||
font-size: 0.75rem
|
||||
line-height: 0.75rem
|
||||
padding: 2px 3px 1px
|
||||
border-radius: 3px
|
||||
h3
|
||||
margin: 0
|
||||
ul
|
||||
margin-top: 5px
|
||||
@@ -0,0 +1,3 @@
|
||||
.manual
|
||||
img
|
||||
max-width: 100%
|
||||
Reference in New Issue
Block a user