[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

   1  // Buttons
   2  
   3  .btn:focus,
   4  .btn.focus,
   5  .btn:active:focus,
   6  .btn.focus:active,
   7  .btn.active:focus,
   8  .btn.active.focus {
   9    text-decoration: none;
  10  }
  11  
  12  .btn.group-move {
  13    cursor: move;
  14  }
  15  
  16  .btn-secondary {
  17    color: $gray-800;
  18    background-color: $white;
  19    border-color: $gray-400;
  20  
  21    &:hover,
  22    &:focus {
  23      color: $gray-800;
  24      background-color: $gray-100;
  25    }
  26  }
  27  
  28  .article-info .association,
  29  .cat-list-association {
  30    .btn-secondary {
  31      font-weight: 700;
  32      color: $white;
  33      background-color: $gray-600;
  34      border-color: $gray-400;
  35  
  36      &:hover,
  37      &:focus {
  38        color: $white;
  39        background-color: $gray-800;
  40      }
  41    }
  42  
  43    .btn-sm {
  44      padding: 0 .25rem;
  45      font-size: .8rem;
  46      border-radius: .2rem;
  47    }
  48  }
  49  
  50  @include media-breakpoint-down(lg) {
  51    .btn {
  52      margin-bottom: .25rem;
  53    }
  54    .input-group .btn {
  55      margin-bottom: 0;
  56    }
  57  }


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