* PLT-6505 - Fixing z-index for post control menu

* PLT-6507 - Channel header icons not aligned

* PLT-6508 - Options popover issue on android

* PLT-6528 - Removing cross contamination on badge

* PLT-6535 - Aligning content in SSO buttons

* PLT-6509 - Aligning dropdown close icon
Этот коммит содержится в:
Asaad Mahmood
2017-05-10 18:48:22 +05:00
коммит произвёл Joram Wilander
родитель 9625362494
Коммит b868aa1dc7
8 изменённых файлов: 126 добавлений и 80 удалений

Просмотреть файл

@@ -41,6 +41,14 @@
width: 43px;
z-index: 5;
> span {
> svg {
position: relative;
top: 13px;
vertical-align: top;
}
}
.icon-bar {
background: $white;
width: 21px;
@@ -49,7 +57,8 @@
.icon-search {
font-size: 17px;
position: relative;
top: -2px;
top: 11px;
vertical-align: top;
}
.icon--white {
@@ -93,7 +102,7 @@
.description {
color: $white;
display: inline-block;
margin-right: .5em;
margin-right: 1em;
&.info-popover {
@include background-size(100% 100%);