fix: fix pages styles

This commit is contained in:
woothu
2019-10-19 14:14:39 +02:00
parent f414a7a117
commit 988bb84576
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<p class="text-muted">The page you are looking for was not found.</p>
</div>
<CInput
class="mb-0"
class="mb-3"
prependHtml="<i class='cui-magnifying-glass'></i>"
placeholder="What are you looking for?"
>
+1 -1
View File
@@ -8,7 +8,7 @@
<p class="text-muted">The page you are looking for is temporarily unavailable.</p>
</div>
<CInput
class="mb-0"
class="mb-3"
prependHtml="<i class='cui-magnifying-glass'></i>"
placeholder="What are you looking for?"
>
+7 -3
View File
@@ -2,7 +2,7 @@
<CContainer class="min-vh-100 d-flex align-items-center">
<CRow class="w-100 justify-content-center">
<CCol md="6" sm="8">
<CCard class="mx-4">
<CCard class="mx-4 mb-0">
<CCardBody class="p-4">
<CForm>
<h1>Register</h1>
@@ -36,10 +36,14 @@
<CCardFooter class="p-4">
<CRow>
<CCol col="6">
<CButton block color="facebook" textHtml="Facebook"/>
<CButton block color="facebook">
Facebook
</CButton>
</CCol>
<CCol col="6">
<CButton block color="twitter" textHtml="Twitter"/>
<CButton block color="twitter">
Twitter
</CButton>
</CCol>
</CRow>
</CCardFooter>