Restructure static files into a single directory
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/*
|
||||
Crafting Guide - mod_versions.scss
|
||||
|
||||
Copyright (c) 2014-2015 by Redwood Labs
|
||||
All rights reserved.
|
||||
*/
|
||||
|
||||
.view__mod_pack {
|
||||
|
||||
input {
|
||||
border: 0; font-size: 1.5em; width: 90%;
|
||||
}
|
||||
|
||||
.mods {
|
||||
position: relative; width: 100%;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.panel {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
position: relative; width: 100%;
|
||||
margin-top: 1em;
|
||||
padding: 1em 1em;
|
||||
text-align: left;
|
||||
|
||||
button {
|
||||
position: relative; width: 20em;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user