welcome_css 0.42 → 0.45
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: feb229b0195affb56bd5863e3dc7ca3844ea20864a7b1bb81fe4b0ca3c21156f
|
|
4
|
+
data.tar.gz: 8a5ff04c5d19c92f853f1b00fed4d9f01722f8aca34a0f2aeeb8edbaeeee3cbc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8915407770e723cecd47932cf63532b3af766caf78e12ff5020d2e22439cbed85a5c93d0945f6846f29dd9a8457f4e56c801a55aaddd443c00d809d9c383f128
|
|
7
|
+
data.tar.gz: 32166d49841d56df3439f5d53392b15791870b86a623954174074cf8d3a5cec5444debe41a37c0306befa643e4747f54b8448f07981a665c207343b8599f36b3
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// Variables
|
|
2
|
+
// Welcome UI Typography
|
|
3
|
+
|
|
4
|
+
@font-face {
|
|
5
|
+
font-family: 'hk_groteskmedium';
|
|
6
|
+
src: url('HK-Grotesk/Medium/HKGrotesk-Medium.eot');
|
|
7
|
+
src: url('<%= asset_url("HK-Grotesk/Medium/HKGrotesk-Medium.eot") %>') format('embedded-opentype'),
|
|
8
|
+
url('<%= asset_url("HK-Grotesk/Medium/HKGrotesk-Medium.woff") %>') format('woff'),
|
|
9
|
+
url('<%= asset_url("HK-Grotesk/Medium/HKGrotesk-Medium.ttf") %>') format('truetype');
|
|
10
|
+
}
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'hk_groteskbold';
|
|
13
|
+
src: url('<%= asset_url("HK-Grotesk/Bold/HKGrotesk-Bold.eot") %>');
|
|
14
|
+
src: url('<%= asset_url("HK-Grotesk/Bold/HKGrotesk-Bold.eot") %>#iefix') format('embedded-opentype'),
|
|
15
|
+
url('<%= asset_url("HK-Grotesk/Bold/HKGrotesk-Bold.woff") %>') format('woff'),
|
|
16
|
+
url('<%= asset_url("HK-Grotesk/Bold/HKGrotesk-Bold.ttf") %>') format('truetype');
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@font-face {
|
|
20
|
+
font-family: 'nunitosans-bold';
|
|
21
|
+
src: url('<%= asset_url("nunito/bold/nunitosans-bold.woff2") %>') format('woff2'),
|
|
22
|
+
url('<%= asset_url("nunito/bold/nunitosans-bold.woff") %>') format('woff'),
|
|
23
|
+
url('<%= asset_url("nunito/bold/nunitosans-bold.ttf") %>') format('truetype'),
|
|
24
|
+
url('<%= asset_url("nunito/bold/nunitosans-bold.svg") %>#nunitosans-bold') format('svg');
|
|
25
|
+
font-weight: normal;
|
|
26
|
+
font-style: normal;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/* ================================ */
|
|
30
|
+
|
|
31
|
+
@font-face {
|
|
32
|
+
font-family: 'gt-eesti-regular';
|
|
33
|
+
src: url('<%= asset_url("GT-Eesti/Regular/GTEestiDisplay-Regular.eot") %>');
|
|
34
|
+
src: url('<%= asset_url("GT-Eesti/Regular/GTEestiDisplay-Regular.eot") %>#iefix') format('embedded-opentype'),
|
|
35
|
+
url('<%= asset_url("GT-Eesti/Regular/GTEestiDisplay-Regular.woff") %>') format('woff'),
|
|
36
|
+
url('<%= asset_url("GT-Eesti/Regular/GTEestiDisplay-Regular.ttf") %>') format('truetype');
|
|
37
|
+
}
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'gt-eesti-light';
|
|
40
|
+
src: url('<%= asset_url("GT-Eesti/Light/GTEestiDisplay-Light.eot") %>');
|
|
41
|
+
src: url('<%= asset_url("GT-Eesti/Light/GTEestiDisplay-Light.eot") %>#iefix') format('embedded-opentype'),
|
|
42
|
+
url('<%= asset_url("GT-Eesti/Light/GTEestiDisplay-Light.woff") %>') format('woff'),
|
|
43
|
+
url('<%= asset_url("GT-Eesti/Light/GTEestiDisplay-Light.ttf") %>') format('truetype');
|
|
44
|
+
}
|
data/lib/welcome_css/engine.rb
CHANGED
data/lib/welcome_css/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: welcome_css
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.45'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jose Camacho
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2022-03-04 00:00:00.000000000 Z
|
|
@@ -44,7 +44,7 @@ dependencies:
|
|
|
44
44
|
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
46
|
version: 4.6.0
|
|
47
|
-
description:
|
|
47
|
+
description:
|
|
48
48
|
email:
|
|
49
49
|
- jose@welcomehomes.com
|
|
50
50
|
executables: []
|
|
@@ -109,7 +109,7 @@ files:
|
|
|
109
109
|
- app/assets/stylesheets/_welcome-ui-sidebar.scss
|
|
110
110
|
- app/assets/stylesheets/_welcome-ui-tables.scss
|
|
111
111
|
- app/assets/stylesheets/_welcome-ui-tabs.scss
|
|
112
|
-
- app/assets/stylesheets/_welcome-ui-typography.scss
|
|
112
|
+
- app/assets/stylesheets/_welcome-ui-typography.scss.erb
|
|
113
113
|
- app/assets/stylesheets/_welcome-ui.scss
|
|
114
114
|
- app/assets/stylesheets/_welcome_bootstrap_variables.scss
|
|
115
115
|
- app/assets/stylesheets/welcome.css.scss
|
|
@@ -123,7 +123,7 @@ licenses:
|
|
|
123
123
|
- MIT
|
|
124
124
|
metadata:
|
|
125
125
|
homepage_uri: https://github.com/WelcomeHomes/welcome_css
|
|
126
|
-
post_install_message:
|
|
126
|
+
post_install_message:
|
|
127
127
|
rdoc_options: []
|
|
128
128
|
require_paths:
|
|
129
129
|
- lib
|
|
@@ -138,8 +138,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
139
|
version: '0'
|
|
140
140
|
requirements: []
|
|
141
|
-
rubygems_version: 3.
|
|
142
|
-
signing_key:
|
|
141
|
+
rubygems_version: 3.3.3
|
|
142
|
+
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: Stylesheets for dashboards and admin systems
|
|
145
145
|
test_files: []
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
// Variables
|
|
2
|
-
// Welcome UI Typography
|
|
3
|
-
|
|
4
|
-
@font-face {
|
|
5
|
-
font-family: 'hk_groteskmedium';
|
|
6
|
-
src: asset-url('HK-Grotesk/Medium/HKGrotesk-Medium.eot');
|
|
7
|
-
src: asset-url('HK-Grotesk/Medium/HKGrotesk-Medium.eot#iefix') format('embedded-opentype'),
|
|
8
|
-
asset-url('HK-Grotesk/Medium/HKGrotesk-Medium.woff') format('woff'),
|
|
9
|
-
asset-url('HK-Grotesk/Medium/HKGrotesk-Medium.ttf') format('truetype');
|
|
10
|
-
}
|
|
11
|
-
@font-face {
|
|
12
|
-
font-family: 'hk_groteskbold';
|
|
13
|
-
src: asset-url('HK-Grotesk/Bold/HKGrotesk-Bold.eot');
|
|
14
|
-
src: asset-url('HK-Grotesk/Bold/HKGrotesk-Bold.eot#iefix') format('embedded-opentype'),
|
|
15
|
-
asset-url('HK-Grotesk/Bold/HKGrotesk-Bold.woff') format('woff'),
|
|
16
|
-
asset-url('HK-Grotesk/Bold/HKGrotesk-Bold.ttf') format('truetype');
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@font-face {
|
|
20
|
-
font-family: 'nunitosans-bold';
|
|
21
|
-
src: asset-url('nunito/bold/nunitosans-bold.woff2') format('woff2'),
|
|
22
|
-
asset-url('nunito/bold/nunitosans-bold.woff') format('woff'),
|
|
23
|
-
asset-url('nunito/bold/nunitosans-bold.ttf') format('truetype'),
|
|
24
|
-
asset-url('nunito/bold/nunitosans-bold.svg#nunitosans-bold') format('svg');
|
|
25
|
-
font-weight: normal;
|
|
26
|
-
font-style: normal;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/* ================================ */
|
|
30
|
-
|
|
31
|
-
@font-face {
|
|
32
|
-
font-family: 'gt-eesti-regular';
|
|
33
|
-
src: asset-url('GT-Eesti/Regular/GTEestiDisplay-Regular.eot');
|
|
34
|
-
src: asset-url('GT-Eesti/Regular/GTEestiDisplay-Regular.eot#iefix') format('embedded-opentype'),
|
|
35
|
-
asset-url('GT-Eesti/Regular/GTEestiDisplay-Regular.woff') format('woff'),
|
|
36
|
-
asset-url('GT-Eesti/Regular/GTEestiDisplay-Regular.ttf') format('truetype');
|
|
37
|
-
}
|
|
38
|
-
@font-face {
|
|
39
|
-
font-family: 'gt-eesti-light';
|
|
40
|
-
src: asset-url('GT-Eesti/Light/GTEestiDisplay-Light.eot');
|
|
41
|
-
src: asset-url('GT-Eesti/Light/GTEestiDisplay-Light.eot#iefix') format('embedded-opentype'),
|
|
42
|
-
asset-url('GT-Eesti/Light/GTEestiDisplay-Light.woff') format('woff'),
|
|
43
|
-
asset-url('GT-Eesti/Light/GTEestiDisplay-Light.ttf') format('truetype');
|
|
44
|
-
}
|