Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
BioMaRu committed Nov 2, 2017
1 parent 8905914 commit aa589dd
Show file tree
Hide file tree
Showing 33 changed files with 1,487 additions and 794 deletions.
16 changes: 16 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,20 @@
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}
.u-panel {
padding: 16px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border: 2px solid #e9e9e9;
border-top-width: 0px;
border-color: hsla(0, 0%, 90%, 0.8);
}
pre.example.language-markup {
border: 2px solid #e9e9e9;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
</style>
Loading

0 comments on commit aa589dd

Please sign in to comment.