Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-2
QOS-React-2
/
packages
/
react-devtools-shell
/
src
/
app
/
ToDoList
/
List.css
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
css
16 lines
189 Bytes
Copy permalink
Copy
Raw
1
.Input
{
2
font-size
:
1rem
;
3
padding
:
0.25rem
;
4
}
5
6
.IconButton
{
7
padding
:
0.25rem
;
8
border
:
none
;
9
background
:
none
;
10
cursor
:
pointer
;
11
}
12
13
.List
{
14
margin
:
0.5rem
0
0
;
15
padding
:
0
;
16
}