coer-elements 2.0.26 → 2.0.27
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/components/lib/coer-accordion/coer-accordion.component.d.ts +4 -3
- package/components/lib/coer-button/coer-button.component.d.ts +11 -15
- package/components/lib/coer-checkbox/coer-checkbox.component.d.ts +10 -8
- package/components/lib/coer-datebox/coer-datebox.component.d.ts +16 -17
- package/components/lib/coer-dropdown/coer-dropdown.component.d.ts +10 -12
- package/components/lib/coer-filebox/coer-filebox-image/coer-filebox-image.component.d.ts +46 -0
- package/components/lib/coer-filebox/coer-filebox.component.d.ts +3 -24
- package/components/lib/coer-form/coer-form.component.d.ts +2 -1
- package/components/lib/coer-grid/coer-grid.extension.d.ts +13 -13
- package/components/lib/coer-list/coer-list.component.d.ts +2 -5
- package/components/lib/coer-modal/coer-modal.component.d.ts +8 -8
- package/components/lib/coer-numberbox/coer-numberbox.component.d.ts +16 -12
- package/components/lib/coer-page-title/coer-page-title.component.d.ts +9 -8
- package/components/lib/coer-secretbox/coer-secretbox.component.d.ts +13 -13
- package/components/lib/coer-selectbox/coer-selectbox.component.d.ts +17 -19
- package/components/lib/coer-sidenav/coer-menu-option/coer-menu-option.component.d.ts +15 -14
- package/components/lib/coer-sidenav/coer-sidenav.component.d.ts +16 -16
- package/components/lib/coer-sidenav/coer-toolbar/coer-toolbar.component.d.ts +6 -6
- package/components/lib/coer-sidenav/coer-tree-accordion/coer-tree-accordion.component.d.ts +22 -23
- package/components/lib/coer-switch/coer-switch.component.d.ts +10 -11
- package/components/lib/coer-tab/coer-tab.component.d.ts +15 -13
- package/components/lib/coer-textarea/coer-textarea.component.d.ts +5 -6
- package/components/lib/coer-textbox/coer-textbox.component.d.ts +15 -13
- package/components/lib/components.module.d.ts +39 -37
- package/extensions/lib/string.extension.d.ts +3 -1
- package/fesm2022/coer-elements-components.mjs +898 -943
- package/fesm2022/coer-elements-components.mjs.map +1 -1
- package/fesm2022/coer-elements-extensions.mjs +5 -2
- package/fesm2022/coer-elements-extensions.mjs.map +1 -1
- package/fesm2022/coer-elements-pages.mjs +10 -24
- package/fesm2022/coer-elements-pages.mjs.map +1 -1
- package/fesm2022/coer-elements-signals.mjs +3 -1
- package/fesm2022/coer-elements-signals.mjs.map +1 -1
- package/fesm2022/coer-elements-tools.mjs +14 -12
- package/fesm2022/coer-elements-tools.mjs.map +1 -1
- package/fesm2022/coer-elements.mjs +1 -2
- package/fesm2022/coer-elements.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/interfaces/lib/screen-size.interface.d.ts +1 -1
- package/package.json +1 -1
- package/pages/lib/pages.module.d.ts +7 -8
- package/pages/public-api.d.ts +0 -1
- package/signals/lib/breakpoint.signal.d.ts +1 -1
- package/styles/coer-elements.css +1 -1
- package/styles/containers.scss +26 -10
- package/styles/displays.scss +23 -0
- package/styles/fonts.scss +14 -13
- package/styles/icons/icons-fill.scss +48 -3
- package/styles/icons/icons-regular.scss +50 -2
- package/styles/icons/icons.scss +3 -23
- package/styles/index.scss +33 -47
- package/styles/layout-flex-wrap.scss +18 -0
- package/styles/margins.scss +18 -1
- package/svg/fill/calendar-check.fill.svg +4 -0
- package/svg/fill/calendar-days.fill.svg +4 -0
- package/svg/fill/card.fill.svg +4 -0
- package/svg/fill/caret-down.fill.svg +4 -0
- package/svg/fill/caret-left.fill.svg +4 -0
- package/svg/fill/caret-right.fill.svg +4 -0
- package/svg/fill/caret-up.fill.svg +4 -0
- package/svg/fill/circle-info.fill.svg +4 -0
- package/svg/fill/colors.fill.svg +4 -0
- package/svg/fill/directive.fill.svg +31 -0
- package/svg/fill/disk-floppy.fill.svg +4 -0
- package/svg/fill/eye-slash.fill.svg +4 -0
- package/svg/fill/eye.fill.svg +4 -0
- package/svg/fill/file-arrow-down.fill.svg +4 -0
- package/svg/fill/file-arrow-up.fill.svg +4 -0
- package/svg/fill/file-csv.fill.svg +4 -0
- package/svg/fill/file-invoice-dollar.fill.svg +4 -0
- package/svg/fill/file-invoice-lines.fill.svg +4 -0
- package/svg/fill/file-invoice.fill.svg +4 -0
- package/svg/fill/file-laptop.fill.svg +4 -0
- package/svg/fill/file-xls.fill.svg +25 -0
- package/svg/fill/file.fill.svg +4 -0
- package/svg/fill/filter.fill.svg +4 -0
- package/svg/fill/image.fill.svg +4 -0
- package/svg/fill/images.fill.svg +4 -0
- package/svg/fill/paint-roller.fill.svg +4 -0
- package/svg/fill/pen.fill.svg +4 -0
- package/svg/fill/pipe.fill.svg +23 -0
- package/svg/fill/plug.fill.svg +4 -0
- package/svg/fill/pointer.fill.svg +4 -0
- package/svg/fill/puzzle-piece.fill.svg +4 -0
- package/svg/fill/satellite-dish.fill.svg +4 -0
- package/svg/fill/satellite.fill.svg +4 -0
- package/svg/fill/share-square.fill.svg +4 -0
- package/svg/fill/share.fill.svg +4 -0
- package/svg/fill/shield-minus.fill.svg +11 -0
- package/svg/fill/sidenav.fill.svg +4 -0
- package/svg/fill/signal-post-2.fill.svg +4 -0
- package/svg/fill/signal-post.fill.svg +4 -0
- package/svg/fill/square-caret-down.fill.svg +4 -0
- package/svg/fill/square-caret-left.fill.svg +4 -0
- package/svg/fill/square-caret-right.fill.svg +4 -0
- package/svg/fill/square-caret-up.fill.svg +4 -0
- package/svg/fill/square-check.fill.svg +4 -0
- package/svg/fill/switch-on.fill.svg +1 -0
- package/svg/regular/a.svg +4 -0
- package/svg/regular/angle-down.svg +4 -0
- package/svg/regular/angle-left.svg +4 -0
- package/svg/regular/angle-right.svg +4 -0
- package/svg/regular/angle-up.svg +4 -0
- package/svg/regular/arrows-circle.svg +4 -0
- package/svg/regular/box-arrow-left.svg +5 -0
- package/svg/regular/box-arrow-right.svg +5 -0
- package/svg/regular/browser-window.svg +5 -0
- package/svg/regular/c.svg +4 -0
- package/svg/regular/calendar-check.svg +4 -0
- package/svg/regular/circle-info.svg +5 -0
- package/svg/regular/circle-notch.svg +4 -0
- package/svg/regular/directive.svg +38 -0
- package/svg/regular/expand.svg +4 -0
- package/svg/regular/file-arrow-down.svg +15 -0
- package/svg/regular/file-arrow-up.svg +16 -0
- package/svg/regular/file-csv.svg +25 -0
- package/svg/regular/file-xls.svg +24 -0
- package/svg/regular/file.svg +4 -0
- package/svg/regular/grid.svg +4 -0
- package/svg/regular/hash.svg +4 -0
- package/svg/regular/http.svg +85 -0
- package/svg/regular/i-min.svg +3 -0
- package/svg/regular/image.svg +4 -0
- package/svg/regular/images.svg +4 -0
- package/svg/regular/input-text.svg +5 -0
- package/svg/regular/j.svg +4 -0
- package/svg/regular/monitor.svg +4 -0
- package/svg/regular/p.svg +4 -0
- package/svg/regular/plug.svg +4 -0
- package/svg/regular/plus.svg +4 -0
- package/svg/regular/pointer.svg +4 -0
- package/svg/regular/rectangle-list.svg +4 -0
- package/svg/regular/s.svg +4 -0
- package/svg/regular/service.svg +4 -0
- package/svg/regular/shield-minus.svg +15 -0
- package/svg/regular/signal-post-2.svg +4 -0
- package/svg/regular/signal-post.svg +4 -0
- package/svg/regular/signal-stream.svg +19 -0
- package/svg/regular/square-check.svg +4 -0
- package/svg/regular/string.svg +4 -0
- package/svg/regular/switch-off.svg +4 -0
- package/svg/regular/tabs.svg +4 -0
- package/svg/regular/textarea.svg +4 -0
- package/svg/regular/x.svg +4 -0
- package/tools/lib/files.tools.d.ts +1 -1
- package/tools/lib/page.tools.d.ts +0 -2
- package/tools/lib/screen.tools.d.ts +1 -1
- package/tools/lib/strings.tools.d.ts +3 -1
- package/pages/lib/coer-loading/loading.component.d.ts +0 -5
- package/styles/icons/icons-fill-none.scss +0 -3
- package/styles/icons/icons-regular-none.scss +0 -3
- package/svg/fill/none/bell.fill.none.svg +0 -4
- package/svg/regular/none/bell.none.svg +0 -4
- /package/svg/{fill/dot.fill.svg → regular/dot.svg} +0 -0
package/styles/containers.scss
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
to { opacity: 1; }
|
4
4
|
}
|
5
5
|
|
6
|
-
@mixin Container() {
|
6
|
+
@mixin Container() {
|
7
7
|
margin: 15px 30px 0px 30px;
|
8
8
|
padding: 10px;
|
9
9
|
box-shadow: 0px 1px 12px -10px black;
|
@@ -12,35 +12,51 @@
|
|
12
12
|
animation-name: fadeIn;
|
13
13
|
animation-duration: 1.5s;
|
14
14
|
animation-iteration-count: 1;
|
15
|
-
min-height: 60px;
|
16
|
-
|
15
|
+
min-height: 60px;
|
16
|
+
|
17
|
+
@media (max-width: 499px) {
|
18
|
+
margin: 15px 15px 0px 15px;
|
19
|
+
}
|
20
|
+
}
|
17
21
|
|
18
22
|
.coer-container {
|
19
|
-
@include Container();
|
23
|
+
@include Container();
|
20
24
|
}
|
21
25
|
|
22
26
|
.coer-container-accordion {
|
23
27
|
@include Container();
|
24
|
-
|
28
|
+
|
29
|
+
& {
|
30
|
+
min-height: 55px;
|
31
|
+
}
|
25
32
|
}
|
26
33
|
|
27
34
|
.coer-container-tab {
|
28
35
|
@include Container();
|
29
|
-
padding: 0px;
|
30
36
|
|
31
|
-
|
32
|
-
|
37
|
+
& {
|
38
|
+
padding: 0px;
|
39
|
+
|
40
|
+
.row {
|
41
|
+
margin: 12px 0px;
|
42
|
+
}
|
33
43
|
}
|
34
44
|
}
|
35
45
|
|
36
46
|
.coer-container-grid {
|
37
47
|
@include Container();
|
38
|
-
|
48
|
+
|
49
|
+
& {
|
50
|
+
padding-bottom: 5px;
|
51
|
+
}
|
39
52
|
}
|
40
53
|
|
41
54
|
.coer-container-list {
|
42
55
|
@include Container();
|
43
|
-
|
56
|
+
|
57
|
+
& {
|
58
|
+
padding: 0px;
|
59
|
+
}
|
44
60
|
}
|
45
61
|
|
46
62
|
.coer-container-code {
|
@@ -0,0 +1,23 @@
|
|
1
|
+
@mixin mixin($breakpoint) {
|
2
|
+
@each $key, $value in (
|
3
|
+
'none' : none,
|
4
|
+
'flex' : flex,
|
5
|
+
'block' : block,
|
6
|
+
'inline': inline,
|
7
|
+
'inline-block': inline-block,
|
8
|
+
'inline-flex' : inline-flex
|
9
|
+
) {
|
10
|
+
.#{$breakpoint}display-#{$key} {
|
11
|
+
display: $value !important;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
@each $key, $value in (
|
16
|
+
'visible' : visible,
|
17
|
+
'invisible': hidden
|
18
|
+
) {
|
19
|
+
.#{$breakpoint}#{$key} {
|
20
|
+
visibility: $value !important;
|
21
|
+
}
|
22
|
+
}
|
23
|
+
}
|
package/styles/fonts.scss
CHANGED
@@ -4,22 +4,23 @@
|
|
4
4
|
}
|
5
5
|
|
6
6
|
|
7
|
-
|
8
|
-
|
9
|
-
font-weight
|
10
|
-
|
11
|
-
|
12
|
-
.font-weight-bold {
|
13
|
-
font-weight: bold !important;
|
14
|
-
}
|
7
|
+
@mixin mixin($breakpoint) {
|
8
|
+
//Font Weight
|
9
|
+
.#{$breakpoint}font-weight-normal {
|
10
|
+
font-weight: normal !important;
|
11
|
+
}
|
15
12
|
|
13
|
+
.#{$breakpoint}font-weight-bold {
|
14
|
+
font-weight: bold !important;
|
15
|
+
}
|
16
16
|
|
17
|
-
//Font Size
|
18
|
-
@for $i from
|
19
|
-
|
20
|
-
|
17
|
+
//Font Size
|
18
|
+
@for $i from 0 through 100 {
|
19
|
+
.#{$breakpoint}font-size-#{$i}px {
|
20
|
+
font-size: $i * 1px !important;
|
21
|
+
}
|
21
22
|
}
|
22
|
-
}
|
23
|
+
}
|
23
24
|
|
24
25
|
|
25
26
|
//Font Family
|
@@ -1,19 +1,64 @@
|
|
1
|
+
//FILL
|
1
2
|
$icons: (
|
2
|
-
'alarm',
|
3
|
+
'alarm',
|
3
4
|
'bell',
|
4
|
-
'cloud',
|
5
|
-
'dot',
|
6
5
|
'bulb-idea',
|
6
|
+
'calendar-check',
|
7
|
+
'calendar-days',
|
8
|
+
'card',
|
9
|
+
'caret-down',
|
10
|
+
'caret-left',
|
11
|
+
'caret-right',
|
12
|
+
'caret-up',
|
13
|
+
'circle-info',
|
14
|
+
'cloud',
|
15
|
+
'colors',
|
7
16
|
'components',
|
8
17
|
'css',
|
18
|
+
'directive',
|
19
|
+
'disk-floppy',
|
9
20
|
'download',
|
21
|
+
'eye',
|
22
|
+
'eye-slash',
|
23
|
+
'file-arrow-down',
|
24
|
+
'file-arrow-up',
|
25
|
+
'file-csv',
|
26
|
+
'file-xls',
|
27
|
+
'file-invoice',
|
28
|
+
'file-invoice-dollar',
|
29
|
+
'file-invoice-lines',
|
30
|
+
'file-laptop',
|
31
|
+
'file',
|
32
|
+
'filter',
|
10
33
|
'gear',
|
11
34
|
'heart',
|
12
35
|
'house',
|
13
36
|
'html',
|
37
|
+
'image',
|
38
|
+
'images',
|
14
39
|
'javascript',
|
40
|
+
'paint-roller',
|
41
|
+
'pen',
|
15
42
|
'pin-geo',
|
43
|
+
'pipe',
|
44
|
+
'plug',
|
45
|
+
'pointer',
|
46
|
+
'puzzle-piece',
|
47
|
+
'satellite',
|
48
|
+
'satellite-dish',
|
16
49
|
'screwdriver-wrench',
|
50
|
+
'share-square',
|
51
|
+
'share',
|
52
|
+
'shield-minus',
|
53
|
+
'sidenav',
|
54
|
+
'signal-post',
|
55
|
+
'signal-post-2',
|
56
|
+
'square-check',
|
57
|
+
'square-caret-down',
|
58
|
+
'square-caret-left',
|
59
|
+
'square-caret-right',
|
60
|
+
'square-caret-up',
|
61
|
+
'switch-on',
|
17
62
|
'toolbox',
|
18
63
|
'trash-can',
|
19
64
|
'trophy',
|
@@ -1,17 +1,65 @@
|
|
1
|
+
//REGULAR
|
1
2
|
$icons: (
|
3
|
+
'a',
|
2
4
|
'alarm',
|
5
|
+
'angle-down',
|
6
|
+
'angle-left',
|
7
|
+
'angle-right',
|
8
|
+
'angle-up',
|
3
9
|
'array',
|
10
|
+
'arrows-circle',
|
4
11
|
'arrows-sync',
|
5
12
|
'bars',
|
6
13
|
'bell',
|
14
|
+
'box-arrow-left',
|
15
|
+
'box-arrow-right',
|
16
|
+
'browser-window',
|
17
|
+
'c',
|
18
|
+
'calendar-check',
|
19
|
+
'circle-info',
|
20
|
+
'circle-notch',
|
7
21
|
'cloud',
|
8
22
|
'components',
|
9
23
|
'developer',
|
24
|
+
'directive',
|
25
|
+
'dot',
|
10
26
|
'envelope',
|
27
|
+
'expand',
|
28
|
+
'file-arrow-down',
|
29
|
+
'file-arrow-up',
|
30
|
+
'file-csv',
|
31
|
+
'file-xls',
|
32
|
+
'file',
|
33
|
+
'grid',
|
34
|
+
'hash',
|
11
35
|
'heart',
|
36
|
+
'http',
|
37
|
+
'i-min',
|
38
|
+
'image',
|
39
|
+
'images',
|
40
|
+
'input-text',
|
41
|
+
'j',
|
42
|
+
'monitor',
|
43
|
+
'p',
|
12
44
|
'pin-geo',
|
13
|
-
'
|
45
|
+
'plug',
|
46
|
+
'plus',
|
47
|
+
'pointer',
|
48
|
+
'rectangle-list',
|
49
|
+
's',
|
50
|
+
'service',
|
51
|
+
'shield-minus',
|
52
|
+
'signal-post',
|
53
|
+
'signal-post-2',
|
54
|
+
'signal-stream',
|
55
|
+
'square-check',
|
56
|
+
'string',
|
57
|
+
'switch-off',
|
58
|
+
't',
|
59
|
+
'tabs',
|
60
|
+
'textarea',
|
14
61
|
'trash-can',
|
15
62
|
'trophy',
|
16
|
-
'whatsapp',
|
63
|
+
'whatsapp',
|
64
|
+
'x'
|
17
65
|
);
|
package/styles/icons/icons.scss
CHANGED
@@ -1,7 +1,5 @@
|
|
1
|
-
@use "./icons-regular.scss"
|
2
|
-
@use "./icons-
|
3
|
-
@use "./icons-fill.scss" as fill;
|
4
|
-
@use "./icons-fill-none.scss" as fill-none;
|
1
|
+
@use "./icons-regular.scss" as regular;
|
2
|
+
@use "./icons-fill.scss" as fill;
|
5
3
|
|
6
4
|
|
7
5
|
@mixin Icon() {
|
@@ -37,16 +35,7 @@
|
|
37
35
|
@include Icon();
|
38
36
|
mask-image: url('../svg/regular/' + $icon + '.svg');
|
39
37
|
}
|
40
|
-
}
|
41
|
-
|
42
|
-
|
43
|
-
//Regular None
|
44
|
-
@each $icon in regular-none.$icons {
|
45
|
-
.icon-#{$icon}.icon-none {
|
46
|
-
@include Icon();
|
47
|
-
mask-image: url('../svg/regular/none/' + $icon + '.none.svg');
|
48
|
-
}
|
49
|
-
}
|
38
|
+
}
|
50
39
|
|
51
40
|
|
52
41
|
//Fill
|
@@ -55,13 +44,4 @@
|
|
55
44
|
@include Icon();
|
56
45
|
mask-image: url('../svg/fill/' + $icon + '.fill.svg');
|
57
46
|
}
|
58
|
-
}
|
59
|
-
|
60
|
-
|
61
|
-
//Fill None
|
62
|
-
@each $icon in fill-none.$icons {
|
63
|
-
.icon-#{$icon}.icon-fill.icon-none {
|
64
|
-
@include Icon();
|
65
|
-
mask-image: url('../svg/fill/none/' + $icon + '.fill.none.svg');
|
66
|
-
}
|
67
47
|
}
|
package/styles/index.scss
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
@use "sass:map";
|
2
1
|
@use "./animations.scss" as _animations;
|
3
2
|
@use "./borders.scss" as _borders;
|
4
3
|
@use "./colors.scss" as _colors;
|
5
4
|
@use "./components.scss";
|
6
5
|
@use "./containers.scss";
|
7
6
|
@use "./cursors.scss" as _cursors;
|
8
|
-
@use "./
|
7
|
+
@use "./displays.scss" as _displays;
|
8
|
+
@use "./fonts.scss" as _fonts;
|
9
9
|
@use "./icons/icons.scss";
|
10
10
|
@use "./layout-flex-wrap.scss" as _layout-flex-wrap;
|
11
11
|
@use "./layout-flex.scss" as _layout-flex;
|
@@ -22,21 +22,23 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
//BREAKPOINTS
|
25
|
-
$
|
26
|
-
|
27
|
-
''
|
28
|
-
'xs'
|
29
|
-
'sm'
|
30
|
-
'md'
|
31
|
-
'lg'
|
32
|
-
'xl'
|
33
|
-
'xxl'
|
34
|
-
) {
|
35
|
-
@
|
25
|
+
@each $breakpoint, $min-width in (
|
26
|
+
'' : 0px,
|
27
|
+
'mv-' : 0px,
|
28
|
+
'xs-' : 500px,
|
29
|
+
'sm-' : 576px,
|
30
|
+
'md-' : 768px,
|
31
|
+
'lg-' : 992px,
|
32
|
+
'xl-' : 1200px,
|
33
|
+
'xxl-' : 1400px
|
34
|
+
) {
|
35
|
+
@media (min-width: $min-width) {
|
36
36
|
@include _animations.mixin($breakpoint);
|
37
37
|
@include _borders.mixin($breakpoint);
|
38
38
|
@include _colors.mixin($breakpoint);
|
39
39
|
@include _cursors.mixin($breakpoint);
|
40
|
+
@include _displays.mixin($breakpoint);
|
41
|
+
@include _fonts.mixin($breakpoint);
|
40
42
|
@include _layout-flex-wrap.mixin($breakpoint);
|
41
43
|
@include _layout-flex.mixin($breakpoint);
|
42
44
|
@include _layout-grid.mixin($breakpoint);
|
@@ -46,41 +48,25 @@ $prefix: '-';
|
|
46
48
|
@include _paragraphs.mixin($breakpoint);
|
47
49
|
@include _positions.mixin($breakpoint);
|
48
50
|
@include _width-height.mixin($breakpoint);
|
49
|
-
}
|
51
|
+
}
|
50
52
|
|
51
|
-
@
|
52
|
-
@media (
|
53
|
-
@include _animations.mixin($breakpoint
|
54
|
-
@include _borders.mixin($breakpoint
|
55
|
-
@include _colors.mixin($breakpoint
|
56
|
-
@include _cursors.mixin($breakpoint
|
57
|
-
@include
|
58
|
-
@include
|
59
|
-
@include _layout-
|
60
|
-
@include
|
61
|
-
@include
|
62
|
-
@include
|
63
|
-
@include
|
64
|
-
@include
|
65
|
-
@include
|
53
|
+
@if($breakpoint == 'mv-') {
|
54
|
+
@media (max-width: 499px) {
|
55
|
+
@include _animations.mixin($breakpoint);
|
56
|
+
@include _borders.mixin($breakpoint);
|
57
|
+
@include _colors.mixin($breakpoint);
|
58
|
+
@include _cursors.mixin($breakpoint);
|
59
|
+
@include _displays.mixin($breakpoint);
|
60
|
+
@include _fonts.mixin($breakpoint);
|
61
|
+
@include _layout-flex-wrap.mixin($breakpoint);
|
62
|
+
@include _layout-flex.mixin($breakpoint);
|
63
|
+
@include _layout-grid.mixin($breakpoint);
|
64
|
+
@include _margins.mixin($breakpoint);
|
65
|
+
@include _overflow.mixin($breakpoint);
|
66
|
+
@include _padding.mixin($breakpoint);
|
67
|
+
@include _paragraphs.mixin($breakpoint);
|
68
|
+
@include _positions.mixin($breakpoint);
|
69
|
+
@include _width-height.mixin($breakpoint);
|
66
70
|
}
|
67
71
|
}
|
68
|
-
|
69
|
-
@else {
|
70
|
-
@media (min-width: map.get($range, 'min')) and (max-width: map.get($range, 'max')) {
|
71
|
-
@include _animations.mixin($breakpoint + $prefix);
|
72
|
-
@include _borders.mixin($breakpoint + $prefix);
|
73
|
-
@include _colors.mixin($breakpoint + $prefix);
|
74
|
-
@include _cursors.mixin($breakpoint + $prefix);
|
75
|
-
@include _layout-flex-wrap.mixin($breakpoint + $prefix);
|
76
|
-
@include _layout-flex.mixin($breakpoint + $prefix);
|
77
|
-
@include _layout-grid.mixin($breakpoint + $prefix);
|
78
|
-
@include _margins.mixin($breakpoint + $prefix);
|
79
|
-
@include _overflow.mixin($breakpoint + $prefix);
|
80
|
-
@include _padding.mixin($breakpoint + $prefix);
|
81
|
-
@include _paragraphs.mixin($breakpoint + $prefix);
|
82
|
-
@include _positions.mixin($breakpoint + $prefix);
|
83
|
-
@include _width-height.mixin($breakpoint + $prefix);
|
84
|
-
}
|
85
|
-
}
|
86
72
|
}
|
@@ -90,6 +90,24 @@
|
|
90
90
|
flex-grow: 1 !important;
|
91
91
|
flex-basis: 150px !important;
|
92
92
|
}
|
93
|
+
|
94
|
+
|
95
|
+
@each $key, $value in (
|
96
|
+
'content': content,
|
97
|
+
'fit-content': fit-content,
|
98
|
+
'min-content': min-content,
|
99
|
+
'max-content': max-content
|
100
|
+
) {
|
101
|
+
|
102
|
+
.#{$breakpoint}flex-item-#{$key} {
|
103
|
+
flex-basis: $value !important;
|
104
|
+
}
|
105
|
+
|
106
|
+
.#{$breakpoint}flex-item-grow-#{$key} {
|
107
|
+
flex-grow: 1 !important;
|
108
|
+
flex-basis: $value !important;
|
109
|
+
}
|
110
|
+
}
|
93
111
|
|
94
112
|
|
95
113
|
@for $i from 2 through 10 {
|
package/styles/margins.scss
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
@mixin mixin($breakpoint) {
|
1
|
+
@mixin mixin($breakpoint) {
|
2
2
|
@for $i from 0 through 100 {
|
3
3
|
.#{$breakpoint}margin-#{$i}px {
|
4
4
|
margin: $i * 1px !important;
|
@@ -57,4 +57,21 @@
|
|
57
57
|
margin-left: $i * 1px !important;
|
58
58
|
}
|
59
59
|
}
|
60
|
+
|
61
|
+
// AUTO
|
62
|
+
.#{$breakpoint}margin-top-auto {
|
63
|
+
margin-top: auto !important;
|
64
|
+
}
|
65
|
+
|
66
|
+
.#{$breakpoint}margin-right-auto {
|
67
|
+
margin-right: auto !important;
|
68
|
+
}
|
69
|
+
|
70
|
+
.#{$breakpoint}margin-bottom-auto {
|
71
|
+
margin-bottom: auto !important;
|
72
|
+
}
|
73
|
+
|
74
|
+
.#{$breakpoint}margin-left-auto {
|
75
|
+
margin-left: auto !important;
|
76
|
+
}
|
60
77
|
}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zM329 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-95 95-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L329 305z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm64 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm128 0l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 400l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 256l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm256-32l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M512 256c0 .9 0 1.8 0 2.7c-.4 36.5-33.6 61.3-70.1 61.3L344 320c-26.5 0-48 21.5-48 48c0 3.4 .4 6.7 1 9.9c2.1 10.2 6.5 20 10.8 29.9c6.1 13.8 12.1 27.5 12.1 42c0 31.8-21.6 60.7-53.4 62c-3.5 .1-7 .2-10.6 .2C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 318 318">
|
2
|
+
<!-- COER System -->
|
3
|
+
<g transform="translate(0.000000,318.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none">
|
4
|
+
<path d="M841 3154 c-43 -31 -51 -70 -51 -257 l0 -174 -49 -5 c-137 -13 -266
|
5
|
+
-142 -279 -279 l-5 -49 -174 0 c-187 0 -226 -8 -257 -51 -21 -30 -21 -98 0
|
6
|
+
-128 31 -43 70 -51 259 -51 l175 0 0 -110 0 -110 -180 0 c-193 0 -222 -6 -254
|
7
|
+
-52 -20 -29 -20 -97 0 -126 32 -46 61 -52 254 -52 l180 0 0 -110 0 -110 -175
|
8
|
+
0 c-189 0 -228 -8 -259 -51 -21 -30 -21 -98 0 -128 31 -43 70 -51 259 -51
|
9
|
+
l175 0 0 -110 0 -110 -180 0 c-193 0 -222 -6 -254 -52 -20 -29 -20 -97 0 -126
|
10
|
+
32 -46 61 -52 254 -52 l180 0 0 -34 c0 -82 63 -188 143 -241 48 -31 83 -44
|
11
|
+
160 -60 l27 -5 0 -179 c0 -168 1 -180 23 -212 12 -18 38 -39 58 -47 31 -12 41
|
12
|
+
-11 72 2 68 28 77 57 77 259 l0 177 110 0 110 0 0 -170 c0 -186 8 -225 54
|
13
|
+
-255 33 -22 89 -22 122 0 46 30 54 69 54 255 l0 170 110 0 110 0 0 -179 c0
|
14
|
+
-168 1 -180 23 -212 12 -18 38 -39 58 -47 31 -12 41 -11 72 2 68 28 77 57 77
|
15
|
+
259 l0 177 110 0 110 0 0 -170 c0 -186 8 -225 54 -255 51 -34 128 -15 158 37
|
16
|
+
9 16 15 84 18 208 l5 185 48 7 c137 19 256 138 275 275 l7 48 186 5 c197 5
|
17
|
+
223 12 250 61 16 31 14 86 -6 115 -30 46 -69 54 -255 54 l-170 0 0 110 0 110
|
18
|
+
178 0 c201 0 230 9 258 77 13 31 14 41 2 72 -8 20 -29 46 -47 58 -32 22 -44
|
19
|
+
23 -212 23 l-179 0 0 110 0 110 170 0 c186 0 225 8 255 54 22 33 22 89 0 122
|
20
|
+
-30 46 -69 54 -255 54 l-170 0 0 110 0 110 178 0 c201 0 230 9 258 77 13 31
|
21
|
+
14 41 2 72 -8 20 -29 46 -47 58 -32 22 -44 23 -212 23 l-179 0 -5 28 c-16 76
|
22
|
+
-29 111 -60 159 -53 80 -159 143 -241 143 l-34 0 0 180 c0 193 -6 222 -52 254
|
23
|
+
-29 20 -97 20 -126 0 -46 -32 -52 -61 -52 -254 l0 -180 -110 0 -110 0 0 175
|
24
|
+
c0 189 -8 228 -51 259 -13 9 -42 16 -64 16 -22 0 -51 -7 -64 -16 -43 -31 -51
|
25
|
+
-70 -51 -259 l0 -175 -110 0 -110 0 0 180 c0 193 -6 222 -52 254 -12 9 -41 16
|
26
|
+
-63 16 -22 0 -51 -7 -63 -16 -46 -32 -52 -61 -52 -254 l0 -180 -110 0 -110 0
|
27
|
+
0 175 c0 189 -8 228 -51 259 -13 9 -42 16 -64 16 -22 0 -51 -7 -64 -16z m1129
|
28
|
+
-1119 c59 -30 60 -39 60 -435 0 -396 -1 -405 -60 -435 -43 -22 -737 -22 -780
|
29
|
+
0 -59 30 -60 39 -60 435 0 394 1 404 58 434 41 23 739 23 782 1z"/>
|
30
|
+
</g>
|
31
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-242.7c0-17-6.7-33.3-18.7-45.3L352 50.7C340 38.7 323.7 32 306.7 32L64 32zm0 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L96 224c-17.7 0-32-14.3-32-32l0-64zM224 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM216 232l0 102.1 31-31c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0l-72-72c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l31 31L168 232c0-13.3 10.7-24 24-24s24 10.7 24 24z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM216 408c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-102.1-31 31c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l72-72c9.4-9.4 24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-31-31L216 408z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 144-208 0c-35.3 0-64 28.7-64 64l0 144-48 0c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM200 352l16 0c22.1 0 40 17.9 40 40l0 8c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-8c0-4.4-3.6-8-8-8l-16 0c-4.4 0-8 3.6-8 8l0 80c0 4.4 3.6 8 8 8l16 0c4.4 0 8-3.6 8-8l0-8c0-8.8 7.2-16 16-16s16 7.2 16 16l0 8c0 22.1-17.9 40-40 40l-16 0c-22.1 0-40-17.9-40-40l0-80c0-22.1 17.9-40 40-40zm133.1 0l34.9 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-34.9 0c-7.2 0-13.1 5.9-13.1 13.1c0 5.2 3 9.9 7.8 12l37.4 16.6c16.3 7.2 26.8 23.4 26.8 41.2c0 24.9-20.2 45.1-45.1 45.1L304 512c-8.8 0-16-7.2-16-16s7.2-16 16-16l42.9 0c7.2 0 13.1-5.9 13.1-13.1c0-5.2-3-9.9-7.8-12l-37.4-16.6c-16.3-7.2-26.8-23.4-26.8-41.2c0-24.9 20.2-45.1 45.1-45.1zm98.9 0c8.8 0 16 7.2 16 16l0 31.6c0 23 5.5 45.6 16 66c10.5-20.3 16-42.9 16-66l0-31.6c0-8.8 7.2-16 16-16s16 7.2 16 16l0 31.6c0 34.7-10.3 68.7-29.6 97.6l-5.1 7.7c-3 4.5-8 7.1-13.3 7.1s-10.3-2.7-13.3-7.1l-5.1-7.7c-19.3-28.9-29.6-62.9-29.6-97.6l0-31.6c0-8.8 7.2-16 16-16z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM64 80c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16zm128 72c8.8 0 16 7.2 16 16l0 17.3c8.5 1.2 16.7 3.1 24.1 5.1c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-11.1-3-22-5.2-32.1-5.3c-8.4-.1-17.4 1.8-23.6 5.5c-5.7 3.4-8.1 7.3-8.1 12.8c0 3.7 1.3 6.5 7.3 10.1c6.9 4.1 16.6 7.1 29.2 10.9l.5 .1s0 0 0 0s0 0 0 0c11.3 3.4 25.3 7.6 36.3 14.6c12.1 7.6 22.4 19.7 22.7 38.2c.3 19.3-9.6 33.3-22.9 41.6c-7.7 4.8-16.4 7.6-25.1 9.1l0 17.1c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-17.8c-11.2-2.1-21.7-5.7-30.9-8.9c0 0 0 0 0 0c-2.1-.7-4.2-1.4-6.2-2.1c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c2.5 .8 4.8 1.6 7.1 2.4c0 0 0 0 0 0s0 0 0 0s0 0 0 0c13.6 4.6 24.6 8.4 36.3 8.7c9.1 .3 17.9-1.7 23.7-5.3c5.1-3.2 7.9-7.3 7.8-14c-.1-4.6-1.8-7.8-7.7-11.6c-6.8-4.3-16.5-7.4-29-11.2l-1.6-.5s0 0 0 0c-11-3.3-24.3-7.3-34.8-13.7c-12-7.2-22.6-18.9-22.7-37.3c-.1-19.4 10.8-32.8 23.8-40.5c7.5-4.4 15.8-7.2 24.1-8.7l0-17.3c0-8.8 7.2-16 16-16z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM112 256l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM80 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 96l192 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L96 352c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm0 32l0 64 192 0 0-64L96 256zM240 416l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/>
|
4
|
+
</svg>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
|
2
|
+
<!-- COER System -->
|
3
|
+
<path d="M128 0C92.7 0 64 28.7 64 64l0 224-44.8 0C8.6 288 0 296.6 0 307.2C0 349.6 34.4 384 76.8 384L320 384l0-96-192 0 0-224 320 0 0 32 64 0 0-32c0-35.3-28.7-64-64-64L128 0zM512 128l-112 0c-26.5 0-48 21.5-48 48l0 288c0 26.5 21.5 48 48 48l192 0c26.5 0 48-21.5 48-48l0-208-96 0c-17.7 0-32-14.3-32-32l0-96zm32 0l0 96 96 0-96-96z"/>
|
4
|
+
</svg>
|