update
Took 7 hours 48 minutes
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
.btn {
|
||||
padding: 12px 16px;
|
||||
padding: 11px 15px;
|
||||
border: none;
|
||||
color: white;
|
||||
font-size: 0.95em;
|
||||
font-size: 0.96em;
|
||||
border-radius: 2px;
|
||||
cursor: none !important;
|
||||
font-weight: 500;
|
||||
margin-right: 2%;
|
||||
|
||||
}
|
||||
|
||||
@ -110,10 +112,10 @@ label {
|
||||
.input[type=checkbox] {
|
||||
margin-bottom: 2px;
|
||||
/* Double-sized Checkboxes */
|
||||
-ms-transform: scale(1.5); /* IE */
|
||||
-moz-transform: scale(1.5); /* FF */
|
||||
-webkit-transform: scale(1.5); /* Safari and Chrome */
|
||||
-o-transform: scale(1.5); /* Opera */
|
||||
transform: scale(1.5);
|
||||
padding: 10px;
|
||||
-ms-transform: scale(1.6); /* IE */
|
||||
-moz-transform: scale(1.6); /* FF */
|
||||
-webkit-transform: scale(1.6); /* Safari and Chrome */
|
||||
-o-transform: scale(1.6); /* Opera */
|
||||
transform: scale(1.6);
|
||||
padding: 12px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user