Fixed icons
This commit is contained in:
parent
aaf4dce6f8
commit
3ec4bdec2b
13 changed files with 858 additions and 30 deletions
|
|
@ -1,4 +0,0 @@
|
|||
.graph {
|
||||
margin-top: 192px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
|
@ -128,13 +128,13 @@ body {
|
|||
h1,
|
||||
h2 {
|
||||
margin-bottom: 4px;
|
||||
margin-top: 32px;
|
||||
}
|
||||
h1:first-child,
|
||||
h2:first-child {
|
||||
margin-top: 0px;
|
||||
}
|
||||
h1 {
|
||||
margin-top: 32px;
|
||||
font-size: 1.5em;
|
||||
color: #1b4e78;
|
||||
font-weight: 800;
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
.graph {
|
||||
margin-top: 192px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
|
@ -128,13 +128,13 @@ body {
|
|||
h1,
|
||||
h2 {
|
||||
margin-bottom: 4px;
|
||||
margin-top: 32px;
|
||||
}
|
||||
h1:first-child,
|
||||
h2:first-child {
|
||||
margin-top: 0px;
|
||||
}
|
||||
h1 {
|
||||
margin-top: 32px;
|
||||
font-size: 1.5em;
|
||||
color: #fb4934;
|
||||
font-weight: 800;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 33 KiB |
|
|
@ -64,6 +64,6 @@
|
|||
<path
|
||||
d="m 92.842292,150.09812 h -0.47625 v -0.47625 h 0.47625 m 0,2.38126 h -0.47625 v -1.42875 h 0.47625 m -0.238125,-2.14313 a 2.3812503,2.3812503 0 0 0 -2.38125,2.38125 2.3812503,2.3812503 0 0 0 2.38125,2.38124 2.3812503,2.3812503 0 0 0 2.381246,-2.38124 2.3812503,2.3812503 0 0 0 -2.381246,-2.38125 z"
|
||||
id="path1-2"
|
||||
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#81d400;fill-opacity:1;stroke-width:0.311724;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1" />
|
||||
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#1b4e78;fill-opacity:1;stroke-width:0.311724;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
|
@ -62,6 +62,6 @@
|
|||
<path
|
||||
d="m 82.55,211.93125 h 3.704167 v 0.52917 H 82.55 v -0.52917 m 0,2.11667 v -0.52917 h 3.704167 v 0.52917 H 82.55 m -0.79375,-2.24896 a 0.396875,0.396875 0 0 1 0.396875,0.39687 0.396875,0.396875 0 0 1 -0.396875,0.39688 0.396875,0.396875 0 0 1 -0.396875,-0.39688 0.396875,0.396875 0 0 1 0.396875,-0.39687 m 0,1.5875 a 0.396875,0.396875 0 0 1 0.396875,0.39687 0.396875,0.396875 0 0 1 -0.396875,0.39688 0.396875,0.396875 0 0 1 -0.396875,-0.39688 0.396875,0.396875 0 0 1 0.396875,-0.39687 m 0.79375,2.24896 v -0.52917 h 3.704167 v 0.52917 H 82.55 m -0.79375,-0.66146 a 0.396875,0.396875 0 0 1 0.396875,0.39687 0.396875,0.396875 0 0 1 -0.396875,0.39688 0.396875,0.396875 0 0 1 -0.396875,-0.39688 0.396875,0.396875 0 0 1 0.396875,-0.39687 z"
|
||||
id="path1"
|
||||
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#72bb00;fill-opacity:1;stroke-width:0.311724;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1" />
|
||||
style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#1b4e78;fill-opacity:1;stroke-width:0.311724;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
|
@ -1,6 +1 @@
|
|||
@import "theme-@{THEME}.less";
|
||||
|
||||
.graph {
|
||||
margin-top: 192px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -158,13 +158,13 @@ body {
|
|||
h1,
|
||||
h2 {
|
||||
margin-bottom: 4px;
|
||||
margin-top: 32px;
|
||||
&:first-child {
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-top: 32px;
|
||||
font-size: 1.5em;
|
||||
color: @color1;
|
||||
font-weight: @bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue