removed unused css

This commit is contained in:
Tijl 2022-12-25 14:27:06 +01:00
parent e7ef818701
commit b4e68779e1

View File

@ -1,22 +1,8 @@
.container {
width: 420px;
color: #314d3e;
}
.title {
font-size: 16px;
font-weight: bold;
padding: 10px;
}
.textbox {
width: 100%;
font-size: 10px;
margin: 0;
padding: 0px 2px;
}
.textbox:focus {
outline: 0;
border-color: #66afe9;
padding: 12px;
}