TeaWeb/shared/css/static/modal-bancreate.scss
2019-02-09 20:23:15 +01:00

62 lines
No EOL
873 B
SCSS

.bancreate {
display: flex;
flex-direction: column;
.frame-container {
display: flex;
flex-direction: column;
select.form-control {
height: 2rem!important;
}
.form-row {
margin-right: 0;
margin-left: 0;
display: flex;
flex-direction: row;
justify-content: stretch;
div:first-of-type {
flex-grow: 1;
flex-shrink: 1;
margin-right: 10px;
}
div:nth-of-type(2) {
min-width: 150px;
}
}
.form-group, .form-row {
flex-grow: 0;
flex-shrink: 0;
&.container-reason {
flex-grow: 1;
flex-shrink: 1;
overflow-y: auto;
}
}
.footer {
display: flex;
flex-direction: row;
justify-content: space-between;
.container-global {
display: inline-block;
.input-global {
vertical-align: bottom;
}
}
.container-buttons {
display: inline-block;
}
}
}
}