oulu 0.11.7 → 0.11.8
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/stylesheets/_oulu-base.sass +1 -0
- data/app/assets/stylesheets/_oulu-mixins.sass +1 -0
- data/app/assets/stylesheets/_oulu-variables.sass +1 -1
- data/app/assets/stylesheets/settings/mixins/_block.sass +1 -1
- data/app/assets/stylesheets/settings/mixins/_grid.sass +2 -2
- data/app/assets/stylesheets/settings/mixins/_word-wrap.sass +10 -0
- data/app/assets/stylesheets/settings/variables/_sanitize.sass +3 -3
- data/bower.json +1 -1
- data/lib/oulu/version.rb +1 -1
- data/package.json +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d82627d3402926b6b438ed874bd8a1ce27a9ed3
|
4
|
+
data.tar.gz: a7dd579fc57c54cef9df074fbc9885aed2bbcca8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c5b1030bd5a1d76819b681074b06fbd399f512a8b915ae73abd95a3531689b425c73a4aad3413fc9dd6395d10a2b721cf9d0069b5740cead5e88c0a611a6cce
|
7
|
+
data.tar.gz: 9a9a852b4a3331f8b01463fdc2a7081594fd1c8cae31dc54a273fa297c56ec87e3f2370f6048c242e1ef6dd7127b918ed9e6206eb48c25ede63bea126f23bde6
|
@@ -2,7 +2,7 @@
|
|
2
2
|
$block-width: optional_nth($values, 1)
|
3
3
|
$block-height: optional_nth($values, 2)
|
4
4
|
$block-z-index: optional_nth($values, 3)
|
5
|
-
+
|
5
|
+
+size($block-width $block-height)
|
6
6
|
+position(fixed, left 50%, top 50%, $block-z-index)
|
7
7
|
margin-top: $block-height / 2 * -1
|
8
8
|
margin-left: $block-width / 2 * -1
|
@@ -29,7 +29,7 @@
|
|
29
29
|
//
|
30
30
|
// Common styles for small and large grid columns
|
31
31
|
|
32
|
-
.row>[class
|
32
|
+
.row>[class*=col-]
|
33
33
|
position: relative
|
34
34
|
// Prevent columns from collapsing when empty
|
35
35
|
min-height: 1px
|
@@ -158,7 +158,7 @@
|
|
158
158
|
// helper
|
159
159
|
.row
|
160
160
|
@for $i from 0 through 16
|
161
|
-
$gutter-size: $i *
|
161
|
+
$gutter-size: $i * 1rem
|
162
162
|
&.is-gutter-width-#{$gutter-size}#{if($gutter-size == 0, null, rem)}
|
163
163
|
+margin(horizontal, $gutter-size / 2 * -1)
|
164
164
|
>*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
$root-background-color: #FFFFFF !default
|
2
2
|
$root-box-sizing: border-box !default
|
3
|
-
$root-color:
|
3
|
+
$root-color: #000000 !default
|
4
4
|
$root-cursor: default !default
|
5
|
-
$root-font-family:
|
5
|
+
$root-font-family: sans-serif !default
|
6
6
|
$root-font-size: 100% !default
|
7
7
|
$root-line-height: 1.5 !default
|
8
8
|
$root-text-rendering: optimizeLegibility !default
|
@@ -12,7 +12,7 @@ $background-repeat: no-repeat !default
|
|
12
12
|
$form-element-background-color: transparent !default
|
13
13
|
$form-element-min-height: if(unitless($root-line-height), #{$root-line-height}em, if(unit($root-line-height) != "%", $root-line-height, null)) !default
|
14
14
|
$media-element-vertical-align: middle !default
|
15
|
-
$monospace-font-family:
|
15
|
+
$monospace-font-family: mono !default
|
16
16
|
$nav-list-style: none !default
|
17
17
|
$selection-background-color: #B3D4FC !default
|
18
18
|
$selection-color: #ffffff !default
|
data/bower.json
CHANGED
data/lib/oulu/version.rb
CHANGED
data/package.json
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oulu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- machida
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -148,6 +148,7 @@ files:
|
|
148
148
|
- app/assets/stylesheets/settings/mixins/_responsive-utilities.sass
|
149
149
|
- app/assets/stylesheets/settings/mixins/_table.sass
|
150
150
|
- app/assets/stylesheets/settings/mixins/_text.sass
|
151
|
+
- app/assets/stylesheets/settings/mixins/_word-wrap.sass
|
151
152
|
- app/assets/stylesheets/settings/mixins/grid/_grid-framework.sass
|
152
153
|
- app/assets/stylesheets/settings/mixins/grid/_grid.sass
|
153
154
|
- app/assets/stylesheets/settings/variables/_default.sass
|