Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
67c8cb43e2c7148eda317ec7ba3c60c191ad6dac
Authored by
Igor Kulikov
2020-04-10 15:44:47 +0300
1 parent
6dbae67a
UI: Fix scss import to relative path
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ui-ngx/src/app/shared/components/widgets-bundle-select.component.scss
ui-ngx/src/app/shared/components/widgets-bundle-select.component.scss
View file @
67c8cb4
...
...
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
@import
'
src
/scss/constants'
;
16
+
@import
'
../../..
/scss/constants'
;
17
17
18
18
tb-widgets-bundle-select
{
19
19
mat-select
{
...
...