op sidebar ui
This commit is contained in:
@@ -129,24 +129,25 @@ const emit = defineEmits<{
|
||||
}
|
||||
|
||||
.refresh-icon {
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
border: 1.8px solid #334155;
|
||||
border-right-color: transparent;
|
||||
border-radius: 50%;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
border: 1.9px solid #334155;
|
||||
border-left-color: transparent;
|
||||
position: relative;
|
||||
border-radius: 50%;
|
||||
transform: rotate(-22deg);
|
||||
}
|
||||
|
||||
.refresh-icon::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
right: -3px;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
border-top: 1.8px solid #334155;
|
||||
border-right: 1.8px solid #334155;
|
||||
transform: rotate(18deg);
|
||||
top: -1px;
|
||||
right: -2px;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
border-top: 1.9px solid #334155;
|
||||
border-right: 1.9px solid #334155;
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
.sr-only {
|
||||
|
||||
Reference in New Issue
Block a user