[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/templates/site/cassiopeia/scss/vendor/ -> _awesomplete.scss (source)

   1  // Awesomplete
   2  
   3  .mod-finder__search.input-group {
   4    flex-wrap: nowrap;
   5    .awesomplete {
   6      input {
   7        @include border-end-radius(0);
   8      }
   9    }
  10    button {
  11      display: flex;
  12      align-items: center;
  13      .icon-search {
  14        margin-inline-end: .2em;
  15      }
  16    }
  17  }
  18  
  19  .awesomplete {
  20    > input {
  21      max-width: 200px;
  22  
  23      @include media-breakpoint-up(lg) {
  24        max-width: none;
  25      }
  26    }
  27    > ul {
  28      z-index: $zindex-dropdown !important;
  29    }
  30  }


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