mno-enterprise-frontend 3.2.1 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/mno_enterprise/loader-32x32-bg-inverse.gif +0 -0
  3. data/app/assets/stylesheets/mno_enterprise/custom/utility/progress-bar.less +3 -3
  4. data/app/assets/stylesheets/mno_enterprise/custom/utility/text.less +0 -20
  5. data/app/assets/stylesheets/mno_enterprise/custom/views/pages/confirmation_lounge.less +3 -3
  6. data/app/assets/stylesheets/mno_enterprise/custom/views/registration.less +21 -10
  7. data/app/assets/stylesheets/mno_enterprise/custom/views/templates/notification-widget.less +5 -5
  8. data/app/assets/stylesheets/mno_enterprise/custom/views/templates/password-strength.less +4 -4
  9. data/app/assets/stylesheets/mno_enterprise/main.less +0 -6
  10. data/app/assets/stylesheets/mno_enterprise/variables.less +189 -77
  11. data/app/views/mno_enterprise/pages/app_access_unauthorized.html.haml +1 -1
  12. data/app/views/mno_enterprise/pages/app_logout.html.haml +1 -1
  13. data/app/views/mno_enterprise/pages/billing_details_required.html.haml +19 -17
  14. data/lib/mno_enterprise/frontend/locales_generator.rb +2 -1
  15. data/lib/tasks/mnoe_admin_tasks.rake +124 -28
  16. data/lib/tasks/mnoe_frontend_tasks.rake +2 -2
  17. data/lib/tasks/mnoe_locales.rake +16 -0
  18. data/lib/tasks/templates-admin/font-faces.less +2 -0
  19. data/lib/tasks/templates/package.json +3 -0
  20. data/spec/lib/tasks/mnoe_locales_rake_spec.rb +33 -0
  21. metadata +7 -12
  22. data/app/assets/stylesheets/mno_enterprise/custom/button.less +0 -84
  23. data/app/assets/stylesheets/mno_enterprise/custom/header.less +0 -281
  24. data/app/assets/stylesheets/mno_enterprise/custom/modal.less +0 -183
  25. data/app/assets/stylesheets/mno_enterprise/custom/utilities.less +0 -729
  26. data/app/assets/stylesheets/mno_enterprise/custom/utility/tabset.less +0 -87
  27. data/app/assets/stylesheets/mno_enterprise/custom/xeditable.less +0 -40
@@ -1,87 +0,0 @@
1
- // Cozy tabset
2
- // Large nav buttons separated from body
3
- .tabset.tabset-cozy {
4
- ul.nav.nav-tabs {
5
- background-color: transparent;
6
- }
7
-
8
- ul.nav.nav-tabs > li {
9
- margin-right: 5px;
10
- padding-bottom: 5px;
11
- background-color: transparent;
12
- border-bottom: solid 5px transparent;
13
- padding: 0px;
14
- }
15
-
16
- ul.nav.nav-tabs > li.active {
17
- border-bottom: solid 5px white;
18
- }
19
-
20
- ul.nav.nav-tabs > li > a:hover {
21
- background-color: @elem-cozy-color;
22
- color: white;
23
- }
24
-
25
- ul.nav.nav-tabs > li.active > a,
26
- ul.nav.nav-tabs > li.active > a:hover,
27
- ul.nav.nav-tabs > li.active > a:focus {
28
- padding-bottom: 20px;
29
- background-color: white;
30
- color: #878787;
31
- }
32
-
33
- ul.nav.nav-tabs > li > a {
34
- padding: 20px 40px;
35
- border: none;
36
- background-color: white;
37
- }
38
-
39
- .tab-content {
40
- border-top: solid 2px white;
41
- padding-top: 20px;
42
- }
43
-
44
- .tab-content .tab-pane {
45
- background-color: transparent;
46
- }
47
-
48
- @media(max-width: 720px) {
49
- ul.nav.nav-tabs > li {
50
- width:100%;
51
-
52
- &.active {
53
- border-bottom: solid 5px transparent;
54
- a {
55
- background-color:@brand-primary;
56
- color:white;
57
- }
58
- }
59
- }
60
- }
61
- }
62
-
63
- // Cozy style on dark background
64
- .tabset.tabset-cozy.tabset-inverse {
65
- ul.nav.nav-tabs > li.active {
66
- border-bottom: solid 5px @elem-cozy-color;
67
- }
68
-
69
- //ul.nav.nav-tabs > li.active,
70
- ul.nav.nav-tabs > li > a:hover {
71
- background-color: lighten(@elem-cozy-color,28%);
72
- color: darken(@elem-cozy-color,10%);;
73
- }
74
-
75
- ul.nav.nav-tabs > li.active > a,
76
- ul.nav.nav-tabs > li.active > a:hover,
77
- ul.nav.nav-tabs > li.active > a:focus {
78
- padding-bottom: 20px;
79
- background-color: @elem-cozy-color;
80
- color: white;
81
- }
82
-
83
- .tab-content {
84
- border-top: solid 2px @elem-cozy-color;
85
- }
86
- }
87
-
@@ -1,40 +0,0 @@
1
- .editable.editable-click,
2
- a.editable.editable-click {
3
- color: @decorator-alt-color;
4
- border: none;
5
-
6
- &:hover {
7
- color: @decorator-alt-color;
8
- border-bottom: dashed 1px fadeout(@decorator-alt-color,60%);
9
- }
10
- }
11
-
12
- form.editable-wrap {
13
- margin: 0px !important;
14
- }
15
-
16
- form.editable-wrap .editable-controls {
17
- padding: 0px;
18
- }
19
-
20
- form.editable-wrap .editable-controls input {
21
- height: 30px;
22
- padding: 0px 5px;
23
- border: dashed 1px #ccc;
24
- .box-shadow(none);
25
- }
26
-
27
- .editable-instructions {
28
- display: inline;
29
- }
30
-
31
- .editable-instructions form.editable-wrap .editable-controls:after {
32
- display: block;
33
- content: "press enter to confirm";
34
- font-style: italic;
35
- font-size: 10px;
36
- line-height: 12px;
37
- color: #777777;
38
- margin-top: -10px;
39
- padding-left: 5px;
40
- }