Normalize Code Style

This commit is contained in:
Kevin Kandlbinder 2020-12-27 03:44:12 +01:00
parent f62930067b
commit 75c52c744d
36 changed files with 508 additions and 526 deletions

View file

@ -5,7 +5,7 @@
display: flex;
width: 150px;
margin: 20px auto;
border: thin solid rgba(0,0,0,.25);
border: thin solid rgba(0, 0, 0, .25);
border-radius: 5px;
overflow: hidden;
line-height: 40px;
@ -15,7 +15,7 @@
border: none;
padding-left: 10px;
width: 1px;
border-right: thin solid rgba(0,0,0,.25);
border-right: thin solid rgba(0, 0, 0, .25);
}
div {
@ -30,12 +30,11 @@
.sronly {
border: 0;
clip: rect(0,0,0,0);
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
}