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
|
@ -7,12 +7,21 @@
|
|||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.role-group.small .btn {
|
||||
padding: 2px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.new-role-group .btn .caret {
|
||||
position: absolute;
|
||||
top: 13px;
|
||||
right: 7px;
|
||||
}
|
||||
|
||||
.role-group.small .btn .caret {
|
||||
top: 11px;
|
||||
}
|
||||
|
||||
.new-role-group .role-help-text {
|
||||
font-size: 12px;
|
||||
color: #ccc;
|
||||
|
|
Reference in a new issue