forked from fr/guitar
Synced with mixtape upstream
This commit is contained in:
@ -19,13 +19,13 @@ table {
|
||||
}
|
||||
|
||||
.song {
|
||||
padding: 1em 0 0 1em;
|
||||
padding: 3em 0 1em 1em;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
margin-bottom: 1em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.chords {
|
||||
@ -78,3 +78,4 @@ table {
|
||||
color: $col-black;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -191,7 +191,8 @@ main.song {
|
||||
|
||||
&.font-size>.button:hover, &.font-size>.button.active { background-color: #bf616a }
|
||||
&.transpose>.button:hover, &.transpose>.button.active { background-color: #5e81ac }
|
||||
&.autoscroll>.button.active { background-color: #d08770 }
|
||||
&.autoscroll>.button:hover, &.autoscroll>.button.active { background-color: #d08770 }
|
||||
&.autoscroll>#autoscroll.active { background-color: #bf616a }
|
||||
|
||||
.button{
|
||||
display: grid;
|
||||
@ -234,3 +235,4 @@ main.song {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user