Last active
April 24, 2019 10:39
-
-
Save cianclarke/f69e3e3e72b296f809e377655639b61d to your computer and use it in GitHub Desktop.
This file contains 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
.aside .avatar, .aside .titles, .aside .actions { | |
display: none; | |
} | |
.app .aside { | |
background: #dd23ef; | |
} | |
.aside .section h3 { | |
color: #ddd; | |
} | |
.aside .item-selected, .aside .item:hover { | |
background-color: #1fdcf4; | |
} | |
.aside .item-text, .aside .item path { | |
color: #fff; | |
fill: #fff; | |
} | |
.aside .profile { | |
background: #dd23ef; | |
color: #fff; | |
background-image: url('https://s3.amazonaws.com/cian-heduv/myLittleBot.png'); | |
background-size: 82%; | |
background-repeat: no-repeat; | |
background-position: center; | |
height: 44px; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment