oulu-rails 0.7.3 → 0.7.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/oulu-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/_oulu-base.sass +1 -0
- data/vendor/assets/stylesheets/helpers/_typoglaphy.sass +13 -15
- data/vendor/assets/stylesheets/modules/buttons/_button-base.sass +0 -1
- data/vendor/assets/stylesheets/modules/navs/_tabs-nav.sass +0 -1
- data/vendor/assets/stylesheets/settings/initializers/_reset.sass +0 -3
- data/vendor/assets/stylesheets/settings/mixins/_block.sass +0 -2
- data/vendor/assets/stylesheets/settings/mixins/_grid.sass +0 -4
- data/vendor/assets/stylesheets/settings/mixins/_resets.sass +0 -1
- data/vendor/assets/stylesheets/settings/mixins/_table.sass +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ebb174a90bdb7dc400e6a30fecaead97e059ae99
|
4
|
+
data.tar.gz: 31e1cd51305176df882f1b44d57eb9d9e29ba20a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27d77d5e2afa3c77181c98ff87659e751b862db75fe1c7805e102520e194ef94c938f754f6ad39a6a64aae57a6b41f7ec6009a079afa15af69698a859f44b237
|
7
|
+
data.tar.gz: 041c09414fbcd29d3b997f6fc6f20dfeb904daea9a91c6936e2f16339bcb8f830f1a95ec081302f98108f22210b3e35673648f2c2ab7a6f2d70e374afc239b1a
|
data/lib/oulu-rails/version.rb
CHANGED
@@ -9,20 +9,18 @@ body
|
|
9
9
|
.is-serif
|
10
10
|
+serif
|
11
11
|
|
12
|
-
|
13
|
-
|
14
|
-
letter-
|
15
|
-
|
16
|
-
letter-
|
17
|
-
|
12
|
+
@for $i from 0 through 24
|
13
|
+
$value: $i/10
|
14
|
+
.is-letter-specing-#{$i}px
|
15
|
+
letter-spacing: $value
|
16
|
+
.is-letter-specing-center-#{$i}px
|
17
|
+
letter-spacing: $value
|
18
|
+
text-indent: $value
|
18
19
|
|
19
|
-
|
20
|
-
.is-center-align
|
21
|
-
text-align: center
|
22
|
-
.is-right-align
|
23
|
-
text-align: right
|
24
|
-
.is-left-align
|
25
|
-
text-align: left
|
26
|
-
|
27
|
-
.is-nowrap
|
20
|
+
.is-white-space-nowrap
|
28
21
|
white-space: nowrap
|
22
|
+
|
23
|
+
$positions: left center right
|
24
|
+
@each $position in $positions
|
25
|
+
.is-text-align-#{$position}
|
26
|
+
text-align: $position
|
@@ -26,7 +26,6 @@ $tabs-nav-current-font-color: red !default
|
|
26
26
|
+rem('padding-bottom', $tabs-nav-border-width)
|
27
27
|
+text-block($tabs-nav-font-size round($tabs-nav-font-size*2.6), center $tabs-nav-font-color)
|
28
28
|
+padding(horizontal, $tabs-nav-font-size*1.6)
|
29
|
-
box-sizing: border-box
|
30
29
|
position: relative
|
31
30
|
&:before
|
32
31
|
display: block
|
@@ -14,7 +14,6 @@
|
|
14
14
|
+fixed(left 50%, top 50%, $block-z-index)
|
15
15
|
+rem('margin-top', $block-height / 2 * -1)
|
16
16
|
+rem('margin-left', $block-width / 2 * -1)
|
17
|
-
box-sizing: border-box
|
18
17
|
|
19
18
|
=horizontal-center-block($values)
|
20
19
|
$block-width: optional_nth($values, 1)
|
@@ -22,7 +21,6 @@
|
|
22
21
|
+rem('width', $block-width)
|
23
22
|
+fixed(left 50%, $block-z-index)
|
24
23
|
+rem('margin-left', $block-width / 2 * -1)
|
25
|
-
box-sizing: border-box
|
26
24
|
|
27
25
|
=square-block($values)
|
28
26
|
$square-block-size: optional_nth($values, 1)
|
@@ -23,7 +23,6 @@
|
|
23
23
|
|
24
24
|
// +table-cell(middle (12px 16px) no_wrap $white, (14px 1.8 1.4em, black bold center), (bottom, solid 1px black))
|
25
25
|
=table-cell($value1: null, $value2: null, $value3: null)
|
26
|
-
box-sizing: border-box
|
27
26
|
@if $value1
|
28
27
|
@for $i from 1 through length($value1)
|
29
28
|
+table-cell-assign(nth($value1, $i))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oulu-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- machida
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass-rails
|