Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dart-lang/webdev into annagrin/re…
Browse files Browse the repository at this point in the history
…ad-build-arguments
  • Loading branch information
Anna Gringauze committed Oct 31, 2023
2 parents ba6e8ce + 0d18da7 commit bbf71e2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions dwds/debug_extension_mv3/web/static_assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ h6 {
}

.snackbar {
bottom: 0px;
top: 0px;
color: #eeeeee;
font-family: Roboto, 'Helvetica Neue', sans-serif;
left: 0px;
Expand All @@ -85,7 +85,7 @@ h6 {
text-align: center;
visibility: hidden;
width: 100%;
z-index: 1;
z-index: 2147483647;
}

.snackbar > a {
Expand Down Expand Up @@ -113,44 +113,44 @@ h6 {

@-webkit-keyframes fadein {
from {
bottom: 0;
top: 0;
opacity: 0;
}
to {
bottom: 0px;
top: 0px;
opacity: 1;
}
}

@keyframes fadein {
from {
bottom: 0;
top: 0;
opacity: 0;
}
to {
bottom: 0px;
top: 0px;
opacity: 1;
}
}

@-webkit-keyframes fadeout {
from {
bottom: 0px;
top: 0px;
opacity: 1;
}
to {
bottom: 0;
top: 0;
opacity: 0;
}
}

@keyframes fadeout {
from {
bottom: 0px;
top: 0px;
opacity: 1;
}
to {
bottom: 0;
top: 0;
opacity: 0;
}
}

0 comments on commit bbf71e2

Please sign in to comment.