Began implementing Sleeve UI page

This commit is contained in:
danielyxie
2019-01-10 00:20:04 -08:00
parent 7d51182c60
commit d9b865ef17
9 changed files with 227 additions and 24 deletions

9
css/sleeves.scss Normal file
View File

@@ -0,0 +1,9 @@
/**
* Styling for the Sleeves Management page
*/
@import "theme";
.sleeve-container {
border: 1px solid white;
margin: 4px;
}