Skip to content

Commit

Permalink
Add the dist directory bakc in."
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Jul 21, 2016
1 parent 15a9185 commit 722da8c
Show file tree
Hide file tree
Showing 5 changed files with 1,380 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
.DS_Store
dist
24 changes: 24 additions & 0 deletions dist/tribute.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.tribute-container {
position: absolute;
top: 0;
left: 0;
height: auto;
max-height: 300px;
max-width: 500px;
overflow: auto;
display: block;
z-index: 999999; }
.tribute-container ul {
margin: 0;
margin-top: 2px;
list-style: none;
background: #efefef; }
.tribute-container li {
padding: 5px 5px;
cursor: pointer; }
.tribute-container li.highlight, .tribute-container li:hover {
background: #ddd; }
.tribute-container li span {
font-weight: bold; }
.tribute-container .menu-highlighted {
font-weight: bold; }
Loading

0 comments on commit 722da8c

Please sign in to comment.