Upload logos and styles

modern-tables
Mark Veidemanis 2 years ago
parent 9493c13a1f
commit 83dd5ecd99
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="800"
height="800"
viewBox="0 0 211.66668 211.66666"
version="1.1"
id="svg1340"
inkscape:version="1.0.1 (unknown)"
sodipodi:docname="flat_red.svg">
<defs
id="defs1334" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7"
inkscape:cx="464.32422"
inkscape:cy="460.67991"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:window-width="2041"
inkscape:window-height="1153"
inkscape:window-x="2912"
inkscape:window-y="293"
inkscape:window-maximized="0" />
<metadata
id="metadata1337">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(38.553562,-16.229317)">
<g
id="g836"
transform="translate(0,0.00154829)">
<path
style="fill:none;fill-opacity:0.993921;stroke:#000000;stroke-width:15.3714;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.995052;paint-order:markers fill stroke"
id="path934-5"
sodipodi:type="arc"
sodipodi:cx="67.27977"
sodipodi:cy="183.1049"
sodipodi:rx="114.39342"
sodipodi:ry="122.54984"
sodipodi:start="3.6651914"
sodipodi:end="5.7595865"
sodipodi:arc-type="arc"
sodipodi:open="true"
d="M -31.787837,121.82999 A 114.39342,122.54984 0 0 1 67.27977,60.555061 114.39342,122.54984 0 0 1 166.34737,121.82998" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:16.2002;stroke-linecap:butt;stroke-miterlimit:3.4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path944-5"
sodipodi:type="arc"
sodipodi:cx="67.281319"
sodipodi:cy="140.7709"
sodipodi:rx="42.092651"
sodipodi:ry="42.391029"
sodipodi:start="4.712389"
sodipodi:end="3.1415927"
sodipodi:arc-type="arc"
sodipodi:open="true"
d="m 67.281319,98.379875 a 42.092651,42.391029 0 0 1 38.888541,26.168685 42.092651,42.391029 0 0 1 -9.124543,46.19733 42.092651,42.391029 0 0 1 -45.87216,9.18922 42.092651,42.391029 0 0 1 -25.98449,-39.16421" />
<ellipse
style="fill:#740101;fill-opacity:1;stroke:none;stroke-width:2.7459;stroke-linecap:butt"
id="path10-8"
cx="67.27977"
cy="140.76773"
rx="13.063272"
ry="13.155873" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

@ -0,0 +1,120 @@
.register a {
color: #700000 !important;
}
.title {
color: white;
}
body{
background-color: #252525;
}
.register p {
font-size: 12px;
padding-top: 10px;
}
.register a {
margin-left: 8px;
}
.logo {
display: block;
margin-left: auto;
margin-right: auto;
}
.vertical-offset-100{
padding-top:100px;
}
.product-container {
background: #ffffff;
display: flex;
flex-direction: column;
width: 400px;
height: 100%;
border-radius: 6px;
justify-content: space-between;
}
.product {
display: flex;
}
.description {
display: flex;
flex-direction: column;
justify-content: center;
}
p {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: -0.154px;
color: #242d60;
height: 100%;
width: 100%;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
img {
border-radius: 6px;
margin: 10px;
width: 54px;
height: 57px;
}
h3,
h5 {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: -0.154px;
color: #242d60;
margin: 0;
}
h5 {
opacity: 0.5;
}
#checkout-button, #setup-button, #button {
height: 36px;
background: #556cd6;
color: white;
width: 100%;
font-size: 14px;
border: 0;
font-weight: 500;
cursor: pointer;
letter-spacing: 0.6;
border-radius: 0 0 6px 6px;
transition: all 0.2s ease;
box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
}
#checkout-button:hover {
opacity: 0.8;
}
.notification {
background-color: #700000;
color: #fff;
}
.update-info {
background: #ffffff;
width: 400px;
border-radius: 6px;
}
.update-info #setup-button {
border-radius: 0px 0px 0px 0px;
}
.profile-info {
background: #ffffff;
width: 400px;
height: 50%;
border-radius: 0px;
margin-bottom: 2%;
padding-top: 12px;
padding-bottom: 3px;
}
.profile-info p {
align-items: left;
justify-content: left;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Loading…
Cancel
Save