Skip to content

Instantly share code, notes, and snippets.

@dradecic
Created August 25, 2019 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dradecic/c06b8139fe018aae6067f1170833e9d0 to your computer and use it in GitHub Desktop.
Save dradecic/c06b8139fe018aae6067f1170833e9d0 to your computer and use it in GitHub Desktop.
Python-Bokeh Gist 7: main.css
.submit-btn {
padding:8px 16px;
border-radius:4px;
margin-left:8px;
background-color:#ba32a0;
border:2px solid #fff;
color:#fff;
font-weight:bold;
transition: 0.2s;
}
.submit-btn:hover {
background-color:#fff;
color:#ba32a0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment