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