Skip to content

Commit

Permalink
Libraries upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
slanzi00 committed Sep 13, 2023
1 parent 48eedd2 commit 37551f7
Show file tree
Hide file tree
Showing 10 changed files with 17,024 additions and 1,354 deletions.
7 changes: 3 additions & 4 deletions src/main/resources/static/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/static/css/bootstrap.min.css.map

Large diffs are not rendered by default.

61 changes: 38 additions & 23 deletions src/main/resources/static/css/storm-webdav.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,35 +54,50 @@ main {
margin: 0 auto;
}

.add-to-queue-button {
background-color: transparent;
color: #097bff;
border: 2px solid #097bff;
cursor: pointer;
border-radius: 5px;
text-align: center;
.cart-badge {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: bolder;
font-size: 50%;
top: -127%;
right: -52%;
padding-right: 2.5px;
padding-left: 2.5px;
padding-top: 1px;
padding-bottom: 1px;
}

.add-to-queue-button:hover {
background-color: #097bff2e;
.icon-size {
font-size: 150%;
}

.add-to-queue-button:active {
background-color: #097bff5e;
color:white;
.sw-cart-modal-button {
height: 50px;
width: 60px;
}

.badge-notify{
background:red;
position:relative;
top: -20px;
right: 10px;
.sw-modal-button {
height: 50px;
width: 60px;
top: 3px;
}
.my-cart-icon {
position: fixed;
z-index: 999;

.accordion-button {
display: flex;
justify-content: space-between;
align-items: center;
text-align: left;
}

.accordion-button-content-id {
width: 40%;
text-align: left;
}
.my-cart-icon-affix {
position: fixed;
z-index: 999;

.accordion-button-content-date {
width: 30%;
text-align: left;
}

.accordion-button-error {
background-color: hsla(0, 52%, 24%, 0.221);
}
6 changes: 3 additions & 3 deletions src/main/resources/static/js/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/static/js/bootstrap.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 37551f7

Please sign in to comment.