Migrate assets to use Webpacker
This commit is contained in:
21
app/javascript/src/styles/specific/keyboard_shortcuts.scss
Normal file
21
app/javascript/src/styles/specific/keyboard_shortcuts.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
@import "../common/000_vars.scss";
|
||||
|
||||
div#c-static {
|
||||
div#a-keyboard-shortcuts {
|
||||
overflow: visible;
|
||||
|
||||
section {
|
||||
min-width: 20%;
|
||||
float: left;
|
||||
margin-bottom: 1em;
|
||||
|
||||
h1 {
|
||||
font-size: $h3_size;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user