Adjusted styling for advanced download bar to make it look more natural and part of the page

This commit is contained in:
Isaac Grynsztein
2020-03-26 10:48:46 -04:00
parent d33346b11d
commit 4906e52c57
2 changed files with 11 additions and 3 deletions

View File

@@ -124,4 +124,12 @@ mat-form-field.mat-form-field {
.edit-button {
margin-left: 10px;
top: -5px;
}
.no-border-radius-bottom {
border-radius: 4px 4px 0px 0px;
}
.no-border-radius-top {
border-radius: 0px 0px 4px 4px;
}