Skip to content

Commit

Permalink
Included servicedesk-gui in the parent pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 20, 2025
1 parent 777840f commit 4d11ebc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 26 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<module>account-gui</module>
<module>myconext-gui</module>
<module>public-gui</module>
<!-- <module>servicedesk-gui</module>-->
<module>servicedesk-gui</module>
<module>tiqr-mock</module>
</modules>
<build>
Expand Down
3 changes: 2 additions & 1 deletion servicedesk-gui/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ rm -Rf public/bundle*
rm -Rf target/*
source $NVM_DIR/nvm.sh
nvm use
yarn install --force && yarn build
export CI=true
yarn install --force && yarn test && yarn build
23 changes: 0 additions & 23 deletions servicedesk-gui/src/components/BreadCrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,4 @@
font-weight: 700;
}

.eye-view {
display: flex;
align-items: center;
cursor: pointer;
margin-left: auto;
font-weight: bold;

@media (max-width: $medium) {
display: none;
}

svg {
width: 32px;
margin-right: 10px;
}

color: var(--sds--color--blue--400);

svg {
fill: var(--sds--color--blue--400);
}

}
}
2 changes: 1 addition & 1 deletion servicedesk-gui/src/components/UnitHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@


.unit-header-container {
width: 100%;
background-color: $background;
padding: 15px 0 25px 0;

@media (max-width: $medium) {
padding: 15px 15px 25px 15px;
}

width: 100%;

.urn-container {
display: flex;
Expand Down

0 comments on commit 4d11ebc

Please sign in to comment.