_dashboard.css.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .dashboard, .admin {
  2. .main {
  3. padding: 0;
  4. margin-bottom: 150px;
  5. }
  6. &.dashboard-settings,
  7. &.dashboard-subscription_plans {
  8. .pmp-score, .pmp-graphs { display: none; }
  9. }
  10. &.dashboard-subscription_plans {
  11. section {
  12. .subscription-plans-row {
  13. margin: 0 50px;
  14. }
  15. }
  16. }
  17. .settings-nav {
  18. li {
  19. list-style-type: none;
  20. border-bottom: 1px solid #E6EDEE;
  21. padding: 10px 10px 10px 16px;
  22. margin-left: -16px;
  23. a { color: #333; font-size: 14px; }
  24. &.active {
  25. background: #00B9D2;
  26. padding: 10px 10px 10px 26px;
  27. margin-left: -26px;
  28. a {
  29. color: #fff;
  30. }
  31. }
  32. }
  33. }
  34. header {
  35. border-bottom: 1px solid #DDE3E4;
  36. /*height: 80px;*/
  37. margin-left: 0 !important;
  38. margin-right: 0 !important;
  39. margin-bottom: 20px !important;
  40. .next-game {
  41. margin-top: 20px;
  42. }
  43. .next-game-description {
  44. @extend .cf;
  45. }
  46. h3 {
  47. font-weight: 500;
  48. line-height: 40px;
  49. text-transform: uppercase;
  50. }
  51. }
  52. p.training-desc {
  53. background: #EEF4F5;
  54. margin: 0 25px 15px;
  55. padding: 10px 15px;
  56. font-size: 14px;
  57. }
  58. .lessons {
  59. .lesson {
  60. border-bottom: 1px solid #DDE3E4;
  61. margin-bottom: 20px;
  62. .title {
  63. margin-bottom: 10px;
  64. }
  65. h4 {
  66. background: #D2DADB;
  67. color: #EEF4F5;
  68. display: inline;
  69. padding: 2px 20px;
  70. position: relative;
  71. left: -16px;
  72. &.completed {
  73. background: #88C69F;
  74. border-radius: 3px;
  75. }
  76. }
  77. &:last-child {
  78. border-bottom: none;
  79. }
  80. }
  81. }
  82. .joyride-content-wrapper {
  83. a.button {
  84. background: #5DB055;
  85. border: 0;
  86. box-shadow: none;
  87. font-weight: 100;
  88. border-radius: 3px;
  89. }
  90. }
  91. }