New Icon
This commit is contained in:
parent
b39202d296
commit
7865066adb
44
public/icons/cancel.svg
Normal file
44
public/icons/cancel.svg
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve">
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<path d="M284.286,256.002L506.143,34.144c7.811-7.811,7.811-20.475,0-28.285c-7.811-7.81-20.475-7.811-28.285,0L256,227.717
|
||||||
|
L34.143,5.859c-7.811-7.811-20.475-7.811-28.285,0c-7.81,7.811-7.811,20.475,0,28.285l221.857,221.857L5.858,477.859
|
||||||
|
c-7.811,7.811-7.811,20.475,0,28.285c3.905,3.905,9.024,5.857,14.143,5.857c5.119,0,10.237-1.952,14.143-5.857L256,284.287
|
||||||
|
l221.857,221.857c3.905,3.905,9.024,5.857,14.143,5.857s10.237-1.952,14.143-5.857c7.811-7.811,7.811-20.475,0-28.285
|
||||||
|
L284.286,256.002z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -1073,6 +1073,31 @@ body {
|
|||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
.LP-LinkList .LP-Link > *__Container {
|
.LP-LinkList .LP-Link > *__Container {
|
||||||
gap: 10px; }
|
gap: 10px; }
|
||||||
|
.LP-LinkList .LP-LinkAdd {
|
||||||
|
height: 0; }
|
||||||
|
.LP-LinkList .LP-LinkAdd__Container {
|
||||||
|
position: relative;
|
||||||
|
top: -15px; }
|
||||||
|
.LP-LinkList .LP-LinkAdd__Container .LP-Form__Fieldset {
|
||||||
|
min-width: unset; }
|
||||||
|
.LP-LinkList .LP-LinkAdd__Container .LP-Form {
|
||||||
|
display: block;
|
||||||
|
min-width: 0px; }
|
||||||
|
|
||||||
|
.LP-LinkAdd {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
|
.LP-LinkAdd__Trigger {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
|
.LP-LinkAdd__TriggerLabel {
|
||||||
|
cursor: pointer; }
|
||||||
|
|
||||||
|
.LP-LinkAdd__Trigger:checked, .LP-LinkAdd__Trigger:checked + .LP-LinkAdd__TriggerLabel {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
|
.LP-LinkAdd__Trigger:checked ~ .LP-LinkAdd {
|
||||||
|
display: block; }
|
||||||
|
|
||||||
.LP-Footer {
|
.LP-Footer {
|
||||||
margin-top: 75px;
|
margin-top: 75px;
|
||||||
|
Loading…
Reference in New Issue
Block a user