Add changelog and manual resource css for shared application resources

This commit is contained in:
2018-01-30 12:36:41 -03:00
parent 7ec7dab0fa
commit 965a114d2d
3 changed files with 21 additions and 0 deletions
+3
View File
@@ -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";
+15
View File
@@ -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
+3
View File
@@ -0,0 +1,3 @@
.manual
img
max-width: 100%