You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.less 537B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. body {
  2. padding-top: 70px;
  3. }
  4. .caption {
  5. height: 100%;
  6. overflow: hidden;
  7. }
  8. .caption h4 {
  9. white-space: nowrap;
  10. text-align: center;
  11. color: #265a88;
  12. font-size: 24px;
  13. margin-top: 0px;
  14. margin-bottom: 10px;
  15. }
  16. .qcm h2 {
  17. text-align: center;
  18. }
  19. .caption hr {
  20. margin: 5px;
  21. }
  22. .caption p {
  23. font-size: 18px;
  24. text-align: center;
  25. }
  26. .right {
  27. text-align: right;
  28. }
  29. .center {
  30. text-align: center;
  31. }
  32. footer {
  33. margin: 50px 0;
  34. }
  35. .modal-header {
  36. font-weight: bold;
  37. }
  38. .input-permission-name {
  39. text-transform: uppercase;
  40. }