mumuki-styles 3.0.0 → 3.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 +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 +3 -3
- data/app/assets/stylesheets/scss/_links.scss +1 -1
- data/app/assets/stylesheets/scss/_navbar.scss +2 -2
- data/lib/mumuki/styles/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e137107c37125518e3ebc82c264d2f62b37ca898aea906d4a1ec9f80b3970752
|
|
4
|
+
data.tar.gz: 3c7f6bb578d2f1edfccda6e891e27936030140987e9614cfc8b09627aa6d36a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a90d88f21665a5cf1c26a1cc5bb4199edf326419a84cde2ad57080add5765e5b53a97a904dbf7ebc802c7c806ccefe3d70ee1b9ccec1cfe08a29da33c4cb2d2
|
|
7
|
+
data.tar.gz: 44f60e854f88e14449f3821e4871a794f3fc0c2269e76c6939d9f0a2aac1cc87d41a6b34b9bdc9ceffc31166d631831390f2f6b303f07421840549dc1ad6e963
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -16105,10 +16105,10 @@ pre {
|
|
|
16105
16105
|
user-select: none;
|
|
16106
16106
|
pointer-events: none; }
|
|
16107
16107
|
|
|
16108
|
-
.mu-navbar.mu-inverted img {
|
|
16108
|
+
.mu-navbar.mu-inverted .profile-dropdown img {
|
|
16109
16109
|
box-shadow: 0 0 0 2px white; }
|
|
16110
16110
|
|
|
16111
|
-
.mu-navbar.mu-inverted .
|
|
16111
|
+
.mu-navbar.mu-inverted .dropdown-toggle, .mu-navbar.mu-inverted .mu-navbar-icon {
|
|
16112
16112
|
color: white; }
|
|
16113
16113
|
|
|
16114
16114
|
.mu-navbar.mu-inverted .mu-level-number {
|
|
@@ -16132,7 +16132,7 @@ pre {
|
|
|
16132
16132
|
.nav-tabs > li > a {
|
|
16133
16133
|
cursor: pointer; }
|
|
16134
16134
|
|
|
16135
|
-
a:link, .dropdown-item:hover {
|
|
16135
|
+
a:link, .dropdown-item:hover, .nav-link:hover {
|
|
16136
16136
|
text-decoration: none; }
|
|
16137
16137
|
|
|
16138
16138
|
a:hover {
|
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: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Federico Scarpa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-04-
|
|
11
|
+
date: 2021-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|