bravissimo 0.0.17 → 0.0.18

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/bravissimo/_pages.scss +25 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aea0a5daabfddb7564dfcc086ca218e6e088cf64734c2f5190de27910d0483db
4
- data.tar.gz: ae54103c915fa07b57caa62711c5d62cabc915fd21ac8f221d71cf01461da0c4
3
+ metadata.gz: 259c364e9f89e420cc14d04626e5b742447c11e45a8b7947a1c3eb03133c80a1
4
+ data.tar.gz: e88180175e173d618ea9bcce7a62c5b11f3ab28b8e7002ab847642b2be7b3f22
5
5
  SHA512:
6
- metadata.gz: ecb7933a03e7f2776f2fb27f49af098e185444ccd45ca4326028190acfa6d0d98455452516dcf86557dab0f93ae114ec6f4d233ab4d22e238c3fda4d19061112
7
- data.tar.gz: f90351fad0bf7256fbec23d30ea4478d79f4c8e8a3364c497b6cd2917ed99e65a7824ab32c9aaf75f13a8485aaa815d919946534ccbae6603356d3c8c3e02ff7
6
+ metadata.gz: 32cb37f94258e626c24b6f934cb10858aac17e7538b8423ab3dcef6869dfbc951fda8c14c6c2476d657358b56aa21ea93e4090190cc8067f08b4afb4de72e3a3
7
+ data.tar.gz: 7e8c44985d918ab207e6ee40a6101f772590a1e9d20672b8aba7773e96f8865d5ecd48dadced1e833cb671f300861d851ad937469d0c22dff0e0f38e25ada02b
@@ -0,0 +1,25 @@
1
+
2
+ .margin-top {
3
+ margin-top: 50px;
4
+ }
5
+
6
+ .row-banner {
7
+ border-top: 5px solid white;
8
+ border-bottom: 5px solid white;
9
+ }
10
+
11
+ .post-divider {
12
+ height: 80px;
13
+
14
+ background: #360033;
15
+ background: -webkit-linear-gradient(to right, #0b8793, #360033);
16
+ background: linear-gradient(to right, #0b8793, #360033);
17
+ }
18
+
19
+ .post {
20
+ font-size: 16px;
21
+
22
+ img {
23
+ width: 100%;
24
+ }
25
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bravissimo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gunther Cox
@@ -129,6 +129,7 @@ files:
129
129
  - _sass/bravissimo/_bootstrap.scss
130
130
  - _sass/bravissimo/_cards.scss
131
131
  - _sass/bravissimo/_colors.scss
132
+ - _sass/bravissimo/_pages.scss
132
133
  - assets/css/font-awesome.css
133
134
  - assets/fonts/FontAwesome.otf
134
135
  - assets/fonts/fontawesome-webfont.eot