Update command screen button styles to add padding to the icons in the screen.

This commit is contained in:
mmcw-dev 2018-01-06 17:51:53 -05:00
parent af8378de88
commit fd438d6426
2 changed files with 4 additions and 2 deletions

View File

@ -543,11 +543,12 @@ button:focus {
float: left; float: left;
} }
.cmd { .cmd {
width: 200px; width: 240px;
text-align: center; text-align: center;
} }
.cmd i { .cmd i {
float: left; float: left;
margin-right: 5px;
} }
.cmd.fwd i { .cmd.fwd i {
color: #00C4A0; color: #00C4A0;

View File

@ -6,10 +6,11 @@
} }
.cmd{ .cmd{
width: 200px; width: 240px;
text-align: center; text-align: center;
i{ i{
float: left; float: left;
margin-right: 5px;
} }
&.fwd i{ &.fwd i{
color: @FORWARD; color: @FORWARD;