[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

   1  // Icons
   2  
   3  .#{$jicon-css-prefix}-white {
   4    color: $white;
   5  }
   6  
   7  .input-group-text {
   8    &::before {
   9      min-width: 16px;
  10    }
  11  }
  12  
  13  .tbody-icon {
  14    padding: 0 3px;
  15    text-align: center;
  16    background-color: transparent;
  17    border: 0;
  18  
  19    [class^="#{$jicon-css-prefix}-"],
  20    [class*=" #{$jicon-css-prefix}-"],
  21    [class^="#{$fa-css-prefix}-"],
  22    [class*=" #{$fa-css-prefix}-"] {
  23      width: 26px;
  24      height: 26px;
  25      font-size: 1.1rem;
  26      line-height: 22px;
  27      color: $gray-400;
  28      border: 2px solid var(--border);
  29      border-radius: 50%;
  30    }
  31  
  32    .#{$jicon-css-prefix}-publish,
  33    .#{$jicon-css-prefix}-check,
  34    .#{$fa-css-prefix}-check {
  35      color: $success;
  36      border-color: $success;
  37    }
  38  
  39    .#{$jicon-css-prefix}-checkedout,
  40    .#{$jicon-css-prefix}-lock,
  41    .#{$fa-css-prefix}-lock {
  42      width: auto;
  43      height: auto;
  44      font-size: 1.2rem;
  45      line-height: 1rem;
  46      color: $gray-700;
  47      border: 0;
  48    }
  49  
  50    &.home-disabled,
  51    &.featured-disabled,
  52    &.color-featured-disabled,
  53    &.#{$jicon-css-prefix}-star-disabled,
  54    &.#{$fa-css-prefix}-star-disabled {
  55      cursor: not-allowed;
  56      opacity: 1;
  57    }
  58  }
  59  
  60  .tbody-icon .icon-delete,
  61  .tbody-icon .fa-delete,
  62  .tbody-icon .icon-times,
  63  .tbody-icon .fa-times {
  64    color: $danger;
  65    border-color: $danger;
  66  }
  67  
  68  // WebAuthn
  69  .plg_system_webauthn_login_button svg {
  70    margin-inline-end: 2px;
  71  }
  72  
  73  .plg_system_webauthn_login_button svg path {
  74    fill: var(--black);
  75  }


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