mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-05 17:15:35 +00:00
css: separate point from circle icon
This commit is contained in:
parent
9234a76c80
commit
c8c7cda106
@ -50,13 +50,20 @@
|
|||||||
width: 13px !important;
|
width: 13px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.point-icon, .circle-icon {
|
.point-icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -33px;
|
top: -33px;
|
||||||
left: 9px;
|
left: 9px;
|
||||||
width: 14px !important;
|
width: 14px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.circle-icon {
|
||||||
|
position: relative;
|
||||||
|
top: -33px;
|
||||||
|
left: 10px;
|
||||||
|
width: 13px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.fire-icon {
|
.fire-icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -36px;
|
top: -36px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user