You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sonarr/frontend/src/Hotkeys/hotkeys.less

24 lines
295 B

.hotkeys-modal {
h3 {
margin-top: 0px;
margin-botton: 0px;
}
.hotkey-group {
&:first-of-type {
margin-top: 0px;
}
&:last-of-type {
margin-bottom: 0px;
}
margin-top: 25px;
margin-bottom: 25px;
.hotkey {
font-size: 22px;
}
}
}