mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
Add some padding
This commit is contained in:
parent
6db6f2d432
commit
39f55e25c1
3
unleash-server/public/css/unleash.css
Normal file
3
unleash-server/public/css/unleash.css
Normal file
@ -0,0 +1,3 @@
|
||||
.new-feature-form {
|
||||
padding: 20px;
|
||||
}
|
@ -8,6 +8,7 @@
|
||||
<meta name="description" content="unleash">
|
||||
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="css/unleash.css">
|
||||
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/react/0.11.2/react.js"></script>
|
||||
<script src="//fb.me/JSXTransformer-0.11.2.js"></script>
|
||||
|
@ -16,7 +16,7 @@ var Menu = React.createClass({
|
||||
var UnsavedFeature = React.createClass({
|
||||
render: function() {
|
||||
return (
|
||||
<div>
|
||||
<div className="bg-info new-feature-form">
|
||||
<form className="form-inline" role="form" ref="form">
|
||||
<div className="form-group">
|
||||
<label className="sr-only" htmlFor="name">Name</label>
|
||||
|
Loading…
Reference in New Issue
Block a user