Style error states
This commit is contained in:
@@ -135,7 +135,7 @@ class NewTeamModal extends React.Component {
|
|||||||
|
|
||||||
<Modal.Footer>
|
<Modal.Footer>
|
||||||
<div
|
<div
|
||||||
className='pull-left'
|
className='pull-left modal-error'
|
||||||
>
|
>
|
||||||
{this.getError()}
|
{this.getError()}
|
||||||
</div>
|
</div>
|
||||||
|
@@ -29,3 +29,12 @@
|
|||||||
background-color: #e6e6e6;
|
background-color: #e6e6e6;
|
||||||
border-color: #adadad;
|
border-color: #adadad;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.has-error .control-label,
|
||||||
|
.has-error .help-block {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-error {
|
||||||
|
color: #a94442;
|
||||||
|
}
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Settings</title>
|
<title>Settings</title>
|
||||||
<link rel="stylesheet" href="modules/bootstrap/css/bootstrap.min.css">
|
<link rel="stylesheet" href="modules/bootstrap/css/bootstrap.min.css">
|
||||||
|
<link rel="stylesheet" href="css/index.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user