This commit is contained in:
UltralyticsAssistant 2024-08-11 08:32:56 +00:00
parent d2709a0bae
commit 4b01e99218

View File

@ -13,7 +13,11 @@ img {
} }
.app-header { .app-header {
background-color: rgb(255, 255, 255); /* Change the background color as needed */ background-color: rgb(
255,
255,
255
); /* Change the background color as needed */
color: rgb(0, 0, 0); /* Change the text color as needed */ color: rgb(0, 0, 0); /* Change the text color as needed */
text-align: center; text-align: center;
padding: 20px; padding: 20px;
@ -38,7 +42,7 @@ img {
} }
#startButton { #startButton {
background-color: #4CAF50; /* Green color */ background-color: #4caf50; /* Green color */
color: white; color: white;
padding: 10px 20px; /* Adjust padding as needed */ padding: 10px 20px; /* Adjust padding as needed */
border: none; border: none;
@ -51,7 +55,7 @@ img {
} }
#stopButton { #stopButton {
background-color: #FF0000; /* Red color */ background-color: #ff0000; /* Red color */
color: white; color: white;
padding: 10px 20px; /* Adjust padding as needed */ padding: 10px 20px; /* Adjust padding as needed */
border: none; border: none;
@ -77,7 +81,7 @@ img {
} }
.button-active { .button-active {
background-color: #4CAF50; /* Green */ background-color: #4caf50; /* Green */
color: white; color: white;
/* Add more styles as needed, such as positioning */ /* Add more styles as needed, such as positioning */
@ -117,7 +121,6 @@ img {
top: 285px; /* Adjust the distance from the top */ top: 285px; /* Adjust the distance from the top */
left: 54%; /* Center horizontally */ left: 54%; /* Center horizontally */
transform: translateX(-50%); /* Center horizontally */ transform: translateX(-50%); /* Center horizontally */
} }
.loader { .loader {
pointer-events: none; pointer-events: none;
@ -130,8 +133,12 @@ img {
} }
@keyframes an1 { @keyframes an1 {
0% { transform: rotate(0turn); } 0% {
100% { transform: rotate(1turn); } transform: rotate(0turn);
}
100% {
transform: rotate(1turn);
}
} }
#vi { #vi {