0
0
Fork 0

Add relationship manager UI (#10268)

This commit is contained in:
Eugen Rochko 2019-03-16 11:23:22 +01:00 committed by GitHub
parent 8da5b8e669
commit 1c113fd72d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 264 additions and 660 deletions

View file

@ -140,6 +140,15 @@ a.table-action-link {
input {
margin-top: 8px;
}
&--aligned {
display: flex;
align-items: center;
input {
margin-top: 0;
}
}
}
&__actions,
@ -183,6 +192,10 @@ a.table-action-link {
&__content {
padding-top: 12px;
padding-bottom: 16px;
&--unpadded {
padding: 0;
}
}
}
@ -197,4 +210,10 @@ a.table-action-link {
font-weight: 700;
}
}
.nothing-here {
border: 1px solid darken($ui-base-color, 8%);
border-top: 0;
box-shadow: none;
}
}