Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonde committed May 7, 2024
2 parents 0e9efc8 + ed679ac commit a43189e
Show file tree
Hide file tree
Showing 10 changed files with 72 additions and 15 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,54 @@
}
}

.download-external-resource {
&__wrapper {

}
&__heading {

}
&__list {

}
&__item {
&:hover {
background: @bg-hover;
}
}
&__error_wrapper {

}
&__inner-wrapper {
&.-active {

}
}
&__label {
}
&__order {
&.-active {
}
}
&__waiting_animation {
&.-active {
}
}
&__loading_animation {
&.-active {
}
}
&__cancel_download {
&.-active {
}
}
&__results {
&.-active {
}
}

}

/* BREAKPOINT FOR LARGE DESKTOPS */
@media screen and (max-width: @largeBreakpoint) {}

Expand All @@ -40,6 +88,9 @@
.born-digital__items-wrapper:nth-child(odd) {
background: @bg-hover;
}
.download-external-resource__item:nth-child(odd) {
// background: @bg-hover;
}
}

/* BREAKPOINT FOR SMARTPHONES */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
&__audio {}
/* TEXT */
&__text {}

}

.view-object-content {
border: @border;
background-color: @bg-content-box;
}

/* BREAKPOINT FOR LARGE DESKTOPS */
Expand Down
10 changes: 5 additions & 5 deletions goobi-viewer-theme-reference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.goobi.viewer.theme</groupId>
<artifactId>theme-reference</artifactId>
<version>24.04</version>
<version>24.04-SNAPSHOT</version>
<packaging>war</packaging>


Expand Down Expand Up @@ -43,18 +43,18 @@
<dependency>
<groupId>io.goobi.viewer</groupId>
<artifactId>viewer-core</artifactId>
<version>24.04</version>
<version>24.04-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.goobi.viewer</groupId>
<artifactId>viewer-core-config</artifactId>
<version>24.04</version>
<version>24.04-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.goobi.viewer</groupId>
<artifactId>viewer-connector</artifactId>
<version>24.04</version>
<version>24.04-SNAPSHOT</version>
</dependency>
</dependencies>

Expand All @@ -72,7 +72,7 @@
<dependency>
<groupId>io.goobi.viewer.module</groupId>
<artifactId>module-crowdsourcing</artifactId>
<version>24.04</version>
<version>24.04-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit a43189e

Please sign in to comment.