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;
|
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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue