Migrate assets to use Webpacker

This commit is contained in:
Albert Yi
2018-07-06 16:41:08 -07:00
parent 95b72f5f5c
commit 6fa0ae2cf1
175 changed files with 11518 additions and 3726 deletions

View File

@@ -0,0 +1,43 @@
@import "000_vars.scss";
span.error {
display: block;
font-weight: bold;
color: red;
}
span.link {
color: $link_color;
cursor: pointer;
}
span.wait {
color: #CCC;
}
span.count {
color: #CCC;
margin-left: 0.5em;
}
span.edit-options {
}
kbd.key {
background: #333;
border: 1px solid #333;
padding: 1px 6px;
color: white;
/* width: 1em;*/
text-align: center;
@include inline-block;
@include border-radius(3px);
}
span.inactive {
color: #AAA;
}
td a.last-page {
color: #666;
}