aboutsummaryrefslogblamecommitdiffstats
path: root/source/App.css
blob: 9f7626fb9697c4235259a796584424d062c7ebc7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                     
/*
	Put anything you reference with "url()" in ../assets/
	This way, you can minify your application, and just remove the "source" folder for production
*/
#app {
	margin: 16px;
	border-radius: 4px;
	background-color: silver;
	padding: 16px;
}