Last active
November 20, 2020 05:15
-
-
Save zwithz/cbde0915b2675781675d89bcfd517f46 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
h3 { | |
color: #000 !important; | |
} | |
.el-tooltip { | |
border-radius: 5px !important; | |
} | |
div.user { | |
justify-content: space-between; | |
} | |
/* | |
#search { | |
background: #EFEFEF; | |
border-radius: 5px; | |
padding: 4px 6px; | |
border: none; | |
} | |
#search:hover{ | |
border: 2px solid #B7D877; | |
background: #E5F59C; | |
padding: 2px 4px; | |
} | |
*/ | |
#hide-sidebar { | |
background: none; | |
border-radius: 5px; | |
padding: 4px 8px; | |
margin: 5px 5px; | |
border: none; | |
} | |
#hide-sidebar:hover { | |
border: 2px solid #b7d877; | |
background: #e5f59c; | |
padding: 2px 6px; | |
} | |
div.topbar { | |
padding: 12px 30px 0 !important; | |
justify-content: space-between; | |
} | |
div.search { | |
width: auto; | |
} | |
.el-input__inner { | |
background: #ffffff !important; | |
border: 1px solid #e5e5e5 !important; | |
} | |
div.memos { | |
padding: 10px 30px !important; | |
} | |
button.el-button span { | |
padding: 5px 5px; | |
} | |
button.el-button span:hover, | |
button.el-popover__reference:hover { | |
color: #000 !important; | |
background: #e5f59c !important; | |
border-radius: 5px !important; | |
} | |
div.date:before { | |
background: #b7d877 !important; | |
} | |
div.date:after { | |
background: 0 !important; | |
} | |
button.submit-btn { | |
background: #b7d877 !important; | |
border-color: #b7d877 !important; | |
} | |
ul li.selected { | |
color: #000 !important; | |
background: #e5f59c !important; | |
border-radius: 5px !important; | |
} | |
ul.tags li div:hover { | |
color: #000 !important; | |
background: #e5f59c !important; | |
border-radius: 5px !important; | |
} | |
ul.tags li.selected > div { | |
color: #232323 !important; | |
background: #b7d877 !important; | |
border-radius: 5px !important; | |
} | |
span.tag { | |
color: #000 !important; | |
background: #e5f59c !important; | |
padding: 3px 6px !important; | |
border-radius: 5px !important; | |
} | |
span.tag:hover { | |
background: #e5f59c !important; | |
padding: 2px 4px !important; | |
border: 2px solid #b7d877; | |
} | |
div.content p { | |
font-size: 15px; | |
} | |
strong { | |
font-weight: 900; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment