timer, play forwards, import, file document, extension add

This commit is contained in:
2026-01-01 18:05:14 +05:00
parent 3b3813315a
commit c4dedad538
5 changed files with 186 additions and 0 deletions

29
css/extension_add.css Executable file
View File

@@ -0,0 +1,29 @@
@charset "UTF-8";
i.icon.extension.add {
position: relative;
width: 16px;
height: 16px;
box-sizing: border-box;
display: block;
background:
linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 10px 2px/6px 2px,
linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 12px 0/2px 6px;
&:after,
&:before {
position: absolute;
bottom: 0;
content: '';
width: 8px;
height: 14px;
box-sizing: border-box;
display: block;
border: 2px solid;
}
&:after {
width: 14px;
height: 8px;
}
}