Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit 8653b8f

Browse files
joao-f-medeirosswederik
authored andcommitted
fix(styles): Fixes styles import to use correct global values (#127)
1 parent 9ef4314 commit 8653b8f

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/components/cineDialog/CineDialog.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import './../../design/styles/common/global.styl'
2+
13
.CineDialog
24
background: var(--ui-gray-darkest);
35
color: var(--text-secondary-color);

src/components/layoutButton/LayoutChooser.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import './../../design/styles/common/button.styl'
2+
@import './../../design/styles/common/global.styl'
23

34
$borderColor = rgba(77, 99, 110, 0.81)
45

src/components/selectTree/SelectTree.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import './../../design/styles/common/global.styl'
2+
13
.selectTreeRoot
24
text-align: initial;
35
width: 320px;

0 commit comments

Comments
 (0)