Created
October 25, 2015 21:26
-
-
Save michael/582de2110beacac1f3fc to your computer and use it in GitHub Desktop.
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
| .sc-bib-items-panel { | |
| .se-bib-item { | |
| position: relative; | |
| font-size: $small-font-size; | |
| padding: $default-padding; | |
| border-bottom: 1px solid $border-color; | |
| border-left: 3px solid transparent; | |
| .se-label { | |
| padding-bottom: 10px; | |
| color: #888; | |
| } | |
| .se-focus-toggle { | |
| font-size: 12px; | |
| font-weight: bold; | |
| position: absolute; | |
| color: #888; | |
| padding: 10px; | |
| top: 10px; | |
| right: 10px; | |
| cursor: pointer; | |
| &:hover { | |
| color: $highlight-color-2; | |
| } | |
| } | |
| // When highlighted | |
| &.se-highlighted { | |
| border-left: 3px solid $highlight-color-2; | |
| .se-focus-toggle { | |
| color: $highlight-color-2; | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment