Skip to content

Commit

Permalink
better documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
deliciousmonster committed Sep 18, 2018
1 parent 9d519fc commit d185155
Show file tree
Hide file tree
Showing 7 changed files with 839 additions and 804 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"no-return-assign": 0,
"no-nested-ternary": 0,
"react/jsx-one-expression-per-line": 0,
"react/prop-types": 0
"react/prop-types": 0,
"react/no-array-index-key": 0
}
}
8 changes: 7 additions & 1 deletion assets/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@
/* place your app-specific css below (or make component/view */
/* specific scss files and throw them in the css folder) */

#demo_output{
#demo_output,
#demo_output_2 {
border: 1px solid #e6e9ee;
height: 160px;
border-radius: 4px;
overflow-y: auto;
padding: 10px;
}

#demo_output_2{
height: 110px;
margin-top: 14px;
}
2 changes: 1 addition & 1 deletion assets/css/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body{

#app-nav {
min-width:320px;
background: $purple!important;
background: $black!important;
padding: 0.5rem 2rem;
position: fixed;

Expand Down
Loading

0 comments on commit d185155

Please sign in to comment.