Skip to content

Commit

Permalink
EBR-90: refactor base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
915-Misan-Teodora committed Aug 21, 2024
1 parent 2431d69 commit caca233
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
-moz-transform: rotate(360deg);
}
}

@keyframes spin {
from {
-webkit-transform: rotate(0deg);
Expand All @@ -27,6 +28,7 @@
-webkit-transform: rotate(360deg);
}
}

@keyframes spin {
from {
transform: rotate(0deg);
Expand Down Expand Up @@ -95,8 +97,7 @@
border: var(--jp-border-width) solid var(--jp-ui-font-size1);
box-shadow: var(--jp-elevation-z6);
white-space: nowrap;
overflow-x: hidden;
overflow-y: auto;
overflow: hidden auto;
outline: none;
opacity: 1;
width: 200px;
Expand All @@ -120,7 +121,7 @@

.collab-logo {
display: inline-block;
background-image: url(Collaboratory_bucket_simple.png);
background-image: url('Collaboratory_bucket_simple.png');
background-repeat: no-repeat;
background-size: contain;
height: 40px;
Expand All @@ -141,7 +142,7 @@
}

.bucket-CollabLogo {
background-image: url(hdd-o-4.svg);
background-image: url('hdd-o-4.svg');
filter: opacity(70%);
}

Expand Down Expand Up @@ -284,8 +285,7 @@

.scrollableY {
max-height: 70vh;
overflow-y: auto;
overflow-x: hidden;
overflow: hidden auto;
}

.bucket-container ul.available-buckets {
Expand All @@ -295,8 +295,7 @@
z-index: 9999;
background-color: var(--jp-layout-color1);
box-shadow: var(--jp-elevation-z6);
overflow-x: hidden;
overflow-y: auto;
overflow: hidden auto;
padding-top: 0.5em;
padding-bottom: 0.5em;
width: 100%;
Expand Down

0 comments on commit caca233

Please sign in to comment.