mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[SharedUX] Add url-loader to BAZEL.build (#128650)
* [SharedUX] Fix url path * Add url-loader as bazel dependency
This commit is contained in:
parent
dccd8290bb
commit
865f7fc1e1
2 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,7 @@ SOURCE_FILES = glob(
|
|||
"src/**/*.tsx",
|
||||
"src/**/*.scss",
|
||||
"src/**/*.mdx",
|
||||
"src/**/*.svg",
|
||||
],
|
||||
exclude = [
|
||||
"**/*.test.*",
|
||||
|
@ -50,6 +51,7 @@ RUNTIME_DEPS = [
|
|||
"@npm//classnames",
|
||||
"@npm//react-use",
|
||||
"@npm//react",
|
||||
"@npm//url-loader",
|
||||
]
|
||||
|
||||
# In this array place dependencies necessary to build the types, which will include the
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
line-height: 100px;
|
||||
border-radius: 100px;
|
||||
display: inline-block;
|
||||
background: $euiColorEmptyShade url('/assets/texture.svg') no-repeat;
|
||||
background: $euiColorEmptyShade url('assets/texture.svg') no-repeat;
|
||||
background-size: cover, 125%;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue