waterfall_bourbon_neat_rails 1.4.6 → 1.4.7
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 +4 -4
- data/app/assets/stylesheets/custom/components/_config.scss +2 -2
- data/app/assets/stylesheets/custom/components/_table.scss +4 -0
- data/app/assets/stylesheets/custom/components/_toolbar.scss +6 -5
- data/app/assets/stylesheets/custom/components/{_topMenu.scss → _topAppMenu.scss} +0 -0
- data/app/assets/stylesheets/custom/components/{_profileMenu.scss → _topProfileMenu.scss} +7 -2
- data/lib/waterfall_bourbon_neat_rails/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1da719c49b4424a63357ba1a7410d13ef177b71a
|
4
|
+
data.tar.gz: edd2b9cbb5404ca58d782d60c46d558d4d026022
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3471829ceac8f8dd1647bebf7c3ddace35fd2d9176807fa4040df3468221e774c8b91c1d138119b0f793cf0eac67de10ab915457d072c73565885d1deccb315
|
7
|
+
data.tar.gz: a3795c352559c8b31a7b16cacf70d8cdfe61c26a49da8d55fbab5335810ae45d5849e8368be6fe454094dd9bfa455692535e8162e796c77a728b5d2e329c129e
|
@@ -10,10 +10,10 @@
|
|
10
10
|
.toolbar_item{
|
11
11
|
display:inline-block;
|
12
12
|
height:40px;
|
13
|
-
width:
|
13
|
+
width:130px;
|
14
14
|
line-height:40px;
|
15
15
|
text-align:center;
|
16
|
-
margin:5px;
|
16
|
+
margin:5px 10px;
|
17
17
|
border-radius:3px;
|
18
18
|
cursor:pointer;
|
19
19
|
@include font-attr(1.1em, whitesmoke, bold);
|
@@ -22,11 +22,12 @@
|
|
22
22
|
.toolbar_item.enabled{
|
23
23
|
background-color:$medium_blue;
|
24
24
|
color: white;
|
25
|
-
box-shadow: 3px 3px 7px 1px #1C1D1F;
|
25
|
+
// box-shadow: 3px 3px 7px 1px #1C1D1F;
|
26
|
+
box-shadow: 2px 2px 6px 0px #1C1D1F;
|
26
27
|
|
27
28
|
&:hover{
|
28
|
-
box-shadow:
|
29
|
-
|
29
|
+
box-shadow: 2px 2px 6px 1px #1C1D1F;
|
30
|
+
// color:orange;
|
30
31
|
}
|
31
32
|
}
|
32
33
|
|
File without changes
|
@@ -1,4 +1,5 @@
|
|
1
1
|
$header-color: #2749a0;
|
2
|
+
$header-hover-color: white;
|
2
3
|
|
3
4
|
.profileMenu{
|
4
5
|
float: right;
|
@@ -18,12 +19,16 @@ $header-color: #2749a0;
|
|
18
19
|
width: 100%;
|
19
20
|
|
20
21
|
&:hover{
|
21
|
-
background:
|
22
|
+
background: $header-hover-color;
|
22
23
|
color: $header-color;
|
23
24
|
|
24
25
|
.innerProfileMenu{
|
25
26
|
display: table;
|
26
27
|
}
|
28
|
+
|
29
|
+
img{
|
30
|
+
background: inherit;
|
31
|
+
}
|
27
32
|
}
|
28
33
|
|
29
34
|
.innerProfileMenu{
|
@@ -32,7 +37,7 @@ $header-color: #2749a0;
|
|
32
37
|
margin: 0;
|
33
38
|
top:40px;
|
34
39
|
left:0;
|
35
|
-
background:
|
40
|
+
background: inherit;
|
36
41
|
z-index: 99999;
|
37
42
|
width: 100%;
|
38
43
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterfall_bourbon_neat_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Waterfall Software Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-10-
|
11
|
+
date: 2014-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -279,10 +279,10 @@ files:
|
|
279
279
|
- app/assets/stylesheets/custom/components/_modal_new.scss
|
280
280
|
- app/assets/stylesheets/custom/components/_modal_noteform.scss
|
281
281
|
- app/assets/stylesheets/custom/components/_modals.scss
|
282
|
-
- app/assets/stylesheets/custom/components/_profileMenu.scss
|
283
282
|
- app/assets/stylesheets/custom/components/_table.scss
|
284
283
|
- app/assets/stylesheets/custom/components/_toolbar.scss
|
285
|
-
- app/assets/stylesheets/custom/components/
|
284
|
+
- app/assets/stylesheets/custom/components/_topAppMenu.scss
|
285
|
+
- app/assets/stylesheets/custom/components/_topProfileMenu.scss
|
286
286
|
- app/assets/stylesheets/custom/components/_view_profile.scss
|
287
287
|
- app/assets/stylesheets/custom/components/forms/_config.scss
|
288
288
|
- app/assets/stylesheets/custom/components/forms/_forgot_pass.scss
|