dta_rapid 0.3.2 → 0.3.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: f5978e5c97c42b5d46574d00aca2151aab0ace14
4
- data.tar.gz: 3d75be102a9d6f16fb5ba785557940c055bfb75c
3
+ metadata.gz: 41e1fb34bcef8e8cf1f7f03f1c8bb62cea6fc28d
4
+ data.tar.gz: '0659fa45079eab62568d26c4134b5b4d9561f7b7'
5
5
  SHA512:
6
- metadata.gz: 52f356c1b3bd91988f556cc437b8f447cdcd0eb3fdfe74be0bf535ca0426df0c63b626986b11229b19b1a8ef7929e79c32a852970836b804f3e3b1586bbfa71a
7
- data.tar.gz: 8cb2b7164d458d7f2175e82ec1f4f5942acf962411588925989be8ac8dc1149a9951235985da3953596bbd85ead3db65c6ff230b455fecc8079297faff27462a
6
+ metadata.gz: 66b8e6fe9f6abca66b076c86bf6714680802e47979ad8bfd1cbb01dc447c8f9a0b7ad7d572fd2c5b3892e9ed72bae1fd7cf9cb9fc1c4d563018469c081f78ef1
7
+ data.tar.gz: 3f7487316c8006a25b8185d8dfd0f182283fb3d118f98497f80fcb4b11dc762221152342e7eb496aef14cc723003dfe15288b5eab40dad3f4e5e6dd19c3f56b5
data/_sass/_colors.scss CHANGED
@@ -31,7 +31,7 @@ $light-blue: #e8f5fa;
31
31
 
32
32
  // Seperation of Pretty colors from contextual colors
33
33
 
34
- $action-color: $straya-green;
34
+ $action-color: $aqua;
35
35
  $action-color--hover: darken($action-color, 5%);
36
36
  $action-color--active: darken($action-color, 10%);
37
37
  $action-color--disabled: $light-grey;
@@ -8,7 +8,8 @@
8
8
  line-height: $base-heading-leading;
9
9
  }
10
10
 
11
- .multiple-choice__hint {
11
+ .multiple-choice__hint,
12
+ .multiple-choice__description {
12
13
  color: $body-text-color--secondary;
13
14
  }
14
15
 
@@ -1,3 +1,5 @@
1
+ 'use strict';
2
+
1
3
  const questions = () => {
2
4
 
3
5
  const CONTAINER_ID = "container";
@@ -1,3 +1,5 @@
1
+ 'use strict';
2
+
1
3
  const scrolling = require('./scrolling');
2
4
  const questions = require('./questions');
3
5
 
@@ -1,6 +1,8 @@
1
+ 'use strict';
2
+
1
3
  const zenscroll = require('zenscroll');
2
4
 
3
- let scrolling = () => {
5
+ const scrolling = () => {
4
6
 
5
7
  let createScroller = (container, speed, offset) => {
6
8
  return zenscroll.createScroller(container, speed, offset);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dta_rapid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gareth Rogers