Skip to content

Commit 276b98b

Browse files
committed
Chore: Formatting and spaces changes
1 parent 795cf90 commit 276b98b

File tree

3 files changed

+29
-31
lines changed

3 files changed

+29
-31
lines changed

.hintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"extends": [
33
"development"
44
],
5-
"browserslist": ["defaults, not ie"]
5+
"browserslist": ["defaults"]
66
}

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@
2121
<a class="url" href="https://bing.com" target="_blank">Search</a>
2222
</body>
2323
</html>
24-
25-

scss/index.scss

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -46,38 +46,38 @@ body {
4646
margin: 130px 0 40px 0;
4747
position: relative;
4848
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2),
49-
0 25px 50px 0 rgba(0, 0, 0, 0.1);
50-
}
49+
0 25px 50px 0 rgba(0, 0, 0, 0.1);
5150

52-
.todoapp input::-webkit-input-placeholder {
53-
font-style: italic;
54-
font-weight: 300;
55-
color: #e6e6e6;
56-
}
51+
input::-webkit-input-placeholder {
52+
font-style: italic;
53+
font-weight: 300;
54+
color: #e6e6e6;
55+
}
5756

58-
.todoapp input::-moz-placeholder {
59-
font-style: italic;
60-
font-weight: 300;
61-
color: #e6e6e6;
62-
}
57+
input::-moz-placeholder {
58+
font-style: italic;
59+
font-weight: 300;
60+
color: #e6e6e6;
61+
}
6362

64-
.todoapp input::input-placeholder {
65-
font-style: italic;
66-
font-weight: 300;
67-
color: #e6e6e6;
68-
}
63+
input::input-placeholder {
64+
font-style: italic;
65+
font-weight: 300;
66+
color: #e6e6e6;
67+
}
6968

70-
.todoapp h1 {
71-
position: absolute;
72-
top: -155px;
73-
width: 100%;
74-
font-size: 100px;
75-
font-weight: 100;
76-
text-align: center;
77-
color: rgba(175, 47, 47, 0.15);
78-
-webkit-text-rendering: optimizeLegibility;
79-
-moz-text-rendering: optimizeLegibility;
80-
text-rendering: optimizeLegibility;
69+
h1 {
70+
position: absolute;
71+
top: -155px;
72+
width: 100%;
73+
font-size: 100px;
74+
font-weight: 100;
75+
text-align: center;
76+
color: rgba(175, 47, 47, 0.15);
77+
text-rendering: optimizeLegibility;
78+
-webkit-text-rendering: optimizeLegibility;
79+
-moz-text-rendering: optimizeLegibility;
80+
}
8181
}
8282

8383
.new-todo,

0 commit comments

Comments
 (0)