refactor: replace font icons with svg icons

This commit is contained in:
woothu
2019-11-08 17:20:56 +01:00
parent 1c7b133ae5
commit bc822612da
67 changed files with 397 additions and 44811 deletions
+6 -4
View File
@@ -9,16 +9,18 @@
<h1>Login</h1>
<p class="text-muted">Sign In to your account</p>
<CInput
prependHtml="<i class='cui-user'></i>"
placeholder="Username"
autocomplete="username email"
/>
>
<template #prepend-content><CIcon name="user"/></template>
</CInput>
<CInput
prependHtml="<i class='cui-lock-locked'></i>"
placeholder="Password"
type="password"
autocomplete="curent-password"
/>
>
<template #prepend-content><CIcon name="lock-locked"/></template>
</CInput>
<CRow>
<CCol col="6">
<CButton color="primary" class="px-4">Login</CButton>