Created
September 16, 2015 19:03
-
-
Save cacheleocode/3c1d13e91eb105ef16eb to your computer and use it in GitHub Desktop.
hijack popover syles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .popover { | |
| background-color: #fcf8e3; | |
| border-color: #faebcc; | |
| color: #8a6d3b; | |
| h3 { | |
| margin: 0; | |
| } | |
| p { | |
| margin: 0; | |
| } | |
| } | |
| .popover.right > .arrow::after { | |
| border-right-color: #fcf8e3; | |
| } | |
| .popover-title { | |
| background: transparent; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment