Add support for empty states to the current language selector
Bug: T290436 Change-Id: I42c5d44ec15e291d71723c9738ddb8f0d1cf0b09
This commit is contained in:
committed by
jenkins-bot
parent
5179a8accb
commit
3450f90678
@@ -56,3 +56,17 @@
|
||||
.uls-tipsy.uls-tipsy {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.uls-empty-state {
|
||||
padding: 28px;
|
||||
|
||||
.uls-empty-state__header,
|
||||
.uls-empty-state__desc {
|
||||
color: #54595d;
|
||||
}
|
||||
|
||||
.uls-language-action-items {
|
||||
list-style: none;
|
||||
margin: 1em 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user