[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/media/templates/administrator/atum/scss/ -> template-rtl.scss (source)

   1  @import "template";
   2  @import "vendor/bootstrap/bootstrap-rtl";
   3  
   4  // Global
   5  dl,
   6  ol,
   7  ul {
   8    padding-right: 0;
   9  }
  10  
  11  // Redirect urls fields
  12  #jform_new_url,
  13  #jform_old_url,
  14  #new_url {
  15    text-align: left;
  16  }
  17  
  18  // Database prefix
  19  #jform_dbprefix {
  20    text-align: right;
  21    direction: ltr;
  22  }
  23  
  24  .input-group > .form-control:not(:last-child),
  25  .input-group > .form-select:not(:last-child) {
  26    @include border-start-radius(0);
  27    @include border-end-radius($border-radius);
  28  }
  29  
  30  .btn-group > .btn:first-child:not(.dropdown-toggle) {
  31    @include border-end-radius($border-radius);
  32  }
  33  
  34  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  35  .btn-group > .btn-group:not(:last-child) > .btn {
  36    @include border-start-radius(0);
  37    margin-left: -1px;
  38  }
  39  
  40  .btn-group > .btn:last-child:not(.dropdown-toggle) {
  41    @include border-start-radius($border-radius);
  42  }
  43  
  44  .btn-group > .btn:not(:first-child),
  45  .btn-group > .btn-group:not(:first-child) {
  46    @include border-end-radius(0);
  47  }


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