app.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /* Empty. Add your own CSS if you like */
  2. .background {
  3. background-color: #387ef5;
  4. }
  5. .profile {
  6. width: 150px;
  7. height: 150px;
  8. background-size: cover;
  9. display: block;
  10. margin-left: auto;
  11. margin-right: auto;
  12. margin-top: 10px;
  13. margin-bottom: 10px;
  14. border-radius: 50px;
  15. }
  16. .logo {
  17. position: absolute;
  18. top: 50%;
  19. left: 50%;
  20. margin-top: -80px;
  21. margin-left: -100px;
  22. }
  23. .logo-footer {
  24. font-size: 10pt;
  25. }
  26. .no-results {
  27. color: gray;
  28. font-size: 20px;
  29. padding: 100px;
  30. text-align: center;
  31. }
  32. .empty-data {
  33. width: 150px;
  34. height: 142px;
  35. position: absolute;
  36. top: 50%;
  37. left: 50%;
  38. margin-top: -71px;
  39. margin-left: -75px;
  40. }
  41. .bar-icon {
  42. font-size:22px !important;
  43. margin-right: 5px;
  44. margin-left: 5px;
  45. }
  46. .holded {
  47. background-color: lightgray;
  48. }
  49. .centered-spinner {
  50. position: absolute;
  51. top: 50%;
  52. left: 50%;
  53. margin-top: -16px;
  54. margin-left: -16px;
  55. }
  56. .spinner svg {
  57. width: 32px;
  58. height: 32px;
  59. stroke: #387ef5;
  60. fill: #387ef5;
  61. }