kateb-panel/src/routes/panel/volunteer/form/form.component.scss

40 lines
605 B
SCSS

mat-card {
width: 70%;
button[color="green"] {
background-color: #00c853;
color: white;
}
header {
display: flex;
flex-wrap: nowrap;
align-items: center;
h3 {
margin-left: auto;
margin-top: 0;
margin-right: 20px;
}
}
}
form {
display: flex;
flex-direction: column;
div.row,
mat-form-field {
width: 100%;
}
}
footer {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: flex-end;
button {
margin-right: 10px;
}
}