Restructure static files into a single directory

This commit is contained in:
Andrew Miner
2015-03-08 15:05:24 -07:00
parent 997b37ab7d
commit 0a6c185965
5053 changed files with 383 additions and 175 deletions
+36
View File
@@ -0,0 +1,36 @@
/*
Crafting Table - mod.scss
Copyright (c) 2014-2015 by Redwood Labs
All rights reserved.
*/
.view__mod_selector {
position: relative; width: 100%;
display: table-row;
div, p {
display: table-cell;
padding: 0.4em;
}
.version {
width: 12em;
select {
position: relative; width: 100%;
}
}
.name {
width: 18em;
p {
text-decoration: underline;
}
}
&.disabled {
p { color: $color-gray-light; }
}
}