New create entity dialogs (team and robot)
Fixes https://github.com/coreos-inc/design/issues/230
This commit is contained in:
parent
2274d6ff84
commit
4a543be7a7
31 changed files with 687 additions and 232 deletions
|
@ -1527,13 +1527,13 @@ a:focus {
|
|||
-webkit-filter: grayscale(100%);
|
||||
}
|
||||
|
||||
|
||||
.co-dialog .co-tab-content {
|
||||
padding: 16px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.co-dialog .co-tab-content h3 {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
|
@ -1574,3 +1574,9 @@ a:focus {
|
|||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.co-modal-body-scrollable {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
max-height: 400px;
|
||||
}
|
Reference in a new issue