You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui/src/app/components/shared/repository/add-repository-dialog/add-repository-dialog.compo...

21 lines
291 B
SCSS

app-repository-form {
width: 100%;
height: 100%;
}
.dialog-buttons {
display: block;
width: 100%;
button {
margin-left: 1em;
float: right
}
.check-connection-button {
justify-self: right;
margin: 0;
float: left;
}
}