active_frontend 1.0.0 → 1.0.1

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: dd9cc13c38d888dda821b17482862c6fd79d2a28
4
- data.tar.gz: 2fd930df5e7de840c967221c9404db77ab375a72
3
+ metadata.gz: 83f61b3dddd6aae44b0bd033ff6b9c781a906c5a
4
+ data.tar.gz: ac2856522482d6999e668f4f306afef6b8fb7c87
5
5
  SHA512:
6
- metadata.gz: 7f33932f282f094c783243bbf4394c2c287cf8532df8fb6a699ec802c26afb149193b7a0fb33c4549f3d6da9eb67a6c4ef0291f86a8442bfd92804f35395be84
7
- data.tar.gz: 8f5a23a481530032d039e3838c3f7141e35dcc8adcf7336d865d5925e2ea288c3fd45bbf2946e1881755dac7d0d9fb6d8cb08874570c3b83aba955f8bb79b49f
6
+ metadata.gz: 1d9c53c88d570c34483bf423feeb44c52f2e01077fd88cd33af51d51e9a4b005707ecd84855f4dddc736de0c1681c7fc3707f248ddffeca4cda003d7a6e56568
7
+ data.tar.gz: fc6f360d3b0c52cdf3f26eeaf0390409960524ee8c241cb7f80939e7f805346b00d91415aeb1316e5252abd5637afe29a47911ce5f441186822a402f000491cb
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -138,13 +138,15 @@
138
138
  color: rgba(102,117,127,1);
139
139
  text-decoration: none;
140
140
  }
141
- .header-user > img,
141
+ .header-user img,
142
142
  .header-user-placeholder {
143
143
  background: rgba(176,193,206,1);
144
144
  color: rgba(255,255,255,1);
145
145
  border-radius: 500px;
146
146
  display: inline-block;
147
147
  height: 40px;
148
+ margin: 0;
149
+ padding: 0;
148
150
  text-align: center;
149
151
  width: 40px;
150
152
  vertical-align: middle;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez