spina-template 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f7ec301190d728c217643f50b10519c87445595
|
|
4
|
+
data.tar.gz: f06b7c16cd490df89751a18448e5ff23bb99158b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1a8260c0f501869d9f23a7d9a8e1c02908d021d1e002939568a84e4ed895c1ff19bfca9159b74adcee1267787d0b4c9842c0de22f8be0a90c5ac08e3c73b9e5
|
|
7
|
+
data.tar.gz: 21cd3fa6e8751ef72e2bbd0ff0ffcd791e54201b50af93d3af97fce718f0478090a8dd415cb7b585a224770073e67f28602ae94143fd6b414810a200e3ea5809
|
|
@@ -481,14 +481,14 @@ input.datepicker
|
|
|
481
481
|
display: block
|
|
482
482
|
font-weight: 400
|
|
483
483
|
padding: 6px 0
|
|
484
|
-
@extend .icon
|
|
484
|
+
@extend .icon, .icon-upload-outline:before
|
|
485
485
|
font-size: 28px
|
|
486
486
|
vertical-align: middle
|
|
487
487
|
@include transition(color .2s ease)
|
|
488
488
|
|
|
489
489
|
&:after
|
|
490
490
|
color: #bbb
|
|
491
|
-
@extend .icon
|
|
491
|
+
@extend .icon, .icon-refresh:before
|
|
492
492
|
display: none
|
|
493
493
|
font-size: 36px
|
|
494
494
|
@include animation("rotate" 2s linear infinite)
|
|
@@ -120,12 +120,12 @@ table.table.table-form
|
|
|
120
120
|
.dataTable
|
|
121
121
|
th.sorting_desc
|
|
122
122
|
&:after
|
|
123
|
-
@extend .icon
|
|
123
|
+
@extend .icon, .icon-caret-down:before
|
|
124
124
|
float: right
|
|
125
125
|
|
|
126
126
|
th.sorting_asc
|
|
127
127
|
&:after
|
|
128
|
-
@extend .icon
|
|
128
|
+
@extend .icon, .icon-caret-up:before
|
|
129
129
|
float: right
|
|
130
130
|
|
|
131
131
|
.dataTables_paginate
|
|
@@ -142,4 +142,4 @@ table.table.table-form
|
|
|
142
142
|
padding: 0 13px
|
|
143
143
|
|
|
144
144
|
a.paginate_disabled_previous, a.paginate_disabled_next
|
|
145
|
-
display: none
|
|
145
|
+
display: none
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spina-template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bram Jetten
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|