app.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. width: 150px;
  31. height: 142px;
  32. position: absolute;
  33. top: 50%;
  34. left: 50%;
  35. margin-top: -71px;
  36. margin-left: -75px;
  37. }
  38. .bar-icon {
  39. font-size:22px !important;
  40. margin-right: 5px;
  41. margin-left: 5px;
  42. }
  43. .holded {
  44. background-color: lightgray;
  45. }
  46. .centered-spinner {
  47. position: absolute;
  48. top: 50%;
  49. left: 50%;
  50. margin-top: -16px;
  51. margin-left: -16px;
  52. }
  53. .spinner svg {
  54. width: 32px;
  55. height: 32px;
  56. stroke: #387ef5;
  57. fill: #387ef5;
  58. }
  59. .popover {
  60. height: auto !important;
  61. }
  62. .popover ion-header-bar {
  63. position: relative;
  64. }
  65. .popover ion-content {
  66. top: 0;
  67. position: relative;
  68. }