waterfall_bourbon_neat_rails 0.0.6.6 → 0.0.6.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff12b7aed1f2a038ba87221db41fbe513e5d0e21
|
4
|
+
data.tar.gz: afcd2a742f2539addee8360bcf44bdf63be836bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5d770539ae1ad1931fb8776dd75653fa8d07e1d36565017d7042c1167a1f580b27a0f3143044d053f77aecb42d16144111625c48d04a3d89aa6ea4e3a70c277
|
7
|
+
data.tar.gz: 6186880768470ded7400293d2bbc7aebf7bb8be39d503d9445e8d1917aab1ea8ef92e919e430c8b5f50c9801cc2d890181f717188aa83f6657a1cf6179b5904f
|
@@ -50,9 +50,29 @@ body#main {
|
|
50
50
|
div#login {
|
51
51
|
position: fixed;
|
52
52
|
bottom: 0px;
|
53
|
-
width:
|
53
|
+
width: 20%;
|
54
54
|
background: image-url('home-tile-bg.gif') repeat scroll left top #0057A7;
|
55
55
|
height: 35%;
|
56
56
|
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
|
57
|
+
margin-left: 0.5em 0 0;
|
57
58
|
}
|
59
|
+
|
60
|
+
span.not-bold {
|
61
|
+
display: block;
|
62
|
+
font-size: 22px;
|
63
|
+
line-height: 24px;
|
64
|
+
font-weight: 300;
|
65
|
+
text-transform: uppercase;
|
66
|
+
color: #FFF;
|
67
|
+
}
|
68
|
+
|
69
|
+
span.not-bold {
|
70
|
+
display: block;
|
71
|
+
font-weight: 800;
|
72
|
+
font-size: 47px;
|
73
|
+
line-height: 52px;
|
74
|
+
margin: 0.25em 0px;
|
75
|
+
color: #FFF;
|
76
|
+
}
|
77
|
+
|
58
78
|
}
|