Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/common/collapsible_wrapper/collapsible_wrapper.css

/*
     WARNING: This is a generated file. Any changes you make directly to this file
     will be overwritten when the file is regenerated. Add styles to the appropriate
     .less file instead.
*/
/*
# cpanel - whostmgr/docroot/templates/collapsible_wrapper/collapsible_wrapper.less
#                                                  Copyright 2022 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/
.collapsible-wrapper {
  padding: 10px 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  font-size: 18px;
}
.collapsible-wrapper.collapsible--disabled {
  cursor: default;
}
.collapsible-wrapper > span,
.collapsible-wrapper > i::before {
  color: #333333;
}
.collapsible-wrapper > i::before {
  font-size: 14px;
}
.collapsible-wrapper:hover,
.collapsible-wrapper:focus {
  color: #333333;
  text-decoration: none;
}
.collapsible-wrapper:focus {
  outline-width: 0;
}
.width-inherit {
  width: inherit;
}
.smallNotice {
  /* away from section heading */
  margin-top: 3px;
}
.smallNotice > i {
  vertical-align: middle;
  color: #f6c342;
}
.smallNotice > small {
  vertical-align: middle;
}
Back to Directory File Manager