Merge pull request #2001 from asaadmahmoodspin/ui-improvements

Updating tutorial gif for sidebar
Этот коммит содержится в:
Corey Hulen
2016-01-27 14:54:39 -05:00
родитель ceebfe20ba b51845fde5
Коммит d8f802795c
2 изменённых файлов: 2 добавлений и 1 удалений

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

@@ -71,7 +71,7 @@ export default class TutorialTip extends React.Component {
}
var tipColor = '';
if (this.props.overlayClass === 'tip-overlay--header') {
if (this.props.overlayClass === 'tip-overlay--header' || this.props.overlayClass === 'tip-overlay--sidebar') {
tipColor = 'White';
}

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

@@ -146,6 +146,7 @@
&.tip-overlay--sidebar {
left: 0;
@include opacity(0.8);
top: -9px;
}