Skip to content

Commit

Permalink
improve css
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Dec 3, 2019
1 parent 825e9d4 commit b916e31
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 0 deletions.
37 changes: 37 additions & 0 deletions buzzword/static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
.loading-main::after{
content: "Preparing your workspace...";
position: fixed;
margin-top: 100px;
}

/* Hide the 'Loading...' text at startup */
._dash-loading {
display:none;
}

.no-underline {
text-decoration: none;
color: blue;
}

p, ul, ol {
padding-bottom: 10px !important;
padding-top: 10px !important;
}

@-webkit-keyframes demo {
0% {
background-color: #d1f5c1;
opacity:1;
}
100% {
background-color: white;
}
}

.flash {
-webkit-animation-name: demo;
-webkit-animation-duration: 7s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease-in-out;
}

0 comments on commit b916e31

Please sign in to comment.