waterfall_bourbon_neat_rails 2.0.1.8 → 2.0.1.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 716e26bea83d1ae2d38c6e213c579041bab659fc
4
- data.tar.gz: 80b9baafce4c15075c1953ea7a7335b5e34b4628
3
+ metadata.gz: 94b4375672df5d4ad05b07e55612887a346a06af
4
+ data.tar.gz: 71172c279773ff1289d57d7d48caf51a61331fad
5
5
  SHA512:
6
- metadata.gz: 9e7038bf07ad9aae007dfa74b409e84839dc9109040f3e57c91c3fb5b62f4743ce7cf568908862e887d2645cce96dd5a986cc8e9c1e9b7434f92b46ff2102bf7
7
- data.tar.gz: 9da01703b81de3ebbd4378df9905ed048c29b3ed1e4b4f6cf838fca95fe1889150cebd695d1087bd51b640ff47f98e1f9fa75f60f877527f70222c8e482b90d3
6
+ metadata.gz: fdb9d41edb6eb2506ea1224fa677a98010c9904aa6dc707eeea84829be3de02d4e3c2efc0712626db3ef2b05e33e033196615d9a4365089d86eb2f5e850c6757
7
+ data.tar.gz: 7ac7fb25c7850f10e9942c70af2e948efd3a95f9cf0255ca1d32006a05c1f213494820019dbf2be7e02907ac3dd0a8054aec0d116e2032929bcfa7efe6c491ac
@@ -1,19 +1,15 @@
1
+ //packages
1
2
  @import "related/config";
2
3
  @import "forms/config";
3
- @import "view_profile";
4
+ @import "modals/config";
5
+
4
6
 
7
+ //other components
8
+ @import "view_profile";
5
9
  @import "topProfileMenu";
6
10
  @import "topAppMenu";
7
11
  @import "toolbar";
8
12
  @import "table";
9
13
  @import "ajax_spinner";
10
14
  @import "captcha";
11
- @import "modals";
12
- @import "modal_leadDetails";
13
- @import "modal_noteform";
14
- @import "modal_leadReassign";
15
- @import "modal_lead";
16
- @import "modal_filters";
17
- @import "modal_user";
18
- @import "modal_bhours";
19
15
  @import "lms";
@@ -0,0 +1,11 @@
1
+ //basic modal windows style
2
+ @import "modals";
3
+
4
+ //custom modal windows style
5
+ @import "lead";
6
+ @import "leadDetails";
7
+ @import "leadReassign";
8
+ @import "leadNotes";
9
+ @import "leadFilters";
10
+ @import "user";
11
+ @import "businessHours";
@@ -9,6 +9,15 @@
9
9
  .notes-stage{
10
10
  display: table;
11
11
  margin-top: 10px;
12
+
13
+ &:first-child{
14
+ float: left;
15
+ }
16
+
17
+ &:last-child{
18
+ float: left:
19
+ margin-left: 20px;
20
+ }
12
21
  }
13
22
 
14
23
  .modal-actions{
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "2.0.1.8".freeze
2
+ VERSION = "2.0.1.9".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1.8
4
+ version: 2.0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
@@ -298,14 +298,6 @@ files:
298
298
  - app/assets/stylesheets/custom/components/_captcha.scss
299
299
  - app/assets/stylesheets/custom/components/_config.scss
300
300
  - app/assets/stylesheets/custom/components/_lms.scss
301
- - app/assets/stylesheets/custom/components/_modal_bhours.scss
302
- - app/assets/stylesheets/custom/components/_modal_filters.scss
303
- - app/assets/stylesheets/custom/components/_modal_lead.scss
304
- - app/assets/stylesheets/custom/components/_modal_leadDetails.scss
305
- - app/assets/stylesheets/custom/components/_modal_leadReassign.scss
306
- - app/assets/stylesheets/custom/components/_modal_noteform.scss
307
- - app/assets/stylesheets/custom/components/_modal_user.scss
308
- - app/assets/stylesheets/custom/components/_modals.scss
309
301
  - app/assets/stylesheets/custom/components/_table.scss
310
302
  - app/assets/stylesheets/custom/components/_toolbar.scss
311
303
  - app/assets/stylesheets/custom/components/_topAppMenu.scss
@@ -316,12 +308,20 @@ files:
316
308
  - app/assets/stylesheets/custom/components/forms/_login.scss
317
309
  - app/assets/stylesheets/custom/components/forms/_pass_reset.scss
318
310
  - app/assets/stylesheets/custom/components/forms/_registration_and_edit.scss
311
+ - app/assets/stylesheets/custom/components/modals/_businessHours.scss
312
+ - app/assets/stylesheets/custom/components/modals/_config.scss
313
+ - app/assets/stylesheets/custom/components/modals/_lead.scss
314
+ - app/assets/stylesheets/custom/components/modals/_leadDetails.scss
315
+ - app/assets/stylesheets/custom/components/modals/_leadFilters.scss
316
+ - app/assets/stylesheets/custom/components/modals/_leadNotes.scss
317
+ - app/assets/stylesheets/custom/components/modals/_leadReassign.scss
318
+ - app/assets/stylesheets/custom/components/modals/_modals.scss
319
+ - app/assets/stylesheets/custom/components/modals/_user.scss
319
320
  - app/assets/stylesheets/custom/components/related/_body.scss
320
321
  - app/assets/stylesheets/custom/components/related/_config.scss
321
322
  - app/assets/stylesheets/custom/components/related/_flash.scss
322
323
  - app/assets/stylesheets/custom/components/related/_landing_page.scss
323
324
  - app/assets/stylesheets/custom/components/related/_main_page.scss
324
- - app/assets/stylesheets/custom/components/related/_profileMenu.scss
325
325
  - app/assets/stylesheets/custom/rules.txt
326
326
  - app/assets/stylesheets/neat/_breakpoints.scss
327
327
  - app/assets/stylesheets/neat/_settings.scss
@@ -1,13 +0,0 @@
1
- .profileMenu{
2
- float: right;
3
- margin-right:20px;
4
- }
5
-
6
- .profileMenu-wrapper{
7
- @include pad(10px 0 0 0);
8
-
9
- .profileMenu-item{
10
- display: inline-block;
11
- padding: 5px 10px;
12
- }
13
- }