Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/global #212

Merged
merged 7 commits into from
Jun 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/BIMDataComponents/BIMDataInput/_BIMDataInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ input:-webkit-autofill {
min-height: 32px;
position: relative;
font-family: var(--primary-font);
font-size: 16px;
&.not-empty {
label {
top: -22px;
Expand Down
6 changes: 3 additions & 3 deletions src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default new Vuex.Store({
},
{
title: "FileIcon",
img: require("./web/assets/img/icon-icons.svg"),
img: require("./web/assets/img/icon-fileicon.svg"),
path: "fileicon",
text: "FileIcon is used to provide file visual context.",
btn: "View FileIcon",
Expand All @@ -166,7 +166,7 @@ export default new Vuex.Store({
},
{
title: "Illustrations",
img: require("./web/assets/img/icon-icons.svg"),
img: require("./web/assets/img/icon-illustration.svg"),
path: "illustrations",
text: "Illustrations are used to provide additional visual context.",
btn: "View illustrations",
Expand Down Expand Up @@ -280,7 +280,7 @@ export default new Vuex.Store({
},
"Smart Components": {
text: "Smart components are components that are smart.",
img: require("./web/assets/img/icon-components.svg"),
img: require("./web/assets/img/icon-smart-components.svg"),
path: "smart-components",
children: [
{
Expand Down
23 changes: 23 additions & 0 deletions src/web/assets/img/icon-fileicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions src/web/assets/img/icon-smart-components.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading