mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-07-06 05:16:32 +08:00
Added yeoman image as default view.
This commit is contained in:
@@ -1 +1,21 @@
|
||||
/* Base Application Styles */
|
||||
body {
|
||||
color: #fff;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.index img {
|
||||
margin: 40px auto;
|
||||
border-radius: 4px;
|
||||
background: #fff;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.index .notice {
|
||||
margin: 20px auto;
|
||||
padding: 15px 0;
|
||||
text-align: center;
|
||||
border: 1px solid #000;
|
||||
border-width: 1px 0;
|
||||
background: #666;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user