Centering Radio and Checkbox

This commit is contained in:
Fabian 2019-09-19 19:22:34 +02:00
parent a2d5bb822d
commit b884ad3c8e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hibas123/theme",
"version": "1.2.9",
"version": "1.2.10",
"description": "",
"main": " ",
"files": [

View File

@ -62,8 +62,8 @@ textarea.inp {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
height: 26px;
width: 26px;
transition: background-color .2s;
}