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.

95 lines
2.0 KiB

  1. .o_noPaddingMargin{
  2. padding: 0!important;
  3. margin: 0!important;
  4. }
  5. .o_mainRow{
  6. height: calc(100%/4);
  7. }
  8. .o_floatRight{
  9. float: right;
  10. }
  11. /*
  12. SISTEMA DE COLORS
  13. users: blue
  14. routines: red
  15. diets: yellow
  16. la nomenclatura és:
  17. o_bColor
  18. la 'o' és de 'own', per saber que és una classe pròpia nostra i que no colisioni amb les classes dels frameworks css
  19. la 'b' és de background, si és una 'f' és de font
  20. a part podem posar ColorDark o ColorLight per fer un color més fosc o més clar
  21. */
  22. .o_bSidenav{
  23. background: #333b42!important;
  24. color: #c6ccd2!important;
  25. }
  26. .o_fWhiteLight{
  27. color: #c6ccd2!important;
  28. }
  29. .o_bGrey{
  30. background: #e6e6e6!important;
  31. color: #000000!important;
  32. }
  33. .o_bGreyLight{
  34. background: #CFD8DC!important;
  35. color: #000000!important;
  36. }
  37. /* backgrounds color: bColor */
  38. .o_bRed{
  39. background: rgb(252,87,85)!important;
  40. color: #ffffff!important;
  41. }
  42. .o_bRedLight{
  43. background: #E57373!important;
  44. color: #ffffff!important;
  45. }
  46. .o_bRedDark{
  47. background: rgb(218, 89, 120)!important;
  48. color: #ffffff!important;
  49. }
  50. .o_bGreen{
  51. background: rgb(123,195,70)!important;
  52. color: #ffffff!important;
  53. }
  54. .o_bGreenLight{
  55. background: #81C784!important;
  56. color: #ffffff!important;
  57. }
  58. .o_bGreenDark{
  59. background: rgb(54,188,155)!important;
  60. color: #ffffff!important;
  61. }
  62. .o_bBlue{
  63. background: rgb(104,195,240)!important;
  64. color: #ffffff!important;
  65. }
  66. .o_bBlueDark{
  67. background: rgb(72,118,180)!important;
  68. color: #ffffff!important;
  69. }
  70. .o_bYellow{
  71. background: rgb(251,187,61)!important;
  72. color: #ffffff!important;
  73. }
  74. .o_bYellowDark{
  75. background: #F9A825!important;
  76. color: #ffffff!important;
  77. }
  78. .o_bOrange{
  79. background: rgb(251, 126, 61)!important;
  80. color: #ffffff!important;
  81. }
  82. .o_bOrangeDark{
  83. background: #FF7043!important;
  84. color: #ffffff!important;
  85. }
  86. .o_bPurple{
  87. background: #9575CD!important;
  88. color: #ffffff!important;
  89. }
  90. .o_bPurpleDark{
  91. background: #512DA8!important;
  92. color: #ffffff!important;
  93. }