push latest changes
This commit is contained in:
parent
7523a19d1f
commit
cb2b5c2c2b
63 changed files with 3158 additions and 1552 deletions
51
static/icon.svg
Normal file
51
static/icon.svg
Normal file
|
@ -0,0 +1,51 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
version="1.1"
|
||||
style="fill:none"
|
||||
width="134.00002"
|
||||
height="134"
|
||||
id="svg19"
|
||||
sodipodi:docname="dotgrid-21R11-649862.svg"
|
||||
inkscape:version="1.1 (c68e22c387, 2021-05-23)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs23" />
|
||||
<sodipodi:namedview
|
||||
id="namedview21"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:pageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="true"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.744"
|
||||
inkscape:cx="-31.536697"
|
||||
inkscape:cy="39.56422"
|
||||
inkscape:window-width="1347"
|
||||
inkscape:window-height="1080"
|
||||
inkscape:window-x="2147"
|
||||
inkscape:window-y="486"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg19" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff7700;stroke-width:14px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||
d="M 7,127 V 127 7 L 67,67 127.00001,7 v 120 m 0,-120 v 120 m 0,-120 V 7 M 37,7 V 127 A 60,60 0 0 0 97,67 60,60 0 0 0 37,7"
|
||||
id="path17" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
inkscape:label="slices"
|
||||
transform="translate(-122.54128,-107.22018)">
|
||||
<rect
|
||||
style="opacity:0.25;fill:none;fill-opacity:0.607843;stroke:none"
|
||||
id="rect150"
|
||||
width="138.76147"
|
||||
height="139.90825"
|
||||
x="119.83945"
|
||||
y="103.78441" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
|
@ -127,3 +127,16 @@ ul.tree {
|
|||
.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.notification-badge {
|
||||
float: right;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
.darken {
|
||||
filter: brightness(0.95)
|
||||
}
|
||||
|
||||
.lighten {
|
||||
filter: brightness(1.05)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue