app.css 911 B

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