refactor: template changes to implement new CCard syntax
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<div class="animated fadeIn">
|
||||
<CCard noWrapper id="new47">
|
||||
<CCardHeader slot="header">
|
||||
<CCard id="new47">
|
||||
<CCardHeader>
|
||||
<i class="fa fa-font-awesome"></i> Flags
|
||||
</CCardHeader>
|
||||
<CCardBody slot="body">
|
||||
<CCardBody>
|
||||
<CRow class="text-center">
|
||||
<CCol class="mb-5" cols="12">
|
||||
For using the flags inline with text add the classes <code>.flag-icon</code> and <code>.flag-icon-xx</code> (where xx is the ISO 3166-1-alpha-2 code of a country) to an empty span. If you want to have a squared version flag then add the class flag-icon-squared as well.
|
||||
|
||||
Reference in New Issue
Block a user