File tree Expand file tree Collapse file tree 4 files changed +16
-17
lines changed Expand file tree Collapse file tree 4 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,3 @@ function phoneFormat(input) {
130
130
}
131
131
return input ;
132
132
}
133
-
134
- /*
135
- TODO LIST
136
- \
137
- - Delete All button
138
- - Format answers to remove "/n" & "/t"
139
- */
Original file line number Diff line number Diff line change 3
3
* ::after {
4
4
box-sizing : border-box;
5
5
font-family : Libre Baskerville, sans-serif;
6
+ font-size : 1.1rem ;
6
7
}
7
8
8
9
/* Styles for landing page */
25
26
26
27
body {
27
28
margin : 0 ;
28
- font-size : 1.5rem ;
29
29
}
30
30
31
31
# container {
63
63
width : 32px ;
64
64
height : 32px ;
65
65
opacity : 0.5 ;
66
- font-size : 1 rem ;
66
+ font-size : 0.8 rem ;
67
67
background-color : transparent;
68
68
border : none;
69
69
}
78
78
79
79
# add-button ,
80
80
# send-button {
81
- font-size : 1rem ;
82
81
text-align : center;
83
82
background-color : white;
84
83
opacity : 0.7 ;
@@ -94,10 +93,11 @@ body {
94
93
95
94
# phone-number ,
96
95
# todo {
96
+ font-size : 0.9rem ;
97
97
border-color : rgb (126 , 101 , 152 );
98
98
border-radius : 1rem ;
99
- padding : 15 px ;
100
- height : 25 px ;
99
+ padding : 17 px ;
100
+ height : 35 px ;
101
101
color : grey;
102
102
background-color : white;
103
103
opacity : 0.85 ;
@@ -108,7 +108,7 @@ body {
108
108
}
109
109
110
110
# todo {
111
- width : 300 px ;
111
+ width : 340 px ;
112
112
}
113
113
114
114
# item-form > * {
@@ -141,7 +141,11 @@ body {
141
141
opacity : 0.95 ;
142
142
}
143
143
144
- # send-icon {
144
+ # send-icon ,
145
+ # plus-icon {
146
+ display : flex;
147
+ align-items : center;
148
+ justify-content : center;
145
149
width : 15px ;
146
150
height : 15px ;
147
151
}
Original file line number Diff line number Diff line change 9
9
class =" input"
10
10
id =" todo"
11
11
type =" text"
12
- placeholder =" Enter Todo Item "
12
+ placeholder =" Add an item to your to-do list "
13
13
/>
14
- <button class =" button" id =" add-button" >+</button >
14
+ <button class =" button" id =" add-button" >
15
+ <img id =" plus-icon" src =" /images/plus.png" />
16
+ </button >
15
17
</div >
16
18
</form >
17
19
23
25
type =" tel"
24
26
name =" number"
25
27
onInput =" this.value = phoneFormat(this.value)"
26
- placeholder =" Phone Number "
28
+ placeholder =" Phone number "
27
29
/>
28
30
<button class =" button" id =" send-button" >
29
31
<img id =" send-icon" src =" /images/send2.png" />
You can’t perform that action at this time.
0 commit comments