[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

   1  // Alerts
   2  
   3  .j-main-container {
   4    .alert {
   5      margin: .75rem;
   6    }
   7  
   8  }
   9  
  10  .alert-heading {
  11    font-size: $h4-font-size;
  12  }
  13  
  14  @keyframes fadeIn {
  15  
  16    from {
  17      opacity: 0;
  18      transform: translateY(-1rem);
  19    }
  20  
  21    to {
  22      opacity: 1;
  23      transform: translateY(0);
  24    }
  25  }


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