Finished shortcuts modal styling

This commit is contained in:
orangemug
2018-06-02 10:17:39 +01:00
parent ab9c39b862
commit 480d54c2d8
2 changed files with 24 additions and 4 deletions

View File

@@ -222,3 +222,20 @@
text-decoration: none;
color: #ef5350;
}
.maputnik-modal-shortcuts {
code {
color: white;
background: #3c3c3c;
padding: 2px 6px;
display: inline-block;
text-align: center;
border-radius: 2px;
margin-right: 4px;
font-family: monospace;
}
li {
margin-bottom: 4px;
}
}