mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-15 21:24:46 -04:00
23 lines
307 B
Plaintext
23 lines
307 B
Plaintext
.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;
|
|
}
|
|
}
|
|
} |