queen_amdi_core 0.0.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.
Files changed (108) hide show
  1. package/database/ban_jidDB.js +1 -0
  2. package/database/greetingsDB.js +1 -0
  3. package/database/group_settingsDB.js +1 -0
  4. package/database/miscDB.js +1 -0
  5. package/database/ratingsDB.js +1 -0
  6. package/database/settingsDB.js +1 -0
  7. package/dist/amdiCore.js +1 -0
  8. package/dist/qrDisplay.js +1 -0
  9. package/dist/scripts.js +1 -0
  10. package/index.js +1 -0
  11. package/language/applyLANG.js +1 -0
  12. package/package.json +30 -0
  13. package/plugnID/_amdi_menu.js +1 -0
  14. package/plugnID/ban.js +1 -0
  15. package/plugnID/misc.js +1 -0
  16. package/plugnID/settings.js +1 -0
  17. package/plugnID/tiktok.js +1 -0
  18. package/qr_code/amdiWEB.js +1 -0
  19. package/qr_code/assets/css/contact-form.css +160 -0
  20. package/qr_code/assets/css/fontawesome-all.min.css +5 -0
  21. package/qr_code/assets/css/main.css +1722 -0
  22. package/qr_code/assets/css/noscript.css +37 -0
  23. package/qr_code/assets/js/breakpoints.min.js +2 -0
  24. package/qr_code/assets/js/browser.min.js +2 -0
  25. package/qr_code/assets/js/jquery.min.js +2 -0
  26. package/qr_code/assets/js/main.js +401 -0
  27. package/qr_code/assets/js/util.js +587 -0
  28. package/qr_code/assets/qr_vid.mp4 +0 -0
  29. package/qr_code/assets/sass/base/_page.scss +42 -0
  30. package/qr_code/assets/sass/base/_reset.scss +76 -0
  31. package/qr_code/assets/sass/base/_typography.scss +183 -0
  32. package/qr_code/assets/sass/components/_actions.scss +101 -0
  33. package/qr_code/assets/sass/components/_box.scss +26 -0
  34. package/qr_code/assets/sass/components/_button.scss +84 -0
  35. package/qr_code/assets/sass/components/_form.scss +252 -0
  36. package/qr_code/assets/sass/components/_icon.scss +33 -0
  37. package/qr_code/assets/sass/components/_icons.scss +40 -0
  38. package/qr_code/assets/sass/components/_image.scss +87 -0
  39. package/qr_code/assets/sass/components/_list.scss +56 -0
  40. package/qr_code/assets/sass/components/_table.scss +81 -0
  41. package/qr_code/assets/sass/layout/_bg.scss +68 -0
  42. package/qr_code/assets/sass/layout/_footer.scss +37 -0
  43. package/qr_code/assets/sass/layout/_header.scss +261 -0
  44. package/qr_code/assets/sass/layout/_main.scss +102 -0
  45. package/qr_code/assets/sass/layout/_wrapper.scss +36 -0
  46. package/qr_code/assets/sass/libs/_breakpoints.scss +223 -0
  47. package/qr_code/assets/sass/libs/_functions.scss +90 -0
  48. package/qr_code/assets/sass/libs/_mixins.scss +78 -0
  49. package/qr_code/assets/sass/libs/_vars.scss +43 -0
  50. package/qr_code/assets/sass/libs/_vendor.scss +376 -0
  51. package/qr_code/assets/sass/main.scss +50 -0
  52. package/qr_code/assets/sass/noscript.scss +50 -0
  53. package/qr_code/assets/webfonts/fa-brands-400.eot +0 -0
  54. package/qr_code/assets/webfonts/fa-brands-400.svg +3442 -0
  55. package/qr_code/assets/webfonts/fa-brands-400.ttf +0 -0
  56. package/qr_code/assets/webfonts/fa-brands-400.woff +0 -0
  57. package/qr_code/assets/webfonts/fa-brands-400.woff2 +0 -0
  58. package/qr_code/assets/webfonts/fa-regular-400.eot +0 -0
  59. package/qr_code/assets/webfonts/fa-regular-400.svg +803 -0
  60. package/qr_code/assets/webfonts/fa-regular-400.ttf +0 -0
  61. package/qr_code/assets/webfonts/fa-regular-400.woff +0 -0
  62. package/qr_code/assets/webfonts/fa-regular-400.woff2 +0 -0
  63. package/qr_code/assets/webfonts/fa-solid-900.eot +0 -0
  64. package/qr_code/assets/webfonts/fa-solid-900.svg +4649 -0
  65. package/qr_code/assets/webfonts/fa-solid-900.ttf +0 -0
  66. package/qr_code/assets/webfonts/fa-solid-900.woff +0 -0
  67. package/qr_code/assets/webfonts/fa-solid-900.woff2 +0 -0
  68. package/qr_code/images/BotLogs.jpg +0 -0
  69. package/qr_code/images/bg.jpg +0 -0
  70. package/src/_default.js +1 -0
  71. package/src/_default_list_sections.js +1 -0
  72. package/src/amdiMenu.js +1 -0
  73. package/src/amdi_chat.js +1 -0
  74. package/src/anti_functions.js +1 -0
  75. package/src/ban.js +1 -0
  76. package/src/currency.js +1 -0
  77. package/src/currencyconverter.js +1 -0
  78. package/src/customButtons.js +1 -0
  79. package/src/customizerVerify.js +1 -0
  80. package/src/deleteMsg.js +1 -0
  81. package/src/downloaderKITS/constants/api.constants.js +1 -0
  82. package/src/downloaderKITS/controllers/Facebook.ctrl.js +1 -0
  83. package/src/downloaderKITS/controllers/Instagram.ctrl.js +1 -0
  84. package/src/downloaderKITS/controllers/Snapchat.ctrl.js +1 -0
  85. package/src/downloaderKITS/controllers/TikTok.ctrl.js +1 -0
  86. package/src/downloaderKITS/controllers/Twitter.ctrl.js +1 -0
  87. package/src/downloaderKITS/controllers/VKontakte.ctrl.js +1 -0
  88. package/src/downloaderKITS/controllers/YouTube.ctrl.js +1 -0
  89. package/src/downloaderKITS/downloaders.js +1 -0
  90. package/src/downloaderKITS/utils/api.utils.js +1 -0
  91. package/src/emojiReg.js +1 -0
  92. package/src/esana_news.js +1 -0
  93. package/src/fancyTXT.js +1 -0
  94. package/src/ffmpeg_functions.js +1 -0
  95. package/src/git-clone/index.js +1 -0
  96. package/src/grpManager.js +1 -0
  97. package/src/igdl.js +1 -0
  98. package/src/info.js +1 -0
  99. package/src/lyrics.js +1 -0
  100. package/src/news.js +1 -0
  101. package/src/stickers.js +1 -0
  102. package/src/tiktok-down/index.js +1 -0
  103. package/src/tiktok-down/src/index.js +1 -0
  104. package/src/tiktok-down/src/music.js +1 -0
  105. package/src/tiktok-down/src/search.js +1 -0
  106. package/src/tiktok-down/src/user-info.js +1 -0
  107. package/src/tiktok-down/src/utils.js +1 -0
  108. package/src/ytdl.js +1 -0
