new badge styling
This commit is contained in:
parent
fdcd3dddf3
commit
239de33404
|
|
@ -53686,6 +53686,16 @@ table thead a:hover{
|
|||
padding-right: 8px !important;
|
||||
}
|
||||
|
||||
.el-select-dropdown__item .new-badge {
|
||||
width: 45px !important;
|
||||
margin-left: 8px;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.el-select-dropdown__item .new-badge:hover {
|
||||
background-color: #6ea152;
|
||||
}
|
||||
|
||||
.el-select-dropdown__item .material-icons {
|
||||
padding-right: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
|
|
|
|||
|
|
@ -308,6 +308,16 @@
|
|||
padding-right: 8px !important;
|
||||
}
|
||||
|
||||
.el-select-dropdown__item .new-badge {
|
||||
width: 45px !important;
|
||||
margin-left: 8px;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.el-select-dropdown__item .new-badge:hover {
|
||||
background-color: #6ea152;
|
||||
}
|
||||
|
||||
.el-select-dropdown__item .material-icons {
|
||||
padding-right: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue