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;
}
.cmd {
width: 200px;
width: 240px;
text-align: center;
}
.cmd i {
float: left;
margin-right: 5px;
}
.cmd.fwd i {
color: #00C4A0;

View File

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