mumuki-styles 1.21.4 → 1.22.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 +4 -4
- data/app/assets/fonts/dev-awesome.eot +0 -0
- data/app/assets/fonts/dev-awesome.ttf +0 -0
- data/app/assets/fonts/dev-awesome.woff +0 -0
- data/app/assets/fonts/dev-awesome.woff2 +0 -0
- data/app/assets/stylesheets/css/mumuki-styles.css +7 -0
- data/app/assets/stylesheets/scss/_navbar.scss +13 -0
- data/lib/mumuki/styles/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 345e5d017cd856fbed633b5b6fecbf4d9a8f5c0ab358d0539df72b2ed6e09775
|
|
4
|
+
data.tar.gz: cf37843dbb85abee2af20a388d51783cce92f358d04700a085f365fbcb3d32d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27d2da0f2168814a9798368df723ed1a7e01a42809dedfe9aa489c4e01063b43058cd7a26e37ce866c5cbf544b4e22112805bc6a62f97e5e679281051eb4dfd2
|
|
7
|
+
data.tar.gz: 441b83e73a5261742d2393e023c077fd8520f43945b26a3a328534f2ebded2598bebd0b15859a3e98e10412517ab59b4f6893f2b2cf32632df7ba6332e5fb0de
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -9462,6 +9462,13 @@ pre code {
|
|
|
9462
9462
|
top: 2px;
|
|
9463
9463
|
background-color: #FF5B81;
|
|
9464
9464
|
border: 1px solid #FFF; }
|
|
9465
|
+
.mu-navbar .mu-navbar-avatar .profile-dropdown {
|
|
9466
|
+
cursor: pointer; }
|
|
9467
|
+
.mu-navbar .mu-navbar-avatar .profile-dropdown:hover {
|
|
9468
|
+
opacity: 0.5; }
|
|
9469
|
+
.mu-navbar .mu-navbar-avatar .profile-dropdown:focus {
|
|
9470
|
+
outline: none;
|
|
9471
|
+
opacity: 0.5; }
|
|
9465
9472
|
.mu-navbar .mu-navbar-avatar img.mu-profile-avatar {
|
|
9466
9473
|
width: 40px;
|
|
9467
9474
|
height: 40px;
|
|
@@ -84,6 +84,19 @@ $avatar-size: 40px;
|
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
+
.profile-dropdown {
|
|
88
|
+
cursor: pointer;
|
|
89
|
+
|
|
90
|
+
&:hover {
|
|
91
|
+
opacity: 0.5;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
&:focus {
|
|
95
|
+
outline: none;
|
|
96
|
+
opacity: 0.5;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
87
100
|
img {
|
|
88
101
|
&.mu-profile-avatar {
|
|
89
102
|
width: $avatar-size;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mumuki-styles
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Federico Scarpa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-10-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -242,8 +242,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
242
242
|
- !ruby/object:Gem::Version
|
|
243
243
|
version: '0'
|
|
244
244
|
requirements: []
|
|
245
|
-
|
|
246
|
-
rubygems_version: 2.7.7
|
|
245
|
+
rubygems_version: 3.0.8
|
|
247
246
|
signing_key:
|
|
248
247
|
specification_version: 4
|
|
249
248
|
summary: Mumuki Styles
|