fix: fix pages styles
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<p class="text-muted">The page you are looking for was not found.</p>
|
<p class="text-muted">The page you are looking for was not found.</p>
|
||||||
</div>
|
</div>
|
||||||
<CInput
|
<CInput
|
||||||
class="mb-0"
|
class="mb-3"
|
||||||
prependHtml="<i class='cui-magnifying-glass'></i>"
|
prependHtml="<i class='cui-magnifying-glass'></i>"
|
||||||
placeholder="What are you looking for?"
|
placeholder="What are you looking for?"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<p class="text-muted">The page you are looking for is temporarily unavailable.</p>
|
<p class="text-muted">The page you are looking for is temporarily unavailable.</p>
|
||||||
</div>
|
</div>
|
||||||
<CInput
|
<CInput
|
||||||
class="mb-0"
|
class="mb-3"
|
||||||
prependHtml="<i class='cui-magnifying-glass'></i>"
|
prependHtml="<i class='cui-magnifying-glass'></i>"
|
||||||
placeholder="What are you looking for?"
|
placeholder="What are you looking for?"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<CContainer class="min-vh-100 d-flex align-items-center">
|
<CContainer class="min-vh-100 d-flex align-items-center">
|
||||||
<CRow class="w-100 justify-content-center">
|
<CRow class="w-100 justify-content-center">
|
||||||
<CCol md="6" sm="8">
|
<CCol md="6" sm="8">
|
||||||
<CCard class="mx-4">
|
<CCard class="mx-4 mb-0">
|
||||||
<CCardBody class="p-4">
|
<CCardBody class="p-4">
|
||||||
<CForm>
|
<CForm>
|
||||||
<h1>Register</h1>
|
<h1>Register</h1>
|
||||||
@@ -36,10 +36,14 @@
|
|||||||
<CCardFooter class="p-4">
|
<CCardFooter class="p-4">
|
||||||
<CRow>
|
<CRow>
|
||||||
<CCol col="6">
|
<CCol col="6">
|
||||||
<CButton block color="facebook" textHtml="Facebook"/>
|
<CButton block color="facebook">
|
||||||
|
Facebook
|
||||||
|
</CButton>
|
||||||
</CCol>
|
</CCol>
|
||||||
<CCol col="6">
|
<CCol col="6">
|
||||||
<CButton block color="twitter" textHtml="Twitter"/>
|
<CButton block color="twitter">
|
||||||
|
Twitter
|
||||||
|
</CButton>
|
||||||
</CCol>
|
</CCol>
|
||||||
</CRow>
|
</CRow>
|
||||||
</CCardFooter>
|
</CCardFooter>
|
||||||
|
|||||||
Reference in New Issue
Block a user