templates/opacity/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block body %}
  3.                             <!-- PAGE-HEADER -->
  4.                             <div class="page-header">
  5.                                 <div>
  6.                                     <h1 class="page-title">Opacity</h1>
  7.                                 </div>
  8.                                 <div class="ms-auto pageheader-btn">
  9.                                     <ol class="breadcrumb">
  10.                                         <li class="breadcrumb-item"><a href="javascript:void(0);">Utilities</a></li>
  11.                                         <li class="breadcrumb-item active" aria-current="page">Opacity</li>
  12.                                     </ol>
  13.                                 </div>
  14.                             </div>
  15.                             <!-- PAGE-HEADER END -->
  16.                             <!-- ROW-1 OPEN -->
  17.                             <div class="row">
  18.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  19.                                     <!--div-->
  20.                                     <div class="card">
  21.                                         <div class="card-header border-bottom">
  22.                                             <h3 class="card-title">Opacity</h3>
  23.                                         </div>
  24.                                         <div class="card-body">
  25.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  26.                                             <div class="example">
  27.                                                 <div class="d-flex flex-wrap">
  28.                                                     <div class="flex-1 bg-primary p-3 hpx-100 p-3 text-white op-0-1">.op-0-1</div>
  29.                                                     <div class="flex-1 bg-primary p-3 hpx-100 p-3 text-white op-0-2">.op-0-2</div>
  30.                                                     <div class="flex-1 bg-primary p-3 hpx-100 p-3 text-white op-0-3">.op-0-3</div>
  31.                                                     <div class="flex-1 bg-primary p-3 hpx-100 p-3 text-white op-0-4">.op-0-4</div>
  32.                                                     <div class="flex-1 bg-primary p-3 hpx-100 p-3 text-white op-0-5">.op-0-5</div>
  33.                                                     <div class="flex-1 bg-primary p-3 hpx-100 p-3 text-white op-0-6">.op-0-6</div>
  34.                                                     <div class="flex-1 bg-primary p-3 hpx-100 p-3 text-white op-0-7">.op-0-7</div>
  35.                                                     <div class="flex-1 bg-primary p-3 hpx-100 p-3 text-white op-0-8">.op-0-8</div>
  36.                                                     <div class="flex-1 bg-primary p-3 hpx-100 p-3 text-white op-0-9">.op-0-9</div>
  37.                                                     <div class="flex-1 bg-primary p-3 hpx-100 p-3 text-white op-1">.op-1</div>
  38.                                                 </div>
  39.                                             </div>
  40.                                             <div class="table-responsive mt-2 mb-0">
  41.                                                 <table class="table table-bordered text-nowrap mb-0">
  42.                                                     <tbody>
  43.                                                         <tr>
  44.                                                             <td class="wp-20">Classes</td>
  45.                                                             <td><code>.op-[value]</code></td>
  46.                                                         </tr>
  47.                                                         <tr>
  48.                                                             <td class="wp-20">Values</td>
  49.                                                             <td> 0-1 | 0-2 | 0-3 | 0-4 | 0-5 | 0-6 | 0-7 | 0-8 | 0-9 | 1</td>
  50.                                                         </tr>
  51.                                                     </tbody>
  52.                                                 </table>
  53.                                             </div>
  54.                                             <div class="table-responsive mt-2 mb-0">
  55.                                                 <table class="table table-bordered text-nowrap mb-0">
  56.                                                     <tbody>
  57.                                                         <tr>
  58.                                                             <td class="wp-20">Classes</td>
  59.                                                             <td><code>.op-[breakpoint]-[value]</code></td>
  60.                                                         </tr>
  61.                                                         <tr>
  62.                                                             <td class="wp-20">Values</td>
  63.                                                             <td>
  64.                                                                 <p>breakpoint: xs | sm | md | lg | xl</p>
  65.                                                                 <p>value: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9</p>
  66.                                                             </td>
  67.                                                         </tr>
  68.                                                     </tbody>
  69.                                                 </table>
  70.                                             </div>
  71.                                         </div>
  72.                                     </div>
  73.                                 </div><!--/div-->
  74.                                 <!--div-->
  75.                                 <div class="col-md-12 col-xl-12 col-xs-12 col-sm-12">
  76.                                     <div class="card">
  77.                                         <div class="card-header border-bottom">
  78.                                             <h3 class="card-title">Shadow</h3>
  79.                                         </div>
  80.                                         <div class="card-body">
  81.                                             <p class="text-muted">It is Very Easy to Customize and it uses in website apllication.</p>
  82.                                             <div class="table-responsive mb-0">
  83.                                                 <table class="table table-bordered text-nowrap mb-0">
  84.                                                     <tbody>
  85.                                                         <tr>
  86.                                                             <td class="wp-20">Classes</td>
  87.                                                             <td><code>.shadow-default</code></td>
  88.                                                             <td><code>.shadow-0</code></td>
  89.                                                         </tr>
  90.                                                         <tr>
  91.                                                             <td class="wp-20">Values</td>
  92.                                                             <td>Add shadow to any box element.</td>
  93.                                                             <td>Remove shadow to any box element.</td>
  94.                                                         </tr>
  95.                                                     </tbody>
  96.                                                 </table>
  97.                                             </div>
  98.                                         </div>
  99.                                     </div>
  100.                                 </div>
  101.                             </div>
  102.                             <!-- ROW-1 CLOSED -->
  103. {% endblock %}