feat: change styles of pages views to version 3
This commit is contained in:
+12
-11
@@ -1,10 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app flex-row align-items-center">
|
<CContainer
|
||||||
<div class="container">
|
class="c-d-flex c-align-items-center"
|
||||||
<CRow class="justify-content-center">
|
style="min-height:100vh;"
|
||||||
|
>
|
||||||
|
<CRow class="c-justify-content-center" >
|
||||||
<CCol md="8">
|
<CCol md="8">
|
||||||
<CCardGroup>
|
<CCardGroup>
|
||||||
<CCard class="p-4">
|
<CCard class="c-p-4">
|
||||||
<CCardBody>
|
<CCardBody>
|
||||||
<CForm>
|
<CForm>
|
||||||
<h1>Login</h1>
|
<h1>Login</h1>
|
||||||
@@ -22,17 +24,17 @@
|
|||||||
/>
|
/>
|
||||||
<CRow>
|
<CRow>
|
||||||
<CCol col="6">
|
<CCol col="6">
|
||||||
<CButton variant="primary" class="px-4">Login</CButton>
|
<CButton variant="primary" class="c-px-4">Login</CButton>
|
||||||
</CCol>
|
</CCol>
|
||||||
<CCol col="6" class="text-right">
|
<CCol col="6" class="c-text-right">
|
||||||
<CButton variant="link" class="px-0">Forgot password?</CButton>
|
<CButton variant="link" class="c-px-0">Forgot password?</CButton>
|
||||||
</CCol>
|
</CCol>
|
||||||
</CRow>
|
</CRow>
|
||||||
</CForm>
|
</CForm>
|
||||||
</CCardBody>
|
</CCardBody>
|
||||||
</CCard>
|
</CCard>
|
||||||
<CCard
|
<CCard
|
||||||
class="text-white text-center bg-primary py-5 d-md-down-none"
|
class="c-text-white c-text-center c-bg-primary c-py-5 c-d-md-down-none"
|
||||||
style="width:44%"
|
style="width:44%"
|
||||||
bodyWrapper
|
bodyWrapper
|
||||||
>
|
>
|
||||||
@@ -40,7 +42,7 @@
|
|||||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
||||||
<CButton
|
<CButton
|
||||||
variant="primary"
|
variant="primary"
|
||||||
class="active mt-3"
|
class="active c-mt-3"
|
||||||
>
|
>
|
||||||
Register Now!
|
Register Now!
|
||||||
</CButton>
|
</CButton>
|
||||||
@@ -48,8 +50,7 @@
|
|||||||
</CCardGroup>
|
</CCardGroup>
|
||||||
</CCol>
|
</CCol>
|
||||||
</CRow>
|
</CRow>
|
||||||
</div>
|
</CContainer>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app flex-row align-items-center">
|
<div class="app c-flex-row c-align-items-center">
|
||||||
<div class="container">
|
<CContainer>
|
||||||
<CRow class="justify-content-center">
|
<CRow class="c-justify-content-center">
|
||||||
<CCol md="6">
|
<CCol md="6">
|
||||||
<div class="clearfix">
|
<div class="c-clearfix">
|
||||||
<h1 class="float-left display-3 mr-4">404</h1>
|
<h1 class="c-float-left c-display-3 c-mr-4">404</h1>
|
||||||
<h4 class="pt-3">Oops! You're lost.</h4>
|
<h4 class="c-pt-3">Oops! You're lost.</h4>
|
||||||
<p class="text-muted">The page you are looking for was not found.</p>
|
<p class="c-text-muted">The page you are looking for was not found.</p>
|
||||||
</div>
|
</div>
|
||||||
<CFormInput
|
<CFormInput
|
||||||
class="mb-0"
|
class="c-mb-0"
|
||||||
prepend="<i class='fa fa-search'></i>"
|
prepend="<i class='fa fa-search'></i>"
|
||||||
placeholder="What are you looking for?"
|
placeholder="What are you looking for?"
|
||||||
>
|
>
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</CFormInput>
|
</CFormInput>
|
||||||
</CCol>
|
</CCol>
|
||||||
</CRow>
|
</CRow>
|
||||||
</div>
|
</CContainer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app flex-row align-items-center">
|
<div class="c-app c-flex-row c-align-items-center">
|
||||||
<div class="container">
|
<CContainer>
|
||||||
<CRow class="justify-content-center">
|
<CRow class="c-justify-content-center">
|
||||||
<CCol md="6">
|
<CCol md="6">
|
||||||
<div class="clearfix">
|
<div class="c-clearfix">
|
||||||
<h1 class="float-left display-3 mr-4">500</h1>
|
<h1 class="c-float-left c-display-3 c-mr-4">500</h1>
|
||||||
<h4 class="pt-3">Houston, we have a problem!</h4>
|
<h4 class="c-pt-3">Houston, we have a problem!</h4>
|
||||||
<p class="text-muted">The page you are looking for is temporarily unavailable.</p>
|
<p class="c-text-muted">The page you are looking for is temporarily unavailable.</p>
|
||||||
</div>
|
</div>
|
||||||
<CFormInput
|
<CFormInput
|
||||||
class="mb-0"
|
class="c-mb-0"
|
||||||
prepend="<i class='fa fa-search'></i>"
|
prepend="<i class='fa fa-search'></i>"
|
||||||
placeholder="What are you looking for?"
|
placeholder="What are you looking for?"
|
||||||
>
|
>
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
</CFormInput>
|
</CFormInput>
|
||||||
</CCol>
|
</CCol>
|
||||||
</CRow>
|
</CRow>
|
||||||
</div>
|
</CContainer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app flex-row align-items-center">
|
<div class="c-app c-flex-row c-align-items-center">
|
||||||
<div class="container">
|
<CContainer>
|
||||||
<CRow class="justify-content-center">
|
<CRow class="c-justify-content-center">
|
||||||
<CCol md="6" sm="8">
|
<CCol md="6" sm="8">
|
||||||
<CCard class="mx-4">
|
<CCard class="c-mx-4">
|
||||||
<CCardBody class="p-4">
|
<CCardBody class="c-p-4">
|
||||||
<CForm>
|
<CForm>
|
||||||
<h1>Register</h1>
|
<h1>Register</h1>
|
||||||
<p class="text-muted">Create your account</p>
|
<p class="c-text-muted">Create your account</p>
|
||||||
<CFormInput
|
<CFormInput
|
||||||
placeholder="Username"
|
placeholder="Username"
|
||||||
prepend="<i class='icon-user'></i>"
|
prepend="<i class='icon-user'></i>"
|
||||||
@@ -29,25 +29,29 @@
|
|||||||
type="password"
|
type="password"
|
||||||
prepend="<i class='icon-lock'></i>"
|
prepend="<i class='icon-lock'></i>"
|
||||||
autocomplete="new-password"
|
autocomplete="new-password"
|
||||||
class="mb-4"
|
class="c-mb-4"
|
||||||
/>
|
/>
|
||||||
<CButton variant="success" block>Create Account</CButton>
|
<CButton variant="success" block>Create Account</CButton>
|
||||||
</CForm>
|
</CForm>
|
||||||
</CCardBody>
|
</CCardBody>
|
||||||
<CCardFooter class="p-4">
|
<CCardFooter class="c-p-4">
|
||||||
<CRow>
|
<CRow>
|
||||||
<CCol col="6">
|
<CCol col="6">
|
||||||
<CButton block class="btn btn-facebook"><span>facebook</span></CButton>
|
<CButton block class="btn btn-facebook">
|
||||||
|
<span>facebook</span>
|
||||||
|
</CButton>
|
||||||
</CCol>
|
</CCol>
|
||||||
<CCol col="6">
|
<CCol col="6">
|
||||||
<CButton block class="btn btn-twitter" type="button"><span>twitter</span></CButton>
|
<CButton block class="btn btn-twitter" type="button">
|
||||||
|
<span>twitter</span>
|
||||||
|
</CButton>
|
||||||
</CCol>
|
</CCol>
|
||||||
</CRow>
|
</CRow>
|
||||||
</CCardFooter>
|
</CCardFooter>
|
||||||
</CCard>
|
</CCard>
|
||||||
</CCol>
|
</CCol>
|
||||||
</CRow>
|
</CRow>
|
||||||
</div>
|
</CContainer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user