Leave more space above and below the explanatory text of the device configuration screen.

This commit is contained in:
László Monda
2017-10-18 13:52:06 +02:00
parent a7e7d54054
commit c579f2ce3e
2 changed files with 8 additions and 3 deletions

View File

@@ -3,10 +3,11 @@
<span>Device configuration</span>
</h1>
<p>
The device configuration contains all the keymaps, macros, and settings that are stored on the device.
</p>
<ul class="list-unstyled btn-list">
<li>
The device configuration contains all the keymaps, macros, and settings that are stored on the device.
</li>
<li>
<button class="btn btn-default"
(click)="saveConfigurationInJSONFormat()">Download device configuration

View File

@@ -2,4 +2,8 @@
overflow-y: auto;
display: block;
height: 100%;
p {
margin: 1.5rem 0px 1.5rem;
}
}