[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/templates/site/cassiopeia/scss/blocks/ -> _modals.scss (source)

   1  // Modals
   2  
   3  .modal {
   4    .btn {
   5      margin-right: .5rem;
   6    }
   7  
   8    .btn-primary:not([href]),
   9    .btn-success:not([href]) {
  10      color: $white;
  11  
  12      &:hover {
  13        color: $white;
  14      }
  15    }
  16  }
  17  
  18  .modal-header {
  19    padding: 0 15px;
  20  }
  21  
  22  .modal-title {
  23    font-weight: var(--cassiopeia-font-weight-normal, $font-weight-normal);
  24    line-height: $modal-header-height;
  25  }
  26  
  27  .contentpane {
  28    padding: 15px;
  29  
  30    .main-card {
  31      margin: -10px;
  32      box-shadow: none;
  33    }
  34  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer