app.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. body {
  2. display: flex;
  3. min-height: 100vh;
  4. flex-direction: column;
  5. background-color: rgb(245, 245, 245);
  6. }
  7. main {
  8. flex: 1 0 auto;
  9. }
  10. main h4.thin{
  11. margin-left: 10px;
  12. }
  13. main p.flow-text{
  14. margin-left: 10px;
  15. }
  16. ::-webkit-scrollbar{
  17. width: 8px;
  18. }
  19. ::-webkit-scrollbar-track{
  20. border-radius: 10px;
  21. }
  22. ::-webkit-scrollbar-thumb {
  23. border-radius: 10px;
  24. background-color: white;
  25. }
  26. textarea{
  27. color: white;
  28. }
  29. .brand-logo {
  30. margin-left: 10px;
  31. }
  32. .feedback-btn{
  33. margin-left: 10px
  34. }
  35. .scroll-fix{
  36. margin-right: 20px;
  37. }
  38. .avatar{
  39. width: auto;
  40. height: auto;
  41. }
  42. .contact-details{
  43. margin-bottom: 5px;
  44. }
  45. .contact-details .material-icons{
  46. float: left;
  47. }
  48. .user-num{
  49. font-size: 1.6em !important;
  50. }
  51. .card i{
  52. line-height: inherit;
  53. }
  54. .card-content p i{
  55. float: left;
  56. }
  57. .register{
  58. margin: 10px 0 0 0px;
  59. }
  60. .social{
  61. margin: 0px 0 10px 0px;
  62. width: 155px;
  63. }
  64. .login-btn{
  65. margin: 10px 0 0 10px;
  66. }
  67. .upvote{
  68. float: right;
  69. color: #00C853;
  70. cursor: pointer;
  71. line-height: initial !important;
  72. }
  73. .upvote-text{
  74. display: inline;
  75. float: right;
  76. font-size: 1.5em;
  77. margin-top: -3px;
  78. margin-right: 10px;
  79. color: white;
  80. }
  81. .float-btn{
  82. position: initial;
  83. float: right;
  84. margin-top: -3em;
  85. margin-right: -2em;
  86. }
  87. .character-counter{
  88. color: white;
  89. }
  90. .fixed-action-btn.horizontal ul{
  91. right: 45px;
  92. }
  93. .musare {
  94. background-color: rgb(107, 197, 164) !important;
  95. }
  96. .range-field > input[type="range"] {
  97. border-color: #C2C0C2;
  98. border-right: 0;
  99. border-left: 0;
  100. }
  101. .table-right-td {
  102. text-align: right;
  103. }
  104. .table-right-th {
  105. width: 1px;
  106. }
  107. .hide-preview {
  108. padding-bottom: 0 !important;
  109. }
  110. #song-preview {
  111. width: 210px;
  112. height: 210px;
  113. min-height: 210px;
  114. min-width: 210px;
  115. max-height: 210px;
  116. max-width: 210px;
  117. }
  118. #previewPlayerContainer {
  119. margin-bottom: 20px;
  120. }
  121. .seeker-bar {
  122. top: 0;
  123. left: 0;
  124. bottom: 0;
  125. position: absolute;
  126. }
  127. .seeker-bar-container {
  128. position: relative;
  129. height: 5px;
  130. display: block;
  131. width: 100%;
  132. overflow: hidden;
  133. }
  134. #preview-time {
  135. margin-top: -9px;
  136. }
  137. #desc_text{
  138. color: black;
  139. }
  140. #team-page-container {
  141. margin-left: 0;
  142. margin-right: 0;
  143. /* Weird hack... No clue why this is needed but it is.*/
  144. }