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