mirror of
https://github.com/franjsco/tomadoro
synced 2025-02-07 15:08:40 +01:00
Fix Timer.css
This commit is contained in:
parent
b47e9f0f2d
commit
e4b1847963
@ -5,43 +5,3 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
height: 60px;
|
||||
border-radius: 25px;
|
||||
box-shadow: 0 0 1px #161616, 0 0 10px rgb(133, 133, 133);
|
||||
}
|
||||
|
||||
|
||||
.button-box {
|
||||
background-color: rgba(255, 255, 255, 1.0);
|
||||
padding: 20px;
|
||||
margin-top: 5px;
|
||||
border-radius: 25px;
|
||||
box-shadow:0 0 1px #111010, 0 0 10px rgb(193, 194, 190);
|
||||
}
|
||||
|
||||
.App-logo {
|
||||
height: 25vmin;
|
||||
pointer-events: none;
|
||||
filter: drop-shadow(0 0 0.50rem #f8ff9c);
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.App-logo-rotation {
|
||||
animation: App-logo-spin infinite 5s linear;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@keyframes App-logo-spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user