rails_admin_material_theme 0.1.2 → 0.1.3

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: a2a9f5db3d52ec0276bdbbdd652aa6ae49d9f323
4
- data.tar.gz: ca9fb75b20221572e3b82175ba04d76479e862a9
3
+ metadata.gz: 3164ab9713a0956421887fc29ffe150f11a54978
4
+ data.tar.gz: 18699b2148eb6a31069bdd7c3a41edfbc4731715
5
5
  SHA512:
6
- metadata.gz: 545b88028940257b1bbcc68230f96b65cc4c754f5aef3a48822e344db19ec66286638f19df09e822d31fe4555cb18d8da5c27ca82f73d34f9ce484fd367bbb08
7
- data.tar.gz: 13247cb9c5761e3596f426a117b65d894462745448b5066d5764045cc5e695c96c81c2be944544e8b75d207dab54e8db841231734e78a579d54f4623e501d0b9
6
+ metadata.gz: 715349e3cf160d9cd47f52b57572a8713423cdf951080fa934d13351dd50fea2875af320dacf125a87946652429d37b0e337d7f445a3de5e488103277c9335a3
7
+ data.tar.gz: 58708d14bfdff15d29bf7377a5477cc86476775b07efa44f113bb349dc119a9965f4071d78c34f2b6db8154a54a8bbd7f6ff24f8f19070fb9cc16056b80cf13e
@@ -1,3 +1,3 @@
1
1
  module RailsAdminMaterialTheme
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -1,4 +1,4 @@
1
- @import url(https://fonts.googleapis.com/css?family=Roboto:300,700);
1
+ @import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700);
2
2
 
3
3
  // Animation Setting
4
4
  // ====
@@ -15,7 +15,7 @@ a {
15
15
  }
16
16
 
17
17
  body {
18
- font-family: Roboto;
18
+ font-family: Ubuntu;
19
19
  font-weight: 300;
20
20
  font-size: 14px;
21
21
  background-color: $body-bg-color;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_material_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guanting Chen
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  version: '0'
61
61
  requirements: []
62
62
  rubyforge_project:
63
- rubygems_version: 2.6.4
63
+ rubygems_version: 2.5.1
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: Material Theme for Rails Admin