File tree Expand file tree Collapse file tree 7 files changed +8
-17
lines changed Expand file tree Collapse file tree 7 files changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,11 @@ if (!env.isPlugin) {
48
48
inject : 'body' ,
49
49
hash : true ,
50
50
meta : {
51
- 'Content-Type' : {
52
- 'http-equiv' : 'Content-Type' ,
53
- content : 'text/html' ,
54
- } ,
55
51
viewport : {
56
52
name : 'viewport' ,
57
53
content :
58
54
'width=device-width, initial-scale=1' ,
59
55
} ,
60
- compatible : {
61
- 'http-equiv' : 'x-ua-compatible' ,
62
- content : 'ie=edge' ,
63
- } ,
64
56
description : {
65
57
name : 'description' ,
66
58
content : description ,
@@ -156,9 +148,7 @@ plugins.push(
156
148
'apple-touch-icon-precomposed.png' ,
157
149
'apple-touch-icon.png' ,
158
150
] ,
159
- appleStartup : [
160
- 'apple-touch-startup-image-640x1136.png' ,
161
- ] ,
151
+ appleStartup : [ ] ,
162
152
coast : true , // Create Opera Coast icon. `boolean`
163
153
favicons : true , // Create regular favicons. `boolean`
164
154
firefox : [
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ mixin footer(options = {})
10
10
if addClass
11
11
- className += ` ${ addClass} `
12
12
13
- footer( class =className role = 'contentinfo' )
13
+ footer( class =className)
14
14
p Клюшин А. © 2022
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ mixin miscellaneous(options = {})
54
54
+ select({
55
55
label: ' Skin' ,
56
56
list: selectData,
57
+ name: ' skin range slider fox'
57
58
})
58
59
59
60
div( class =` ${ BASE_CLASS } __reset-wrapper` )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ mixin panel(options = {})
25
25
input( class =` rslider__${ theme} visually-hidden`
26
26
type ='text'
27
27
name ='DATA'
28
- value =''
28
+ value ='0'
29
29
tabindex ='-2'
30
30
readonly =''
31
31
)
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ mixin select(options = {})
37
37
38
38
li( class =selector tabindex ='0' data-value =item .value ) = item .text
39
39
40
- input( class =` ${ BASE_CLASS } __input js-${ BASE_CLASS } __input` type ='text' value = '' tabindex ='-2' name =name)
40
+ input( class =` ${ BASE_CLASS } __input js-${ BASE_CLASS } __input` type ='text' tabindex ='-2' name =name)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ mixin text-field(options)
18
18
div( class =className)
19
19
label( class =` ${ BASE_CLASS } __label` )
20
20
if ! isLabeled
21
- p ( class = ` ${ BASE_CLASS } __label-text ` ) = label
21
+ = label
22
22
23
23
input( class =` ${ BASE_CLASS } __input` type =typeField placeholder =placeholder value ='' name =name)
24
24
Original file line number Diff line number Diff line change 2
2
display : flex ;
3
3
flex-direction : column ;
4
4
5
- & __label-text {
6
- margin-bottom : 5px ;
5
+ & __label {
7
6
@include font-family ();
8
7
font-weight : bold ;
9
8
font-size : 12px ;
22
21
}
23
22
24
23
& __input {
24
+ margin-top : 5px ;
25
25
width : 100% ;
26
26
height : 25px ;
27
27
padding-left : 15px ;
You can’t perform that action at this time.
0 commit comments