bhf 0.4.2.5 → 0.4.2.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.
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
// sass --watch public/stylesheets/sass/bhf.sass:public/stylesheets/bhf.css --style compressed
|
|
2
|
-
|
|
3
1
|
@import reset
|
|
4
2
|
@import typo
|
|
5
3
|
@import functions
|
|
@@ -368,9 +366,8 @@ table
|
|
|
368
366
|
background: #FFF
|
|
369
367
|
+border-radius(2)
|
|
370
368
|
+box-shadow(0, 1, 0, #FFFFFF)
|
|
371
|
-
padding:
|
|
369
|
+
padding: 3px 5px 2px 5px
|
|
372
370
|
width: 300px
|
|
373
|
-
line-height: 10px
|
|
374
371
|
&:focus
|
|
375
372
|
outline: 0
|
|
376
373
|
+transition-duration(1)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bhf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 105
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
9
|
- 2
|
|
10
|
-
-
|
|
11
|
-
version: 0.4.2.
|
|
10
|
+
- 7
|
|
11
|
+
version: 0.4.2.7
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Anton Pawlik
|