mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 01:38:21 +01:00
update icon alignment
This commit is contained in:
parent
808623b0d6
commit
7123098049
Binary file not shown.
@ -92,14 +92,16 @@ afx-sys-panel afx-list-view[data-id="applist"] afx-label.search-header {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
}
|
}
|
||||||
afx-sys-panel afx-list-view[data-id="applist"] afx-label i,
|
afx-sys-panel afx-list-view[data-id="applist"] afx-label i {
|
||||||
afx-sys-panel afx-list-view[data-id="applist"] afx-label i::before {
|
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
afx-sys-panel afx-list-view[data-id="applist"] afx-label i.bi::before
|
||||||
|
{
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
afx-sys-panel div[data-id="searchicon"]:before{
|
afx-sys-panel div[data-id="searchicon"]:before{
|
||||||
content: "\f002";
|
content: "\f002";
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -92,13 +92,17 @@ afx-sys-panel afx-list-view[data-id="applist"] afx-label.search-header {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
}
|
}
|
||||||
afx-sys-panel afx-list-view[data-id="applist"] afx-label i,
|
afx-sys-panel afx-list-view[data-id="applist"] afx-label i {
|
||||||
afx-sys-panel afx-list-view[data-id="applist"] afx-label i::before {
|
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
afx-sys-panel afx-list-view[data-id="applist"] afx-label i.bi::before
|
||||||
|
{
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
afx-sys-panel div[data-id="searchicon"]:before{
|
afx-sys-panel div[data-id="searchicon"]:before{
|
||||||
content: "\f002";
|
content: "\f002";
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user