refactor: delete 'c-' class prefix, update coreui styles to alpha-v13
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<CContainer class="c-d-flex c-align-items-center c-min-vh-100">
|
||||
<CRow class="c-justify-content-center">
|
||||
<CContainer class="d-flex align-items-center min-vh-100">
|
||||
<CRow class="justify-content-center">
|
||||
<CCol md="8">
|
||||
<CCardGroup>
|
||||
<CCard class="c-p-4">
|
||||
<CCard class="p-4">
|
||||
<CCardBody>
|
||||
<CForm>
|
||||
<h1>Login</h1>
|
||||
<p class="c-text-muted">Sign In to your account</p>
|
||||
<p class="text-muted">Sign In to your account</p>
|
||||
<CFormInput
|
||||
prependHtml="<i class='cui-user'></i>"
|
||||
placeholder="Username"
|
||||
@@ -21,17 +21,17 @@
|
||||
/>
|
||||
<CRow>
|
||||
<CCol col="6">
|
||||
<CButton variant="primary" class="c-px-4">Login</CButton>
|
||||
<CButton variant="primary" class="px-4">Login</CButton>
|
||||
</CCol>
|
||||
<CCol col="6" class="c-text-right">
|
||||
<CButton variant="link" class="c-px-0">Forgot password?</CButton>
|
||||
<CCol col="6" class="text-right">
|
||||
<CButton variant="link" class="px-0">Forgot password?</CButton>
|
||||
</CCol>
|
||||
</CRow>
|
||||
</CForm>
|
||||
</CCardBody>
|
||||
</CCard>
|
||||
<CCard
|
||||
class="c-text-white c-text-center c-bg-primary c-py-5 c-d-md-down-none"
|
||||
class="text-white text-center bg-primary py-5 d-md-down-none"
|
||||
style="width:44%"
|
||||
body-wrapper
|
||||
>
|
||||
@@ -39,7 +39,7 @@
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
||||
<CButton
|
||||
variant="primary"
|
||||
class="c-active c-mt-3"
|
||||
class="active mt-3"
|
||||
>
|
||||
Register Now!
|
||||
</CButton>
|
||||
|
||||
Reference in New Issue
Block a user