123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- .dashboard, .admin {
- .main {
- padding: 0;
- margin-bottom: 150px;
- }
- &.dashboard-settings,
- &.dashboard-subscription_plans {
- .pmp-score, .pmp-graphs { display: none; }
- }
- &.dashboard-subscription_plans {
- section {
- .subscription-plans-row {
- margin: 0 50px;
- }
- }
- }
- .settings-nav {
- li {
- list-style-type: none;
- border-bottom: 1px solid #E6EDEE;
- padding: 10px 10px 10px 16px;
- margin-left: -16px;
- a { color: #333; font-size: 14px; }
- &.active {
- background: #00B9D2;
- padding: 10px 10px 10px 26px;
- margin-left: -26px;
- a {
- color: #fff;
- }
- }
- }
- }
- header {
- border-bottom: 1px solid #DDE3E4;
- /*height: 80px;*/
- margin-left: 0 !important;
- margin-right: 0 !important;
- margin-bottom: 20px !important;
- .next-game {
- margin-top: 20px;
- }
- .next-game-description {
- @extend .cf;
- }
- h3 {
- font-weight: 500;
- line-height: 40px;
- text-transform: uppercase;
- }
- }
-
- p.training-desc {
- background: #EEF4F5;
- margin: 0 25px 15px;
- padding: 10px 15px;
- font-size: 14px;
- }
- .lessons {
- .lesson {
- border-bottom: 1px solid #DDE3E4;
- margin-bottom: 20px;
- .title {
- margin-bottom: 10px;
- }
- h4 {
- background: #D2DADB;
- color: #EEF4F5;
- display: inline;
- padding: 2px 20px;
- position: relative;
- left: -16px;
- &.completed {
- background: #88C69F;
- border-radius: 3px;
- }
- }
- &:last-child {
- border-bottom: none;
- }
- }
- }
- .joyride-content-wrapper {
- a.button {
- background: #5DB055;
- border: 0;
- box-shadow: none;
- font-weight: 100;
- border-radius: 3px;
- }
- }
- }
|