coffeebox 0.0.3 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e644c896b42d51146dc5efde89a445afdbad05b3
4
- data.tar.gz: d20b14e690c374431bb5ddc069cd1ea7ed076e6a
3
+ metadata.gz: c409ed9ff87fc7ff76685684045a730537459cbc
4
+ data.tar.gz: e7f85b9adc5833ecc1035e1963a6a37767545e57
5
5
  SHA512:
6
- metadata.gz: 8a71d814d9c7a2e0e4a2342a664bbc3e6eb5cc4eba4b0cbf8e0b409572edc55b152690886c54d91c8bbdd4509f22f5804196f619ac1ea32f3e73c956d8110c18
7
- data.tar.gz: def05fdf40007b4a1b64d456b448986e15fb0287f307df09ab45875007d3fe6f7f1264cd2463152ee756ce367813fc19684775611fc6feefaf8e798f4c68377d
6
+ metadata.gz: a62c6ba031118545ceef2fe8a06891a1d0a85283095cb4e89b01dfd8996df3e36e9088b4f60f59e8fef3e25c570076fdd216e28f470a0cc15d4c213ea8276aa4
7
+ data.tar.gz: ca9e21d50662f956fa3697186f34c7189a5b410a37bc5e0a06b5ec5fbe417afd716873f50e41e4a39d4a28b8257e18eebc1232389d8845be40eb139b8c03eb06
@@ -4,7 +4,7 @@ $coffeebox-close-hover: #333 !default
4
4
  $coffeebox-close-size: 25px !default
5
5
 
6
6
  $coffeebox-border: 3px solid rgba(0, 0, 0, 0) !default
7
- $coffeebox-border-radius: 25px !default
7
+ $coffeebox-border-radius: 5px !default
8
8
 
9
9
  #coffeebox
10
10
  position: absolute
@@ -24,7 +24,7 @@ $coffeebox-border-radius: 25px !default
24
24
  .content
25
25
  display: table
26
26
  padding: 10px
27
- background: $coffeebox-backgound
27
+ background: $coffeebox-background
28
28
  border-radius: $coffeebox-border-radius
29
29
  min-width: 100px
30
30
  min-height: 40px
@@ -1,3 +1,3 @@
1
1
  module Coffeebox
2
- VERSION = "0.0.3"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coffeebox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv