Last active
January 18, 2018 15:46
-
-
Save mariosant/f61610687e740264c835d86d68109ab0 to your computer and use it in GitHub Desktop.
LiveChat plugin placement
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
.plugins { | |
width: 300px; | |
} | |
.plugins.plugins--maximized { | |
left: 0; | |
right: auto; | |
} | |
.plugins.plugins--minimized { | |
left: 0; | |
right: auto; | |
} | |
.plugins__controls__container { | |
left: 0; | |
right: auto; | |
z-index: 0; | |
} | |
.plugins__container { | |
top: 0; | |
left: 0; | |
right: 0; | |
border-right: none; | |
border-left: 1px solid #ddd; | |
} | |
.plugins__title { | |
width: 100% | |
} | |
.plugins__title__minimize .app-icon.app-icon-arrow_right:before { | |
content: "\f106"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment