refactor: refactor pages

This commit is contained in:
woothu
2019-06-14 17:27:32 +02:00
parent 56babdaa1c
commit e2203189fc
4 changed files with 94 additions and 105 deletions
+20 -22
View File
@@ -1,26 +1,24 @@
<template>
<div class="c-app c-flex-row c-align-items-center">
<CContainer>
<CRow class="c-justify-content-center">
<CCol md="6">
<div class="c-clearfix">
<h1 class="c-float-left c-display-3 c-mr-4">500</h1>
<h4 class="c-pt-3">Houston, we have a problem!</h4>
<p class="c-text-muted">The page you are looking for is temporarily unavailable.</p>
</div>
<CFormInput
class="c-mb-0"
prependHtml="<i class='cui-magnifying-glass'></i>"
placeholder="What are you looking for?"
>
<template #append>
<CButton variant="info">Search</CButton>
</template>
</CFormInput>
</CCol>
</CRow>
</CContainer>
</div>
<CContainer class="c-d-flex c-align-items-center c-min-vh-100">
<CRow class="c-w-100 c-justify-content-center">
<CCol md="6">
<div class="c-clearfix">
<h1 class="c-float-left c-display-3 c-mr-4">500</h1>
<h4 class="c-pt-3">Houston, we have a problem!</h4>
<p class="c-text-muted">The page you are looking for is temporarily unavailable.</p>
</div>
<CFormInput
class="c-mb-0"
prependHtml="<i class='cui-magnifying-glass'></i>"
placeholder="What are you looking for?"
>
<template #append>
<CButton variant="info">Search</CButton>
</template>
</CFormInput>
</CCol>
</CRow>
</CContainer>
</template>
<script>