mirror of
https://github.com/nasa/openmct.git
synced 2025-05-08 11:38:35 +00:00
[Frontend] Fixed line-height in .btn
WTD-1404
This commit is contained in:
parent
9f38914faa
commit
6a8cc6d9da
@ -2017,7 +2017,7 @@ a.l-btn span {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 11.25px;
|
font-size: 11.25px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
line-height: 25px; }
|
line-height: 22px; }
|
||||||
|
|
||||||
/* line 194, ../sass/controls/_controls.scss */
|
/* line 194, ../sass/controls/_controls.scss */
|
||||||
label.checkbox.custom {
|
label.checkbox.custom {
|
||||||
|
@ -182,7 +182,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: $h * $btnFontSizeToH;
|
font-size: $h * $btnFontSizeToH;
|
||||||
height: $h;
|
height: $h;
|
||||||
line-height: $h;
|
line-height: $h - 3;
|
||||||
.icon:not(.invoke-menu) {
|
.icon:not(.invoke-menu) {
|
||||||
// position: relative;
|
// position: relative;
|
||||||
// top: -0.04em;
|
// top: -0.04em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user