adjuster-advanced-panel.component.scss 353 B

123456789101112131415161718192021
  1. @import "bootstrap/scss/functions";
  2. @import "bootstrap/scss/variables";
  3. @import "bootstrap/scss/mixins";
  4. @import "bootstrap/scss/forms";
  5. .center-block {
  6. text-align: center;
  7. margin-bottom: 1em;
  8. }
  9. .cursor-pointer {
  10. cursor: pointer;
  11. }
  12. .non-underlined-link {
  13. text-decoration: none;
  14. }
  15. .non-underlined-link:hover {
  16. text-decoration: underline;
  17. }