Updating tutorial gif for sidebar

Этот коммит содержится в:
Asaad Mahmood
2016-01-27 23:45:02 +05:00
родитель ceebfe20ba
Коммит b51845fde5
2 изменённых файлов: 2 добавлений и 1 удалений

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

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

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

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