captive-theme 0.1.0.alpha → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/captive-theme/_variables.scss +24 -9
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b4f640e163de911cfe1a1b5bc48fb9a973bd6d1425f864603ffb607ed401c04
|
4
|
+
data.tar.gz: 70a34d4e2b8961b0e7b54910029ae2b31d7a3c57fbf896a0ff959533623d363c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce5f7d0f1cd2f150ced3807c2e3b946bc49c89a84458b33e06ae5c797b5e393c10fc26636b0f28e33e733708d6ae97b3fde2d63f1705f200b82114ef9ff14dee
|
7
|
+
data.tar.gz: f3b92985b29507dfd4824c501c4883e7c1d8fe470155405f1978919c8ce25bb97b3c04583efbeac1c7654f23ca55d6b145261e04b114e68214475efa4e046b27
|
@@ -2,9 +2,12 @@
|
|
2
2
|
// https://www.notion.so/Nuanciers-Captive-pour-le-web-et-mobile-ee189f2db6e543e6bc7cba77c9e8dff5
|
3
3
|
$white: #fff !default;
|
4
4
|
$blue-grey-900: #102a43 !default;
|
5
|
+
$blue-grey-800: #243b53 !default;
|
6
|
+
$blue-grey-700: #334e68 !default;
|
5
7
|
$blue-grey-600: #486581 !default;
|
6
8
|
$blue-grey-500: #5e7997 !default;
|
7
9
|
$blue-grey-200: #bcccdc !default;
|
10
|
+
$blue-grey-100: #d9e2ec !default;
|
8
11
|
$blue-grey-050: #f5f7fa !default;
|
9
12
|
$pink-vivid-500: #d9127c !default;
|
10
13
|
$pink-vivid-400: #e8368f !default;
|
@@ -103,20 +106,32 @@ $title-font-family:
|
|
103
106
|
cantarell,
|
104
107
|
helvetica neue !default;
|
105
108
|
|
109
|
+
// Fonts sizes
|
110
|
+
// Body
|
111
|
+
$f1: 24px;
|
112
|
+
$f2: 20px;
|
113
|
+
$f3: 18px;
|
114
|
+
$f4: 16px;
|
115
|
+
$f5: 14px;
|
116
|
+
$f6: 12px;
|
117
|
+
|
118
|
+
// Headers
|
119
|
+
$h1: 30px;
|
120
|
+
|
106
121
|
// Shadows
|
107
122
|
$shadow-xs:
|
108
|
-
0 1px 3px
|
109
|
-
0 1px 2px
|
123
|
+
0 1px 3px rgba(0, 0, 0, 0.12),
|
124
|
+
0 1px 2px rgba(0, 0, 0, 0.24);
|
110
125
|
$shadow-s:
|
111
|
-
0 3px 6px
|
112
|
-
0 2px 4px
|
126
|
+
0 3px 6px rgba(0, 0, 0, 0.15),
|
127
|
+
0 2px 4px rgba(0, 0, 0, 0.12);
|
113
128
|
$shadow-m:
|
114
|
-
0 10px 20px
|
115
|
-
0 3px 6px
|
129
|
+
0 10px 20px rgba(0, 0, 0, 0.15),
|
130
|
+
0 3px 6px rgba(0, 0, 0, 0.1);
|
116
131
|
$shadow-l:
|
117
|
-
0 15px 25px
|
118
|
-
0 5px 10px
|
119
|
-
$shadow-xl: 0 20px 40px
|
132
|
+
0 15px 25px rgba(0, 0, 0, 0.15),
|
133
|
+
0 5px 10px rgba(0, 0, 0, 0.5);
|
134
|
+
$shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.2);
|
120
135
|
|
121
136
|
// radius
|
122
137
|
$border-radius-s: 12px !default;
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: captive-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Captive
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-10-
|
12
|
+
date: 2023-10-16 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Theme captive with font, design, ..
|
15
15
|
email:
|
@@ -30,7 +30,7 @@ licenses:
|
|
30
30
|
- MIT
|
31
31
|
metadata:
|
32
32
|
homepage_uri: https://captive.fr/
|
33
|
-
source_code_uri: https://github.com/Captive-Studio/captive-sdk/tree/v0.
|
33
|
+
source_code_uri: https://github.com/Captive-Studio/captive-sdk/tree/v0.2.2/captive-theme
|
34
34
|
post_install_message:
|
35
35
|
rdoc_options: []
|
36
36
|
require_paths:
|
@@ -42,9 +42,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
42
42
|
version: '0'
|
43
43
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
47
|
+
version: '0'
|
48
48
|
requirements: []
|
49
49
|
rubygems_version: 3.3.26
|
50
50
|
signing_key:
|