Add support for empty states to the current language selector

Bug: T290436
Change-Id: I42c5d44ec15e291d71723c9738ddb8f0d1cf0b09
This commit is contained in:
Santhosh Thottingal
2022-06-23 15:33:48 +05:30
committed by jenkins-bot
parent 5179a8accb
commit 3450f90678
5 changed files with 111 additions and 8 deletions

View File

@@ -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;
}
}