PLT-7065 - Fixing alignment for heading (#6901)

This commit is contained in:
Asaad Mahmood
2017-07-11 02:34:29 +05:00
committed by Saturnino Abril
parent f3acd34128
commit 2190a288e0

View File

@@ -870,16 +870,20 @@
.heading {
font-size: 17px;
font-weight: 400;
line-height: normal;
line-height: 50px;
position: relative;
top: 14px;
vertical-align: top;
.ios & {
line-height: 48px;
}
}
.header-dropdown__icon {
font-size: 12px;
line-height: 50px;
margin-left: 5px;
top: 20px;
top: 0;
vertical-align: top;
}
}