main.css¶
Create a main.css file with the following content:
.container {
display: flex;
}
.row {
display: flex;
flex-flow: row;
}
.column {
display: flex;
flex-flow: column;
margin-left: 32px;
}
.form-group {
display: flex;
flex-flow: column;
margin-bottom: 8px;
}
.train {
width: 300px;
}
.table .body__row, .table .header__row {
display: flex;
flex-flow: row;
}
textarea {
height: 130px;
}
Last update: March 5, 2019
Except where otherwise noted, content on this site is licensed under the Development License Agreement.