mod-base 1.0.0
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.
- package/.editorconfig +17 -0
- package/.sass-lint.yml +165 -0
- package/CHANGELOG.md +5 -0
- package/README.md +42 -0
- package/package.json +7 -0
- package/src/fonts/modstyle-icons/modicons-basic/Read Me.txt +7 -0
- package/src/fonts/modstyle-icons/modicons-basic/demo-files/demo.css +152 -0
- package/src/fonts/modstyle-icons/modicons-basic/demo-files/demo.js +30 -0
- package/src/fonts/modstyle-icons/modicons-basic/demo.html +346 -0
- package/src/fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.eot +0 -0
- package/src/fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.svg +32 -0
- package/src/fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.ttf +0 -0
- package/src/fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.woff +0 -0
- package/src/fonts/modstyle-icons/modicons-basic/selection.json +1 -0
- package/src/fonts/modstyle-icons/modicons-basic/style.css +93 -0
- package/src/fonts/modstyle-icons/modicons-fill/Read Me.txt +7 -0
- package/src/fonts/modstyle-icons/modicons-fill/demo-files/demo.css +152 -0
- package/src/fonts/modstyle-icons/modicons-fill/demo-files/demo.js +30 -0
- package/src/fonts/modstyle-icons/modicons-fill/demo.html +626 -0
- package/src/fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.eot +0 -0
- package/src/fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.svg +52 -0
- package/src/fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.ttf +0 -0
- package/src/fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.woff +0 -0
- package/src/fonts/modstyle-icons/modicons-fill/selection.json +1 -0
- package/src/fonts/modstyle-icons/modicons-fill/style.css +194 -0
- package/src/fonts/modstyle-icons/modicons-stroke/Read Me.txt +7 -0
- package/src/fonts/modstyle-icons/modicons-stroke/demo-files/demo.css +152 -0
- package/src/fonts/modstyle-icons/modicons-stroke/demo-files/demo.js +30 -0
- package/src/fonts/modstyle-icons/modicons-stroke/demo.html +990 -0
- package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.eot +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.svg +79 -0
- package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.ttf +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.woff +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke/selection.json +1 -0
- package/src/fonts/modstyle-icons/modicons-stroke/style.css +290 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/Read Me.txt +7 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/demo-files/demo.css +152 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/demo-files/demo.js +30 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/demo.html +122 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.eot +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.svg +16 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.ttf +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.woff +0 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/selection.json +1 -0
- package/src/fonts/modstyle-icons/modicons-stroke-md/style.css +51 -0
- package/src/styles/base/_breakpoint-mixins.scss +30 -0
- package/src/styles/base/_colors.scss +115 -0
- package/src/styles/base/_flex.scss +7 -0
- package/src/styles/base/_fonts.scss +49 -0
- package/src/styles/base/_reset.scss +152 -0
- package/src/styles/base/index.scss +6 -0
- package/src/styles/icons/_basics.scss +6 -0
- package/src/styles/icons/_fill.scss +6 -0
- package/src/styles/icons/_font-face-basic.scss +10 -0
- package/src/styles/icons/_font-face-fill.scss +10 -0
- package/src/styles/icons/_font-face-stroke-md.scss +10 -0
- package/src/styles/icons/_font-face-stroke.scss +10 -0
- package/src/styles/icons/_icon-classes-basic.scss +163 -0
- package/src/styles/icons/_icon-classes-fill.scss +262 -0
- package/src/styles/icons/_icon-classes-stroke-md.scss +46 -0
- package/src/styles/icons/_icon-classes-stroke.scss +424 -0
- package/src/styles/icons/_mixin-basic.scss +6 -0
- package/src/styles/icons/_mixin-fill.scss +6 -0
- package/src/styles/icons/_mixin-stroke-md.scss +6 -0
- package/src/styles/icons/_mixin-stroke.scss +6 -0
- package/src/styles/icons/_stroke-md.scss +6 -0
- package/src/styles/icons/_stroke.scss +6 -0
- package/src/styles/icons/index.scss +4 -0
- package/src/styles/templates/_dark-mode.scss +346 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'modicons-stroke-md';
|
|
3
|
+
src: url('fonts/modicons-stroke-md.eot?kgna1i');
|
|
4
|
+
src: url('fonts/modicons-stroke-md.eot?kgna1i#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/modicons-stroke-md.ttf?kgna1i') format('truetype'),
|
|
6
|
+
url('fonts/modicons-stroke-md.woff?kgna1i') format('woff'),
|
|
7
|
+
url('fonts/modicons-stroke-md.svg?kgna1i#modicons-stroke-md') format('svg');
|
|
8
|
+
font-weight: normal;
|
|
9
|
+
font-style: normal;
|
|
10
|
+
font-display: block;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
[class^="icon-stroke-md-"], [class*=" icon-stroke-md-"] {
|
|
14
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
|
15
|
+
font-family: 'modicons-stroke-md' !important;
|
|
16
|
+
speak: never;
|
|
17
|
+
font-style: normal;
|
|
18
|
+
font-weight: normal;
|
|
19
|
+
font-variant: normal;
|
|
20
|
+
text-transform: none;
|
|
21
|
+
line-height: 1;
|
|
22
|
+
|
|
23
|
+
/* Better Font Rendering =========== */
|
|
24
|
+
-webkit-font-smoothing: antialiased;
|
|
25
|
+
-moz-osx-font-smoothing: grayscale;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.icon-stroke-md-door:before {
|
|
29
|
+
content: "\e900";
|
|
30
|
+
color: #545253;
|
|
31
|
+
}
|
|
32
|
+
.icon-stroke-md-hvac:before {
|
|
33
|
+
content: "\e901";
|
|
34
|
+
color: #545253;
|
|
35
|
+
}
|
|
36
|
+
.icon-stroke-md-roofing:before {
|
|
37
|
+
content: "\e902";
|
|
38
|
+
color: #545253;
|
|
39
|
+
}
|
|
40
|
+
.icon-stroke-md-siding:before {
|
|
41
|
+
content: "\e903";
|
|
42
|
+
color: #545253;
|
|
43
|
+
}
|
|
44
|
+
.icon-stroke-md-solar:before {
|
|
45
|
+
content: "\e904";
|
|
46
|
+
color: #545253;
|
|
47
|
+
}
|
|
48
|
+
.icon-stroke-md-window:before {
|
|
49
|
+
content: "\e905";
|
|
50
|
+
color: #545253;
|
|
51
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// Mobile first breakpoint mixins
|
|
2
|
+
@mixin breakpoint-sm {
|
|
3
|
+
@include media-min-width(500px) {
|
|
4
|
+
@content;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@mixin breakpoint-md {
|
|
9
|
+
@include media-min-width(768px) {
|
|
10
|
+
@content;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@mixin breakpoint-lg {
|
|
15
|
+
@include media-min-width(992px) {
|
|
16
|
+
@content;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
@mixin breakpoint-xl {
|
|
21
|
+
@include media-min-width(12000px) {
|
|
22
|
+
@content;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@mixin breakpoint-xxl {
|
|
27
|
+
@include media-min-width(1440px) {
|
|
28
|
+
@content;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Base colors
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
// Black & White
|
|
6
|
+
$color-white: #FFF; // @body-bg
|
|
7
|
+
$color-black: #000;
|
|
8
|
+
|
|
9
|
+
// Red
|
|
10
|
+
$color-red1: #FAE2DD;
|
|
11
|
+
$color-red2: #F6C6BC;
|
|
12
|
+
$color-red3: #F1A99A;
|
|
13
|
+
$color-red4: #ED8D79;
|
|
14
|
+
$color-red5: #E97158; // @brand-warning
|
|
15
|
+
$color-red6: #BA5A46;
|
|
16
|
+
$color-red7: #8B4334;
|
|
17
|
+
$color-red8: #5D2D23;
|
|
18
|
+
$color-red9: #2E1611;
|
|
19
|
+
|
|
20
|
+
// Orange
|
|
21
|
+
$color-orange1: #FDE9D1;
|
|
22
|
+
$color-orange2: #FBD3A4;
|
|
23
|
+
$color-orange3: #F9BE77;
|
|
24
|
+
$color-orange4: #F7A84A;
|
|
25
|
+
$color-orange5: #F6931D; // @btn-primary-color
|
|
26
|
+
$color-orange6: #C47517;
|
|
27
|
+
$color-orange7: #935811;
|
|
28
|
+
$color-orange8: #623A0B;
|
|
29
|
+
$color-orange9: #311D05;
|
|
30
|
+
|
|
31
|
+
// Yellow
|
|
32
|
+
$color-yellow1: #FEF2DB;
|
|
33
|
+
$color-yellow2: #FEE6B7;
|
|
34
|
+
$color-yellow3: #FED993;
|
|
35
|
+
$color-yellow4: #FECD6F;
|
|
36
|
+
$color-yellow5: #FEC14B;
|
|
37
|
+
$color-yellow6: #CB9A3C;
|
|
38
|
+
$color-yellow7: #98732D;
|
|
39
|
+
$color-yellow8: #654D1E;
|
|
40
|
+
$color-yellow9: #32260F;
|
|
41
|
+
|
|
42
|
+
// Green
|
|
43
|
+
$color-green1: #ECF1DD;
|
|
44
|
+
$color-green2: #D9E4BB;
|
|
45
|
+
$color-green3: #C6D69A;
|
|
46
|
+
$color-green4: #B3C978;
|
|
47
|
+
$color-green5: #A0BC57; // @brand-success
|
|
48
|
+
$color-green6: #809645;
|
|
49
|
+
$color-green7: #607034;
|
|
50
|
+
$color-green8: #404B22;
|
|
51
|
+
$color-green9: #202511;
|
|
52
|
+
|
|
53
|
+
// Blue
|
|
54
|
+
$color-blue0: #F3F9FA;
|
|
55
|
+
$color-blue1: #E2F0F2;
|
|
56
|
+
$color-blue2: #C5E2E6;
|
|
57
|
+
$color-blue3: #A8D3DA;
|
|
58
|
+
$color-blue4: #8BC5CE;
|
|
59
|
+
$color-blue5: #6EB7C2; // @brand-primary && @btn-deafult-bg
|
|
60
|
+
$color-blue6: #58929B;
|
|
61
|
+
$color-blue7: #426D74;
|
|
62
|
+
$color-blue8: #2C494D;
|
|
63
|
+
$color-blue9: #162426;
|
|
64
|
+
|
|
65
|
+
// Purple
|
|
66
|
+
$color-purple1: #EEEDF7;
|
|
67
|
+
$color-purple2: #DDDBEF;
|
|
68
|
+
$color-purple3: #CCCAE7;
|
|
69
|
+
$color-purple4: #BBB8DF;
|
|
70
|
+
$color-purple5: #A7A5C6;
|
|
71
|
+
$color-purple6: #8885AC;
|
|
72
|
+
$color-purple7: #666481;
|
|
73
|
+
$color-purple8: #444256;
|
|
74
|
+
$color-purple9: #22212B;
|
|
75
|
+
|
|
76
|
+
// Charcoal
|
|
77
|
+
$color-charcoal1: #DCDCDC; // @gray-lighter
|
|
78
|
+
$color-charcoal2: #BAB9BA; // @gray-light
|
|
79
|
+
$color-charcoal3: #989797;
|
|
80
|
+
$color-charcoal4: #767475;
|
|
81
|
+
$color-charcoal5: #545253; // @gray && @brand-info
|
|
82
|
+
$color-charcoal6: #434142;
|
|
83
|
+
$color-charcoal7: #323131; // @gray-dark
|
|
84
|
+
$color-charcoal8: #212021; // @gray-darker
|
|
85
|
+
$color-charcoal9: #101010; // @gray-base
|
|
86
|
+
|
|
87
|
+
// Ivory
|
|
88
|
+
$color-ivory1: #FDFDFC;
|
|
89
|
+
$color-ivory2: #FBFBF9;
|
|
90
|
+
$color-ivory3: #F9F9F6;
|
|
91
|
+
$color-ivory4: #F7F7F3;
|
|
92
|
+
$color-ivory5: #F6F5F1;
|
|
93
|
+
$color-ivory6: #C4C4C0;
|
|
94
|
+
$color-ivory7: #939390;
|
|
95
|
+
$color-ivory8: #626260;
|
|
96
|
+
$color-ivory9: #313130;
|
|
97
|
+
|
|
98
|
+
// Base colors
|
|
99
|
+
$color-body-bg: $color-ivory1;
|
|
100
|
+
$text-color: $color-charcoal5;
|
|
101
|
+
|
|
102
|
+
// Accessible Colors
|
|
103
|
+
$color-accessible-blue: #3678BA;
|
|
104
|
+
$color-accessible-blue-hover: #2B6094;
|
|
105
|
+
$color-accessible-dark-blue: #1F3970;
|
|
106
|
+
$color-accessible-light-blue: #EFF4F9;
|
|
107
|
+
|
|
108
|
+
$color-accessible-red: #D0391B;
|
|
109
|
+
$color-accessible-light-red: #FCF6F3;
|
|
110
|
+
|
|
111
|
+
$color-accessible-default-button: #CF3E00;
|
|
112
|
+
$color-accessible-default-button-hover: #7b2500;
|
|
113
|
+
|
|
114
|
+
// @text-color -> @gray
|
|
115
|
+
// @link-color -> @brand-primary
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
@mixin font($font-family, $font-weight, $font-style: normal) {
|
|
2
|
+
font-family: $font-family;
|
|
3
|
+
font-style: $font-style;
|
|
4
|
+
font-weight: $font-weight;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
@mixin font-size($mobile-size, $base-size: $mobile-size) {
|
|
8
|
+
font-size: $mobile-size;
|
|
9
|
+
|
|
10
|
+
@media (min-width: 768px) {
|
|
11
|
+
font-size: $base-size;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@mixin h1($font-family, $font-weight: 400) {
|
|
16
|
+
@include font($font-family, $font-weight);
|
|
17
|
+
@include font-size(1.5rem, 2.625rem);
|
|
18
|
+
line-height: 1.25;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@mixin h2($font-family, $font-weight: 400) {
|
|
22
|
+
@include font($font-family, $font-weight);
|
|
23
|
+
@include font-size(1.375rem, 1.5rem);
|
|
24
|
+
line-height: 1.25;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
@mixin body($font-family, $font-weight: 400) {
|
|
28
|
+
@include font($font-family, $font-weight);
|
|
29
|
+
@include font-size(1rem);
|
|
30
|
+
line-height: 1.5;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@mixin disclaimer($font-family, $font-weight: 400) {
|
|
34
|
+
@include font($font-family, $font-weight);
|
|
35
|
+
@include font-size(.75rem);
|
|
36
|
+
line-height: 1.15;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@mixin button($font-family, $font-weight: 700) {
|
|
40
|
+
@include font($font-family, $font-weight);
|
|
41
|
+
@include font-size(1.25rem);
|
|
42
|
+
line-height: 1.2;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@mixin form-element($font-family, $font-weight: 400) {
|
|
46
|
+
@include font($font-family, $font-weight);
|
|
47
|
+
@include font-size(1rem);
|
|
48
|
+
line-height: 1.25;
|
|
49
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
@import 'fonts';
|
|
2
|
+
|
|
3
|
+
html {
|
|
4
|
+
font-size: 16px;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
body {
|
|
8
|
+
-moz-osx-font-smoothing: grayscale;
|
|
9
|
+
-webkit-font-smoothing: antialiased;
|
|
10
|
+
line-height: 1;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
a,
|
|
14
|
+
abbr,
|
|
15
|
+
acronym,
|
|
16
|
+
address,
|
|
17
|
+
applet,
|
|
18
|
+
article,
|
|
19
|
+
aside,
|
|
20
|
+
audio,
|
|
21
|
+
b,
|
|
22
|
+
big,
|
|
23
|
+
blockquote,
|
|
24
|
+
body,
|
|
25
|
+
canvas,
|
|
26
|
+
caption,
|
|
27
|
+
center,
|
|
28
|
+
cite,
|
|
29
|
+
code,
|
|
30
|
+
dd,
|
|
31
|
+
del,
|
|
32
|
+
details,
|
|
33
|
+
dfn,
|
|
34
|
+
div,
|
|
35
|
+
dl,
|
|
36
|
+
dt,
|
|
37
|
+
em,
|
|
38
|
+
embed,
|
|
39
|
+
fieldset,
|
|
40
|
+
figcaption,
|
|
41
|
+
figure,
|
|
42
|
+
footer,
|
|
43
|
+
form,
|
|
44
|
+
h1,
|
|
45
|
+
h2,
|
|
46
|
+
h3,
|
|
47
|
+
h4,
|
|
48
|
+
h5,
|
|
49
|
+
h6,
|
|
50
|
+
header,
|
|
51
|
+
hgroup,
|
|
52
|
+
html,
|
|
53
|
+
i,
|
|
54
|
+
iframe,
|
|
55
|
+
img,
|
|
56
|
+
ins,
|
|
57
|
+
kbd,
|
|
58
|
+
label,
|
|
59
|
+
legend,
|
|
60
|
+
li,
|
|
61
|
+
mark,
|
|
62
|
+
menu,
|
|
63
|
+
nav,
|
|
64
|
+
object,
|
|
65
|
+
ol,
|
|
66
|
+
output,
|
|
67
|
+
p,
|
|
68
|
+
pre,
|
|
69
|
+
q,
|
|
70
|
+
ruby,
|
|
71
|
+
s,
|
|
72
|
+
samp,
|
|
73
|
+
section,
|
|
74
|
+
small,
|
|
75
|
+
span,
|
|
76
|
+
strike,
|
|
77
|
+
strong,
|
|
78
|
+
sub,
|
|
79
|
+
summary,
|
|
80
|
+
sup,
|
|
81
|
+
table,
|
|
82
|
+
tbody,
|
|
83
|
+
td,
|
|
84
|
+
tfoot,
|
|
85
|
+
th,
|
|
86
|
+
thead,
|
|
87
|
+
time,
|
|
88
|
+
tr,
|
|
89
|
+
tt,
|
|
90
|
+
u,
|
|
91
|
+
ul,
|
|
92
|
+
var,
|
|
93
|
+
video {
|
|
94
|
+
border: 0;
|
|
95
|
+
font: inherit;
|
|
96
|
+
font-size: 100%;
|
|
97
|
+
margin: 0;
|
|
98
|
+
padding: 0;
|
|
99
|
+
vertical-align: baseline;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
a,
|
|
103
|
+
button,
|
|
104
|
+
input,
|
|
105
|
+
select,
|
|
106
|
+
textarea {
|
|
107
|
+
appearance: none;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
a {
|
|
111
|
+
text-decoration: none;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
article,
|
|
115
|
+
aside,
|
|
116
|
+
details,
|
|
117
|
+
figcaption,
|
|
118
|
+
figure,
|
|
119
|
+
footer,
|
|
120
|
+
header,
|
|
121
|
+
hgroup,
|
|
122
|
+
menu,
|
|
123
|
+
nav,
|
|
124
|
+
section {
|
|
125
|
+
display: block;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
button,
|
|
129
|
+
select {
|
|
130
|
+
cursor: pointer;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
ol,
|
|
134
|
+
ul {
|
|
135
|
+
list-style: none;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
blockquote,
|
|
139
|
+
q {
|
|
140
|
+
quotes: none;
|
|
141
|
+
|
|
142
|
+
&:after,
|
|
143
|
+
&:before {
|
|
144
|
+
content: '';
|
|
145
|
+
content: none;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
table {
|
|
150
|
+
border-collapse: collapse;
|
|
151
|
+
border-spacing: 0;
|
|
152
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-display: block;
|
|
3
|
+
font-family: 'modicons-basic';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: normal;
|
|
6
|
+
src: url('#{$icons-folder}/modicons-basic/fonts/modicons-basic.eot?qwk6pl#iefix') format('embedded-opentype'),
|
|
7
|
+
url('#{$icons-folder}/modicons-basic/fonts/modicons-basic.ttf?qwk6pl') format('truetype'),
|
|
8
|
+
url('#{$icons-folder}/modicons-basic/fonts/modicons-basic.woff?qwk6pl') format('woff'),
|
|
9
|
+
url('#{$icons-folder}/modicons-basic/fonts/modicons-basic.svg?qwk6pl#modicons-basic') format('svg');
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-display: block;
|
|
3
|
+
font-family: 'modicons-fill';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: normal;
|
|
6
|
+
src: url('#{$icons-folder}/modicons-fill/fonts/modicons-fill.eot?w44a84#iefix') format('embedded-opentype'),
|
|
7
|
+
url('#{$icons-folder}/modicons-fill/fonts/modicons-fill.ttf?w44a84') format('truetype'),
|
|
8
|
+
url('#{$icons-folder}/modicons-fill/fonts/modicons-fill.woff?w44a84') format('woff'),
|
|
9
|
+
url('#{$icons-folder}/modicons-fill/fonts/modicons-fill.svg?w44a84#modicons-fill') format('svg');
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-display: block;
|
|
3
|
+
font-family: 'modicons-stroke-md';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: normal;
|
|
6
|
+
src: url('#{$icons-folder}/modicons-stroke-md/fonts/modicons-stroke-md.eot?lvxr3i#iefix') format('embedded-opentype'),
|
|
7
|
+
url('#{$icons-folder}/modicons-stroke-md/fonts/modicons-stroke-md.ttf?lvxr3i') format('truetype'),
|
|
8
|
+
url('#{$icons-folder}/modicons-stroke-md/fonts/modicons-stroke-md.woff?lvxr3i') format('woff'),
|
|
9
|
+
url('#{$icons-folder}/modicons-stroke-md/fonts/modicons-stroke-md.svg?lvxr3i#modicons-stroke-md') format('svg');
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-display: block;
|
|
3
|
+
font-family: 'modicons-stroke';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: normal;
|
|
6
|
+
src: url('#{$icons-folder}/modicons-stroke/fonts/modicons-stroke.eot?wkzvee#iefix') format('embedded-opentype'),
|
|
7
|
+
url('#{$icons-folder}/modicons-stroke/fonts/modicons-stroke.ttf?wkzvee') format('truetype'),
|
|
8
|
+
url('#{$icons-folder}/modicons-stroke/fonts/modicons-stroke.woff?wkzvee') format('woff'),
|
|
9
|
+
url('#{$icons-folder}/modicons-stroke/fonts/modicons-stroke.svg?wkzvee#modicons-stroke') format('svg');
|
|
10
|
+
}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
// Specific classes prevent .icon-... rule from messing with .icon-stroke-... and .icon-fill-... when imported after
|
|
2
|
+
.icon-add,
|
|
3
|
+
.icon-subtract,
|
|
4
|
+
.icon-close,
|
|
5
|
+
.icon-arrow-down,
|
|
6
|
+
.icon-arrow-left,
|
|
7
|
+
.icon-arrow-right,
|
|
8
|
+
.icon-arrow-up,
|
|
9
|
+
.icon-hamburger,
|
|
10
|
+
.icon-caret-down,
|
|
11
|
+
.icon-caret-left,
|
|
12
|
+
.icon-caret-right,
|
|
13
|
+
.icon-caret-up,
|
|
14
|
+
.icon-ellipsis,
|
|
15
|
+
.icon-website,
|
|
16
|
+
.icon-linkedin,
|
|
17
|
+
.icon-facebook,
|
|
18
|
+
.icon-link,
|
|
19
|
+
.icon-pinterest,
|
|
20
|
+
.icon-twitter,
|
|
21
|
+
.icon-instagram,
|
|
22
|
+
.icon-tiktok,
|
|
23
|
+
.icon-youtube {
|
|
24
|
+
font-family: 'modicons-basic' !important;
|
|
25
|
+
font-style: normal;
|
|
26
|
+
font-variant: normal;
|
|
27
|
+
font-weight: normal;
|
|
28
|
+
line-height: 1;
|
|
29
|
+
speak-as: none;
|
|
30
|
+
text-transform: none;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.icon-facebook {
|
|
34
|
+
&::before {
|
|
35
|
+
content: '\e90d';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.icon-link {
|
|
40
|
+
&::before {
|
|
41
|
+
content: '\e90e';
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.icon-pinterest {
|
|
46
|
+
&::before {
|
|
47
|
+
content: '\e90f';
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.icon-twitter {
|
|
52
|
+
&::before {
|
|
53
|
+
content: '\e910';
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.icon-add {
|
|
58
|
+
&::before {
|
|
59
|
+
content: '\e90a';
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.icon-subtract {
|
|
64
|
+
&::before {
|
|
65
|
+
content: '\e90b';
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.icon-close {
|
|
70
|
+
&::before {
|
|
71
|
+
content: '\e909';
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.icon-arrow-down {
|
|
76
|
+
&::before {
|
|
77
|
+
content: '\e900';
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.icon-arrow-left {
|
|
82
|
+
&::before {
|
|
83
|
+
content: '\e901';
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.icon-arrow-right {
|
|
88
|
+
&::before {
|
|
89
|
+
content: '\e902';
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.icon-arrow-up {
|
|
94
|
+
&::before {
|
|
95
|
+
content: '\e903';
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.icon-hamburger {
|
|
100
|
+
&::before {
|
|
101
|
+
content: '\e904';
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.icon-caret-down {
|
|
106
|
+
&::before {
|
|
107
|
+
content: '\e905';
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.icon-caret-left {
|
|
112
|
+
&::before {
|
|
113
|
+
content: '\e906';
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.icon-caret-right {
|
|
118
|
+
&::before {
|
|
119
|
+
content: '\e907';
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.icon-caret-up {
|
|
124
|
+
&::before {
|
|
125
|
+
content: '\e908';
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.icon-ellipsis {
|
|
130
|
+
&::before {
|
|
131
|
+
content: '\e90c';
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.icon-website {
|
|
136
|
+
&::before {
|
|
137
|
+
content: '\e911';
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.icon-linkedin {
|
|
142
|
+
&::before {
|
|
143
|
+
content: '\e912';
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.icon-instagram {
|
|
148
|
+
&::before {
|
|
149
|
+
content: '\e913';
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.icon-tiktok {
|
|
154
|
+
&::before {
|
|
155
|
+
content: '\e914';
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.icon-youtube {
|
|
160
|
+
&::before {
|
|
161
|
+
content: '\e915';
|
|
162
|
+
}
|
|
163
|
+
}
|