Update command screen button styles to add padding to the icons in the screen.
This commit is contained in:
parent
af8378de88
commit
fd438d6426
|
@ -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;
|
||||
|
|
|
@ -6,10 +6,11 @@
|
|||
}
|
||||
|
||||
.cmd{
|
||||
width: 200px;
|
||||
width: 240px;
|
||||
text-align: center;
|
||||
i{
|
||||
float: left;
|
||||
margin-right: 5px;
|
||||
}
|
||||
&.fwd i{
|
||||
color: @FORWARD;
|
||||
|
|
Loading…
Reference in New Issue