add domain feature

This commit is contained in:
_Bastler
2021-04-08 09:45:50 +02:00
parent 288bdb3956
commit 56362da724
11 changed files with 342 additions and 15 deletions
@@ -0,0 +1,31 @@
mat-form-field {
display: block;
}
.mat-header-cell,
.mat-cell {
&.text-right {
text-align: right;
}
}
.align-right {
display: flex;
padding: 21px 0;
justify-content: flex-end;
}
.secret {
width: 200px;
max-width: 200px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.secret:hover {
cursor: pointer;
max-width: 100%;
width: 100%;
margin-right: 25px;
}