Skip to content

Commit 988bb84

Browse files
committed
fix: fix pages styles
1 parent f414a7a commit 988bb84

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

src/views/pages/Page404.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p class="text-muted">The page you are looking for was not found.</p>
1010
</div>
1111
<CInput
12-
class="mb-0"
12+
class="mb-3"
1313
prependHtml="<i class='cui-magnifying-glass'></i>"
1414
placeholder="What are you looking for?"
1515
>

src/views/pages/Page500.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<p class="text-muted">The page you are looking for is temporarily unavailable.</p>
99
</div>
1010
<CInput
11-
class="mb-0"
11+
class="mb-3"
1212
prependHtml="<i class='cui-magnifying-glass'></i>"
1313
placeholder="What are you looking for?"
1414
>

src/views/pages/Register.vue

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<CContainer class="min-vh-100 d-flex align-items-center">
33
<CRow class="w-100 justify-content-center">
44
<CCol md="6" sm="8">
5-
<CCard class="mx-4">
5+
<CCard class="mx-4 mb-0">
66
<CCardBody class="p-4">
77
<CForm>
88
<h1>Register</h1>
@@ -36,10 +36,14 @@
3636
<CCardFooter class="p-4">
3737
<CRow>
3838
<CCol col="6">
39-
<CButton block color="facebook" textHtml="Facebook"/>
39+
<CButton block color="facebook">
40+
Facebook
41+
</CButton>
4042
</CCol>
4143
<CCol col="6">
42-
<CButton block color="twitter" textHtml="Twitter"/>
44+
<CButton block color="twitter">
45+
Twitter
46+
</CButton>
4347
</CCol>
4448
</CRow>
4549
</CCardFooter>

0 commit comments

Comments
 (0)