This commit is contained in:
Star 2021-01-13 10:25:00 +09:00 committed by GitHub
parent d8a4d0903a
commit 7dc2df9a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -862,7 +862,7 @@ body, button {
border-color: transparent;
background-color: transparent;
cursor: pointer;
font-family: 'NanumGothicBold';
font-family: 'Avenir Medium';
font-size: 12px;
font-weight: bold;
margin-bottom: 3px;
@ -3784,4 +3784,4 @@ input:checked + .toggleSwitchSlider:before {
/* Class which is applied when the spinner image is spinning. */
.rotating {
animation: rotating 10s linear infinite;
}
}