Files
Tubio/goodies/chrome-extension/popup/css/form.css
Leonetienne 402ff761d4 Popup design
2021-03-13 17:27:51 +01:00

15 lines
165 B
CSS

label {
margin-bottom: 0.5em;
}
input {
border-radius: 5px;
height: 25pt;
}
input,
textarea {
color: #04254e;
font-size: 14pt;
}