TeaWeb/shared/css/static/modal-connect.scss
2019-03-25 20:04:04 +01:00

73 lines
No EOL
976 B
SCSS

.modal .modal-connect {
/*
margin-top: 5px;
> div:not(:first-of-type) {
margin-top: 5px;
}
.profile-select-container {
display: flex;
flex-direction: row;
justify-content: space-between;
select {
width: 150px;
}
}
.profile-invalid {
display: flex;
flex-direction: column;
justify-content: start;
> div {
display: inline-flex;
flex-direction: row;
}
color: red;
}
*/
.container-address-password {
display: flex;
flex-direction: row;
justify-content: stretch;
.container-address {
flex-grow: 1;
flex-shrink: 1;
}
.container-password {
flex-grow: 0;
flex-shrink: 4;
margin-left: 15px;
}
}
.container-profile-manage {
display: flex;
flex-direction: row;
justify-content: stretch;
.container-select-profile {
flex-grow: 1;
flex-shrink: 1;
}
.container-manage {
flex-grow: 0;
flex-shrink: 4;
margin-left: 15px;
}
}
.invalid-feedback {
position: absolute;
}
}