refactor: delete 'c-' class prefix, update coreui styles to alpha-v13
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<template>
|
||||
<CContainer class="c-d-flex c-align-items-center c-min-vh-100">
|
||||
<CRow class="c-w-100 c-justify-content-center">
|
||||
<CContainer class="d-flex align-items-center min-vh-100">
|
||||
<CRow class="w-100 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 class="clearfix">
|
||||
<h1 class="float-left display-3 mr-4">500</h1>
|
||||
<h4 class="pt-3">Houston, we have a problem!</h4>
|
||||
<p class="text-muted">The page you are looking for is temporarily unavailable.</p>
|
||||
</div>
|
||||
<CFormInput
|
||||
class="c-mb-0"
|
||||
class="mb-0"
|
||||
prependHtml="<i class='cui-magnifying-glass'></i>"
|
||||
placeholder="What are you looking for?"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user