[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/templates/site/cassiopeia/scss/ -> template-rtl.scss (source)

   1  @import "template";
   2  @import "vendor/bootstrap/bootstrap-rtl";
   3  
   4  body,
   5  .dropdown-item {
   6    text-align: right;
   7  }
   8  
   9  .float-right {
  10    float: left !important;
  11  }
  12  
  13  .float-left {
  14    float: right !important;
  15  }
  16  
  17  .form-check {
  18    padding-right: 1.25rem;
  19    padding-left: 0;
  20  }
  21  
  22  .form-check-input {
  23    margin-right: -1.25rem;
  24  }
  25  
  26  .list-unstyled {
  27    padding-right: 0;
  28  }
  29  
  30  .nav {
  31    padding-right: 0;
  32  }
  33  
  34  .container-header {
  35    background-image: $cassiopeia-header-grad-rtl;
  36  
  37    .container-nav .container-search:only-child {
  38      margin-right: auto;
  39      margin-left: 0;
  40    }
  41  
  42    .mod-menu {
  43      > li {
  44        margin-left: 1.55em;
  45      }
  46    }
  47  }
  48  
  49  // SearchTools rounded corners
  50  .awesomplete {
  51    input {
  52      @include border-start-radius(0);
  53    }
  54  }
  55  
  56  .input-group > .form-control:not(:last-child),
  57  .input-group > .form-select:not(:last-child) {
  58    @include border-start-radius(0);
  59    @include border-end-radius($border-radius);
  60  }
  61  
  62  .btn-group > .btn:first-child:not(.dropdown-toggle) {
  63    @include border-end-radius($border-radius);
  64  }
  65  
  66  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  67  .btn-group > .btn-group:not(:last-child) > .btn {
  68    @include border-start-radius(0);
  69    margin-left: -1px;
  70  }
  71  
  72  .btn-group > .btn:last-child:not(.dropdown-toggle) {
  73    @include border-start-radius($border-radius);
  74  }
  75  
  76  .btn-group > .btn:not(:first-child),
  77  .btn-group > .btn-group:not(:first-child) {
  78    @include border-end-radius(0);
  79  }


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