Merge pull request #5605 from deepaksinghgusain227/velocity-profile

Velocity profile
This commit is contained in:
Glenn Hermans 2022-01-13 14:26:31 +01:00 committed by GitHub
commit 49d7bb454f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 31 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,7 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 11H7V13H5V11ZM8 11H10V13H8V11ZM11 11H13V13H11V11ZM14 11H16V13H14V11ZM17 11H19V13H17V11ZM5 14H7V16H5V14ZM8 14H10V16H8V14ZM11 14H13V16H11V14ZM14 14H16V16H14V14ZM17 14H19V16H17V14ZM14 17H16V19H14V17ZM5 17H7V19H5V17ZM8 17H10V19H8V17ZM11 17H13V19H11V17Z" fill="#9497B8"/>
<path d="M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z" stroke="#9497B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 9H20.2234" stroke="#9497B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.05518 2.0166V4" stroke="#9497B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 2V3.91915" stroke="#9497B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 960 B

View File

@ -3,8 +3,9 @@
"/js/velocity.js": "/js/velocity.js?id=3ede5db1d647d2cbb3d2",
"/js/manifest.js": "/js/manifest.js?id=49cba5d7f2bde965afa8",
"/js/components.js": "/js/components.js?id=553ee40489a7d7ae4060",
"/css/velocity.css": "/css/velocity.css?id=755b0b94684ca8baea5d",
"/css/velocity.css": "/css/velocity.css?id=b057a4d50e0375750236",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=9148ecc25c73e398cd16",
"/images/Camera.svg": "/images/Camera.svg?id=b2fd2f9e17e1ccee96e2",
"/images/Icon-Calendar.svg": "/images/Icon-Calendar.svg?id=870d0f733a5837742276",
"/images/icon-search.svg": "/images/icon-search.svg?id=a5f38a895551b8a015b2"
}

View File

@ -0,0 +1,7 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 11H7V13H5V11ZM8 11H10V13H8V11ZM11 11H13V13H11V11ZM14 11H16V13H14V11ZM17 11H19V13H17V11ZM5 14H7V16H5V14ZM8 14H10V16H8V14ZM11 14H13V16H11V14ZM14 14H16V16H14V14ZM17 14H19V16H17V14ZM14 17H16V19H14V17ZM5 17H7V19H5V17ZM8 17H10V19H8V17ZM11 17H13V19H11V17Z" fill="#9497B8"/>
<path d="M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z" stroke="#9497B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 9H20.2234" stroke="#9497B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8.05518 2.0166V4" stroke="#9497B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 2V3.91915" stroke="#9497B8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 960 B

View File

@ -92,4 +92,17 @@
display: inline-block;
}
}
}
#date-of-birth:after{
background-image: url(../images/Icon-Calendar.svg);
width: 24px;
height: 24px;
content: "";
display: inline-block;
vertical-align: middle;
margin-left: -34px;
pointer-events: none;
position: absolute;
top: 14%;
}

View File

@ -103,7 +103,7 @@
</label>
<div class="col-12">
<date>
<date id="date-of-birth">
<input
type="date"
name="date_of_birth"