@@ -0,0 +1,183 @@
1
+ ///
2
+ /// Dimension by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Type */
8
+
9
+ html {
10
+ font-size: 16pt;
11
+
12
+ @include breakpoint('<=xlarge') {
13
+ font-size: 12pt;
14
+ }
15
+
16
+ @include breakpoint('<=small') {
17
+ font-size: 11pt;
18
+ }
19
+
20
+ @include breakpoint('<=xxsmall') {
21
+ font-size: 10pt;
22
+ }
23
+ }
24
+
25
+ body, input, select, textarea {
26
+ color: _palette(fg);
27
+ font-family: _font(family);
28
+ font-weight: _font(weight);
29
+ font-size: 1rem;
30
+ line-height: 1.65;
31
+ }
32
+
33
+ a {
34
+ @include vendor('transition', (
35
+ 'color #{_duration(transition)} ease-in-out',
36
+ 'background-color #{_duration(transition)} ease-in-out',
37
+ 'border-bottom-color #{_duration(transition)} ease-in-out'
38
+ ));
39
+ border-bottom: dotted 1px _palette(fg-light);
40
+ text-decoration: none;
41
+ color: inherit;
42
+
43
+ &:hover {
44
+ border-bottom-color: transparent;
45
+ }
46
+ }
47
+
48
+ strong, b {
49
+ color: _palette(fg-bold);
50
+ font-weight: _font(weight-bold);
51
+ }
52
+
53
+ em, i {
54
+ font-style: italic;
55
+ }
56
+
57
+ p {
58
+ margin: 0 0 _size(element-margin) 0;
59
+ }
60
+
61
+ h1, h2, h3, h4, h5, h6 {
62
+ color: _palette(fg-bold);
63
+ font-weight: _font(weight-bold);
64
+ line-height: 1.5;
65
+ margin: 0 0 (_size(element-margin) * 0.5) 0;
66
+ text-transform: uppercase;
67
+ letter-spacing: _font(letter-spacing);
68
+
69
+ a {
70
+ color: inherit;
71
+ text-decoration: none;
72
+ }
73
+
74
+ &.major {
75
+ border-bottom: solid _size(border-width) _palette(border);
76
+ width: -moz-max-content;
77
+ width: -webkit-max-content;
78
+ width: -ms-max-content;
79
+ width: max-content;
80
+ padding-bottom: 0.5rem;
81
+ margin: 0 0 (_size(element-margin) * 1) 0;
82
+ }
83
+ }
84
+
85
+ h1 {
86
+ font-size: 2.25rem;
87
+ line-height: 1.3;
88
+ letter-spacing: _font(letter-spacing-heading);
89
+ }
90
+
91
+ h2 {
92
+ font-size: 1.5rem;
93
+ line-height: 1.4;
94
+ letter-spacing: _font(letter-spacing-heading);
95
+ }
96
+
97
+ h3 {
98
+ font-size: 1rem;
99
+ }
100
+
101
+ h4 {
102
+ font-size: 0.8rem;
103
+ }
104
+
105
+ h5 {
106
+ font-size: 0.7rem;
107
+ }
108
+
109
+ h6 {
110
+ font-size: 0.6rem;
111
+ }
112
+
113
+ @include breakpoint('<=small') {
114
+ h1 {
115
+ font-size: 1.75rem;
116
+ line-height: 1.4;
117
+ }
118
+
119
+ h2 {
120
+ font-size: 1.25em;
121
+ line-height: 1.5;
122
+ }
123
+ }
124
+
125
+ sub {
126
+ font-size: 0.8rem;
127
+ position: relative;
128
+ top: 0.5rem;
129
+ }
130
+
131
+ sup {
132
+ font-size: 0.8rem;
133
+ position: relative;
134
+ top: -0.5rem;
135
+ }
136
+
137
+ blockquote {
138
+ border-left: solid (_size(border-width) * 4) _palette(border);
139
+ font-style: italic;
140
+ margin: 0 0 _size(element-margin) 0;
141
+ padding: (_size(element-margin) / 4) 0 (_size(element-margin) / 4) _size(element-margin);
142
+ }
143
+
144
+ code {
145
+ background: _palette(border-bg);
146
+ border-radius: _size(border-radius);
147
+ font-family: _font(family-fixed);
148
+ font-size: 0.9rem;
149
+ margin: 0 0.25rem;
150
+ padding: 0.25rem 0.65rem;
151
+ }
152
+
153
+ pre {
154
+ -webkit-overflow-scrolling: touch;
155
+ font-family: _font(family-fixed);
156
+ font-size: 0.9rem;
157
+ margin: 0 0 _size(element-margin) 0;
158
+
159
+ code {
160
+ display: block;
161
+ line-height: 1.75;
162
+ padding: 1rem 1.5rem;
163
+ overflow-x: auto;
164
+ }
165
+ }
166
+
167
+ hr {
168
+ border: 0;
169
+ border-bottom: solid _size(border-width) _palette(border);
170
+ margin: (_size(element-margin) * 1.375) 0;
171
+ }
172
+
173
+ .align-left {
174
+ text-align: left;
175
+ }
176
+
177
+ .align-center {
178
+ text-align: center;
179
+ }
180
+
181
+ .align-right {
182
+ text-align: right;
183
+ }
@@ -0,0 +1,101 @@
1
+ ///
2
+ /// Dimension by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Actions */
8
+
9
+ ul.actions {
10
+ @include vendor('display', 'flex');
11
+ cursor: default;
12
+ list-style: none;
13
+ margin-left: (_size(element-margin) * -0.5);
14
+ padding-left: 0;
15
+
16
+ li {
17
+ padding: 0 0 0 (_size(element-margin) * 0.5);
18
+ vertical-align: middle;
19
+ }
20
+
21
+ &.special {
22
+ @include vendor('justify-content', 'center');
23
+ width: 100%;
24
+ margin-left: 0;
25
+
26
+ li {
27
+ &:first-child {
28
+ padding-left: 0;
29
+ }
30
+ }
31
+ }
32
+
33
+ &.stacked {
34
+ @include vendor('flex-direction', 'column');
35
+ margin-left: 0;
36
+
37
+ li {
38
+ padding: (_size(element-margin) * 0.65) 0 0 0;
39
+
40
+ &:first-child {
41
+ padding-top: 0;
42
+ }
43
+ }
44
+ }
45
+
46
+ &.fit {
47
+ width: calc(100% + #{_size(element-margin) * 0.5});
48
+
49
+ li {
50
+ @include vendor('flex-grow', '1');
51
+ @include vendor('flex-shrink', '1');
52
+ width: 100%;
53
+
54
+ > * {
55
+ width: 100%;
56
+ }
57
+ }
58
+
59
+ &.stacked {
60
+ width: 100%;
61
+ }
62
+ }
63
+
64
+ @include breakpoint('<=xsmall') {
65
+ &:not(.fixed) {
66
+ @include vendor('flex-direction', 'column');
67
+ margin-left: 0;
68
+ width: 100% !important;
69
+
70
+ li {
71
+ @include vendor('flex-grow', '1');
72
+ @include vendor('flex-shrink', '1');
73
+ padding: (_size(element-margin) * 0.5) 0 0 0;
74
+ text-align: center;
75
+ width: 100%;
76
+
77
+ > * {
78
+ width: 100%;
79
+ }
80
+
81
+ &:first-child {
82
+ padding-top: 0;
83
+ }
84
+
85
+ input[type="submit"],
86
+ input[type="reset"],
87
+ input[type="button"],
88
+ button,
89
+ .button {
90
+ width: 100%;
91
+
92
+ &.icon {
93
+ &:before {
94
+ margin-left: -0.5em;
95
+ }
96
+ }
97
+ }
98
+ }
99
+ }
100
+ }
101
+ }
@@ -0,0 +1,26 @@
1
+ ///
2
+ /// Dimension by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Box */
8
+
9
+ .box {
10
+ border-radius: _size(border-radius);
11
+ border: solid _size(border-width) _palette(border);
12
+ margin-bottom: _size(element-margin);
13
+ padding: 1.5em;
14
+
15
+ > :last-child,
16
+ > :last-child > :last-child,
17
+ > :last-child > :last-child > :last-child {
18
+ margin-bottom: 0;
19
+ }
20
+
21
+ &.alt {
22
+ border: 0;
23
+ border-radius: 0;
24
+ padding: 0;
25
+ }
26
+ }
@@ -0,0 +1,84 @@
1
+ ///
2
+ /// Dimension by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Button */
8
+
9
+ input[type="submit"],
10
+ input[type="reset"],
11
+ input[type="button"],
12
+ button,
13
+ .button {
14
+ @include vendor('appearance', 'none');
15
+ @include vendor('transition', 'background-color #{_duration(transition)} ease-in-out, color #{_duration(transition)} ease-in-out');
16
+ background-color: transparent;
17
+ border-radius: _size(border-radius);
18
+ border: 0;
19
+ box-shadow: inset 0 0 0 _size(border-width) _palette(border);
20
+ color: _palette(fg-bold) !important;
21
+ cursor: pointer;
22
+ display: inline-block;
23
+ font-size: 0.8rem;
24
+ font-weight: _font(weight);
25
+ height: _size(element-height);
26
+ letter-spacing: _font(letter-spacing);
27
+ line-height: _size(element-height);
28
+ outline: 0;
29
+ padding: 0 1.25rem 0 (1.25rem + (_font(letter-spacing) * 0.5));
30
+ text-align: center;
31
+ text-decoration: none;
32
+ text-transform: uppercase;
33
+ white-space: nowrap;
34
+
35
+ &:hover {
36
+ background-color: _palette(border-bg);
37
+ }
38
+
39
+ &:active {
40
+ background-color: _palette(border-bg-alt);
41
+ }
42
+
43
+ &.icon {
44
+ &:before {
45
+ margin-right: 0.5em;
46
+ }
47
+ }
48
+
49
+ &.fit {
50
+ width: 100%;
51
+ }
52
+
53
+ &.small {
54
+ font-size: 0.6rem;
55
+ height: (_size(element-height) * 0.75);
56
+ line-height: (_size(element-height) * 0.75);
57
+ }
58
+
59
+ &.primary {
60
+ background-color: _palette(fg-bold);
61
+ color: _palette(bg) !important;
62
+ font-weight: _font(weight-bold);
63
+
64
+ &:hover {
65
+ }
66
+
67
+ &:active {
68
+ }
69
+ }
70
+
71
+ &.disabled,
72
+ &:disabled {
73
+ @include vendor('pointer-events', 'none');
74
+ cursor: default;
75
+ opacity: 0.25;
76
+ }
77
+ }
78
+
79
+ input[type="submit"],
80
+ input[type="reset"],
81
+ input[type="button"],
82
+ button {
83
+ line-height: calc(#{_size(element-height)} - 2px);
84
+ }
@@ -0,0 +1,252 @@
1
+ ///
2
+ /// Dimension by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Form */
8
+
9
+ form {
10
+ margin: 0 0 _size(element-margin) 0;
11
+
12
+ > :last-child {
13
+ margin-bottom: 0;
14
+ }
15
+
16
+ > .fields {
17
+ $gutter: (_size(element-margin) * 0.75);
18
+
19
+ @include vendor('display', 'flex');
20
+ @include vendor('flex-wrap', 'wrap');
21
+ width: calc(100% + #{$gutter * 2});
22
+ margin: ($gutter * -1) 0 _size(element-margin) ($gutter * -1);
23
+
24
+ > .field {
25
+ @include vendor('flex-grow', '0');
26
+ @include vendor('flex-shrink', '0');
27
+ padding: $gutter 0 0 $gutter;
28
+ width: calc(100% - #{$gutter * 1});
29
+
30
+ &.half {
31
+ width: calc(50% - #{$gutter * 0.5});
32
+ }
33
+
34
+ &.third {
35
+ width: calc(#{100% / 3} - #{$gutter * (1 / 3)});
36
+ }
37
+
38
+ &.quarter {
39
+ width: calc(25% - #{$gutter * 0.25});
40
+ }
41
+ }
42
+ }
43
+
44
+ @include breakpoint('<=xsmall') {
45
+ > .fields {
46
+ $gutter: (_size(element-margin) * 0.75);
47
+
48
+ width: calc(100% + #{$gutter * 2});
49
+ margin: ($gutter * -1) 0 _size(element-margin) ($gutter * -1);
50
+
51
+ > .field {
52
+ padding: $gutter 0 0 $gutter;
53
+ width: calc(100% - #{$gutter * 1});
54
+
55
+ &.half {
56
+ width: calc(100% - #{$gutter * 1});
57
+ }
58
+
59
+ &.third {
60
+ width: calc(100% - #{$gutter * 1});
61
+ }
62
+
63
+ &.quarter {
64
+ width: calc(100% - #{$gutter * 1});
65
+ }
66
+ }
67
+ }
68
+ }
69
+ }
70
+
71
+ label {
72
+ color: _palette(fg-bold);
73
+ display: block;
74
+ font-size: 0.8rem;
75
+ font-weight: _font(weight);
76
+ letter-spacing: _font(letter-spacing);
77
+ line-height: 1.5;
78
+ margin: 0 0 (_size(element-margin) * 0.5) 0;
79
+ text-transform: uppercase;
80
+ }
81
+
82
+ input[type="text"],
83
+ input[type="password"],
84
+ input[type="email"],
85
+ input[type="tel"],
86
+ select,
87
+ textarea {
88
+ @include vendor('appearance', 'none');
89
+ @include vendor('transition', (
90
+ 'border-color #{_duration(transition)} ease-in-out',
91
+ 'box-shadow #{_duration(transition)} ease-in-out',
92
+ 'background-color #{_duration(transition)} ease-in-out'
93
+ ));
94
+ background-color: transparent;
95
+ border-radius: _size(border-radius);
96
+ border: solid _size(border-width) _palette(border);
97
+ color: inherit;
98
+ display: block;
99
+ outline: 0;
100
+ padding: 0 1rem;
101
+ text-decoration: none;
102
+ width: 100%;
103
+
104
+ &:invalid {
105
+ box-shadow: none;
106
+ }
107
+
108
+ &:focus {
109
+ background: _palette(border-bg);
110
+ border-color: _palette(fg-bold);
111
+ box-shadow: 0 0 0 _size(border-width) _palette(fg-bold);
112
+ }
113
+ }
114
+
115
+ select {
116
+ background-image: svg-url("<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'><path d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='#{_palette(border)}' /></svg>");
117
+ background-size: 1.25rem;
118
+ background-repeat: no-repeat;
119
+ background-position: calc(100% - 1rem) center;
120
+ height: _size(element-height);
121
+ padding-right: _size(element-height);
122
+ text-overflow: ellipsis;
123
+
124
+ option {
125
+ color: _palette(fg);
126
+ background: _palette(bg);
127
+ }
128
+
129
+ &:focus {
130
+ &::-ms-value {
131
+ background-color: transparent;
132
+ }
133
+ }
134
+
135
+ &::-ms-expand {
136
+ display: none;
137
+ }
138
+ }
139
+
140
+ input[type="text"],
141
+ input[type="password"],
142
+ input[type="email"],
143
+ select {
144
+ height: _size(element-height);
145
+ }
146
+
147
+ textarea {
148
+ padding: 0.75rem 1rem;
149
+ }
150
+
151
+ input[type="checkbox"],
152
+ input[type="radio"], {
153
+ @include vendor('appearance', 'none');
154
+ display: block;
155
+ float: left;
156
+ margin-right: -2rem;
157
+ opacity: 0;
158
+ width: 1rem;
159
+ z-index: -1;
160
+
161
+ & + label {
162
+ @include icon(false, solid);
163
+ @include vendor('user-select', 'none');
164
+ color: _palette(fg);
165
+ cursor: pointer;
166
+ display: inline-block;
167
+ font-size: 0.8rem;
168
+ font-weight: _font(weight);
169
+ margin: 0 0 (_size(element-margin) * 0.25) 0;
170
+ padding-left: (_size(element-height) * 0.6) + 1rem;
171
+ padding-right: 0.75rem;
172
+ position: relative;
173
+
174
+ &:before {
175
+ @include vendor('transition', (
176
+ 'border-color #{_duration(transition)} ease-in-out',
177
+ 'box-shadow #{_duration(transition)} ease-in-out',
178
+ 'background-color #{_duration(transition)} ease-in-out'
179
+ ));
180
+ border-radius: _size(border-radius);
181
+ border: solid _size(border-width) _palette(border);
182
+ content: '';
183
+ display: inline-block;
184
+ height: (_size(element-height) * 0.6);
185
+ left: 0;
186
+ line-height: (_size(element-height) * 0.6);
187
+ //line-height: calc(#{_size(element-height) * 0.6} + 0em);
188
+ position: absolute;
189
+ text-align: center;
190
+ top: -0.15rem;
191
+ width: (_size(element-height) * 0.6);
192
+ }
193
+ }
194
+
195
+ &:checked + label {
196
+ &:before {
197
+ background: _palette(fg-bold) !important;
198
+ border-color: _palette(fg-bold) !important;
199
+ color: _palette(bg);
200
+ content: '\f00c';
201
+ }
202
+ }
203
+
204
+ &:focus + label {
205
+ &:before {
206
+ background: _palette(border-bg);
207
+ border-color: _palette(fg-bold);
208
+ box-shadow: 0 0 0 _size(border-width) _palette(fg-bold);
209
+ }
210
+ }
211
+ }
212
+
213
+ input[type="checkbox"] {
214
+ & + label {
215
+ &:before {
216
+ border-radius: _size(border-radius);
217
+ }
218
+ }
219
+ }
220
+
221
+ input[type="radio"] {
222
+ & + label {
223
+ &:before {
224
+ border-radius: 100%;
225
+ }
226
+ }
227
+ }
228
+
229
+ ::-webkit-input-placeholder {
230
+ color: _palette(fg-light) !important;
231
+ opacity: 1.0;
232
+ }
233
+
234
+ :-moz-placeholder {
235
+ color: _palette(fg-light) !important;
236
+ opacity: 1.0;
237
+ }
238
+
239
+ ::-moz-placeholder {
240
+ color: _palette(fg-light) !important;
241
+ opacity: 1.0;
242
+ }
243
+
244
+ :-ms-input-placeholder {
245
+ color: _palette(fg-light) !important;
246
+ opacity: 1.0;
247
+ }
248
+
249
+ .formerize-placeholder {
250
+ color: _palette(fg-light) !important;
251
+ opacity: 1.0;
252
+ }
@@ -0,0 +1,33 @@
1
+ ///
2
+ /// Dimension by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Icon */
8
+
9
+ .icon {
10
+ @include icon;
11
+ border-bottom: none;
12
+ position: relative;
13
+
14
+ > .label {
15
+ display: none;
16
+ }
17
+
18
+ &:before {
19
+ line-height: inherit;
20
+ }
21
+
22
+ &.solid {
23
+ &:before {
24
+ font-weight: 900;
25
+ }
26
+ }
27
+
28
+ &.brands {
29
+ &:before {
30
+ font-family: 'Font Awesome 5 Brands';
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,40 @@
1
+ ///
2
+ /// Dimension by HTML5 UP
3
+ /// html5up.net | @ajlkn
4
+ /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5
+ ///
6
+
7
+ /* Icons */
8
+
9
+ ul.icons {
10
+ cursor: default;
11
+ list-style: none;
12
+ padding-left: 0;
13
+
14
+ li {
15
+ display: inline-block;
16
+ padding: 0 0.75em 0 0;
17
+
18
+ &:last-child {
19
+ padding-right: 0;
20
+ }
21
+
22
+ a {
23
+ border-radius: 100%;
24
+ box-shadow: inset 0 0 0 _size(border-width) _palette(border);
25
+ display: inline-block;
26
+ height: 2.25rem;
27
+ line-height: 2.25rem;
28
+ text-align: center;
29
+ width: 2.25rem;
30
+
31
+ &:hover {
32
+ background-color: _palette(border-bg);
33
+ }
34
+
35
+ &:active {
36
+ background-color: _palette(border-bg-alt);
37
+ }
38
+ }
39
+ }
40
+ }