mirror of
https://github.com/9x/sheetmusictrainer.git
synced 2026-09-02 09:34:33 +02:00
improve volume control
This commit is contained in:
27
src/App.css
27
src/App.css
@@ -82,13 +82,32 @@
|
||||
|
||||
.success-message {
|
||||
color: white;
|
||||
font-size: 2.5rem;
|
||||
font-weight: 800;
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
padding: 1rem 2rem;
|
||||
border-radius: 50px;
|
||||
border-radius: 40px;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
|
||||
backdrop-filter: blur(4px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
line-height: 1.1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.success-prefix {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
opacity: 0.9;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
margin-bottom: 0.2rem;
|
||||
}
|
||||
|
||||
.success-note {
|
||||
font-size: 4rem;
|
||||
font-weight: 800;
|
||||
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.instruction-text {
|
||||
|
||||
Reference in New Issue
Block a user