oulu 0.17.7 → 0.17.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0009b535377d582f6947707fe2f371985d927fb67c0a5ffdcea957cf106702b0'
|
4
|
+
data.tar.gz: 8868795ed5b572375eb36d53245a9835f331364210dd0cc0faa869ef35a321eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19eab7e1cbe28ff034cfe3d42ccbb6faad34b3d727431c32371e76f44a42af84db808e307cd23dfc3ad4cf26d1c59f505e237d2a3656a613660b4c860b32e0b5
|
7
|
+
data.tar.gz: 871288a0c64e73f5a893ceda1faffadb3ec746c168705e5c35a5344eaa9354a258f0af7c8147722c2269778f471be99202087d16a491a5dbf8f545873d6896ff
|
@@ -238,27 +238,6 @@ textarea
|
|
238
238
|
background-color: $form-element-background-color
|
239
239
|
color: $form-element-color
|
240
240
|
|
241
|
-
// specify the minimum height of form elements
|
242
|
-
|
243
|
-
[type="date"],
|
244
|
-
[type="datetime"],
|
245
|
-
[type="datetime-local"],
|
246
|
-
[type="email"],
|
247
|
-
[type="month"],
|
248
|
-
[type="number"],
|
249
|
-
[type="password"],
|
250
|
-
[type="reset"],
|
251
|
-
[type="search"],
|
252
|
-
[type="submit"],
|
253
|
-
[type="tel"],
|
254
|
-
[type="text"],
|
255
|
-
[type="time"],
|
256
|
-
[type="url"],
|
257
|
-
[type="week"],
|
258
|
-
select,
|
259
|
-
textarea
|
260
|
-
min-height: $form-element-min-height
|
261
|
-
|
262
241
|
// specify the font family of code elements
|
263
242
|
|
264
243
|
code,
|
@@ -271,7 +250,7 @@ samp
|
|
271
250
|
|
272
251
|
nav ol,
|
273
252
|
nav ul
|
274
|
-
list-style:
|
253
|
+
list-style: none
|
275
254
|
|
276
255
|
// specify the border styling of tables
|
277
256
|
|
@@ -10,10 +10,8 @@ $anchor-text-decoration: none !default
|
|
10
10
|
$background-repeat: no-repeat !default
|
11
11
|
$form-element-color: $default-text !default
|
12
12
|
$form-element-background-color: transparent !default
|
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
13
|
$media-element-vertical-align: middle !default
|
15
14
|
$monospace-font-family: mono !default
|
16
|
-
$nav-list-style: none !default
|
17
15
|
$selection-background-color: #B3D4FC !default
|
18
16
|
$selection-color: $default-text !default
|
19
17
|
$selection-text-shadow: none !default
|
data/bower.json
CHANGED
data/lib/oulu/version.rb
CHANGED
data/package.json
CHANGED