Skip to content

Commit

Permalink
Remove bourbon dependency
Browse files Browse the repository at this point in the history
- Remove bourbon dependency
- Improvements to css/js
  • Loading branch information
claudia-romano committed Mar 10, 2018
1 parent fee054a commit 378463b
Show file tree
Hide file tree
Showing 12 changed files with 320 additions and 2,133 deletions.
31 changes: 31 additions & 0 deletions css/demo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/* demo style */
.cd-nugget-info {
text-align: center;
position: absolute;
width: 100%;
height: 50px;
line-height: 50px;
top: 0;
left: 0;
}
.cd-nugget-info a {
position: relative;
font-size: 14px;
color: #718ca1;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.cd-nugget-info a:hover {
opacity: .8;
}
.cd-nugget-info span {
vertical-align: middle;
display: inline-block;
}
.cd-nugget-info span svg {
display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
fill: #718ca1;
}
Loading

0 comments on commit 378463b

Please sign in to comment.