forked from andyburke/autonomous.contact
feature: add a map
This commit is contained in:
parent
19afb7f9fa
commit
32ed2dfd33
23 changed files with 29839 additions and 130 deletions
|
|
@ -1682,6 +1682,32 @@ body[data-perms*="files.write.own"] [data-requires-permission="files.write.own"]
|
|||
left: 11px;
|
||||
}
|
||||
|
||||
.icon.map-pin {
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
display: block;
|
||||
transform: rotate(45deg) scale(var(--icon-scale, 1));
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 100% 100% 0 100%;
|
||||
border: 2px solid;
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
.icon.map-pin::before {
|
||||
content: "";
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border: 2px solid;
|
||||
top: 3px;
|
||||
left: 3px;
|
||||
border-radius: 40px;
|
||||
}
|
||||
|
||||
|
||||
/* AUDIO PLAYER ICONS */
|
||||
.icon.skip-back {
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue