mumuki-laboratory 5.0.3 → 5.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 258387c11a69cf225f2fc650460ae94b21bf6566d6ea56bcc2c90b213d9ce6f1
4
- data.tar.gz: a83e7df48d573422af53374bd9b703109d7c5835724b28a27613fa29c9c08edb
3
+ metadata.gz: 671ee60830823f0301eef8aafaa45ec040415c9adfd11667007b67c9aaed3ba6
4
+ data.tar.gz: e8d0260ff96651de3b565e992b7d7058aace3492e31cbaa6ed92e7672fc9f0d7
5
5
  SHA512:
6
- metadata.gz: cafb9736ebeaa4c83cdc57f68b240d067b461bee78e6e2e7348ad6c1067fe2fd36b15c18278392ced4f98f3d3b690ff67a15cc55050356e2d72e773f7271557b
7
- data.tar.gz: 83591325c2985da03cab82b0be71f1a7a97ef008a41a4380060bf72341a7b97029e3bbc3cc54ab357e21309a86e54cc16ddb9beebd8f9a6da43dcd965fc2bb93
6
+ metadata.gz: 07b307bfe44cb97a65707b35a6d8b02d2ecdd02305eecee516d3fa25251f40fb7047133b0c71efe84840930830b4f00bc5772b403011896bb250f0ee84930748
7
+ data.tar.gz: 00588c70c4a8d2a90a9399bfbfc6c796ede51582fb7cd6002cd85c4e156f266bb701e1732e429068b38acb28c68391ca2936b0d0bdfe30ae3105da8c78aa64c9
@@ -190,8 +190,11 @@ $kids-speech-tabs-width: 40px;
190
190
  border: $kids-speech-border !important;
191
191
  border-radius: 12px;
192
192
  }
193
- display: block;
194
- margin: auto;
193
+ display: flex;
194
+ margin-top: 15px;
195
+ flex-direction: column;
196
+ align-items: center;
197
+ justify-content: center;
195
198
  padding: 1px;
196
199
  max-height: 100%;
197
200
  td, th {
@@ -15,10 +15,20 @@ $capital-animation-width: 135px;
15
15
  margin-top: -20px;
16
16
  }
17
17
 
18
- .modal-open .mu-kids-exercise {
19
- filter: blur(5px);
18
+ .modal-open {
19
+ .mu-kids-exercise,
20
+ .mu-navbar,
21
+ footer {
22
+ filter: blur(5px);
23
+ }
24
+ .modal-header,
25
+ .modal-footer,
26
+ .modal-body {
27
+ padding: 20px;
28
+ .text-box,
29
+ .submission-results {
30
+ padding: 0;
31
+ }
32
+ }
20
33
  }
21
34
 
22
- .modal-open .mu-navbar {
23
- filter: blur(5px);
24
- }
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Laboratory
3
- VERSION = '5.0.3'
3
+ VERSION = '5.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-laboratory
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.3
4
+ version: 5.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Bulgarelli