PLT-6403: Interactive messages (#7274)

* wip

* finish first pass

* requested changes

* add DoPostAction to Client4
Этот коммит содержится в:
Chris
2017-08-29 16:14:59 -05:00
коммит произвёл GitHub
родитель 59798c1375
Коммит 213a072b38
18 изменённых файлов: 366 добавлений и 11 удалений

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

@@ -284,5 +284,20 @@
}
}
}
.attachment-actions {
margin-top: 9px;
button {
@include border-radius(3px);
outline: 0;
margin: 8px 8px 0 0;
border-width: 1px;
border-style: solid;
height: 30px;
font-size: 13px;
font-weight: 700;
}
}
}
}