Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/eula.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/eula.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
*/
.license .list-spaced-items > li,
.license p.list-break {
  margin-top: 0.5em;
}
.license .list-decimal:not(.continue-counter),
.license .list-decimal-nested:not(.continue-counter),
.license .list-upper-alpha:not(.continue-counter),
.license .list-lower-alpha-parens:not(.continue-counter),
.license .list-lower-roman-parens:not(.continue-counter) {
  counter-reset: item 0;
}
.license .list-decimal > li,
.license .list-decimal-nested > li,
.license .list-upper-alpha > li,
.license .list-lower-alpha-parens > li,
.license .list-lower-roman-parens > li {
  list-style-type: none;
  counter-increment: item;
}
.license .list-decimal > li::before,
.license .list-decimal-nested > li::before,
.license .list-upper-alpha > li::before,
.license .list-lower-alpha-parens > li::before,
.license .list-lower-roman-parens > li::before {
  margin-right: 0.5em;
}
.license .list-decimal > li {
  list-style-type: decimal;
  padding-left: 0.5em;
}
.license .list-decimal-nested > li::before {
  content: counters(item, ".");
}
.license .list-upper-alpha > li::before {
  content: counter(item, upper-alpha) ".";
}
.license .list-lower-alpha-parens > li::before {
  content: "(" counter(item, lower-alpha) ")";
}
.license .list-lower-roman-parens > li::before {
  content: "(" counter(item, lower-roman) ")";
}
Back to Directory File Manager