Skip to content

Instantly share code, notes, and snippets.

@jocastaneda
Created July 18, 2019 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jocastaneda/058d85aa066801d9cd980b1244c2e897 to your computer and use it in GitHub Desktop.
Save jocastaneda/058d85aa066801d9cd980b1244c2e897 to your computer and use it in GitHub Desktop.
.conversation__view__stream-wrapper {
width: 70% !important;
}
.conversation__inbox__current-context {
width: 30% !important;
}
.conversation__inbox__current-context .attribute__editor-row {
height: 13px;
}
.conversation__inbox__current-context .profile-sidebar-section__regular-padding div {
}
.conversation__inbox__current-context div {
font-size: 10px !important;
}
.conversation__inbox__current-context span {
font-size: 10px !important;
}
.conversation__inbox__current-context p {
font-size: 10px !important;
}
.conversation__inbox__current-context label {
font-size: 10px !important;
}
.conversation__inbox__list-wrapper {
width: 20.55% !important;
}
.conversation__inbox__list__selection-info, .conversation__inbox__outlet {
left: 20.55% !important;
}
[data-content="elite"],[data-content="enterprise"],[data-content="platinum"],[data-content="diamond"]{
text-transform: uppercase;
font-weight: bold;
color: Crimson;
background-color: LemonChiffon;
font-size: 120%;
}
[data-content="free"],[data-content="regular_support"],[data-content="basic"]{
font-weight: normal;
background-color: LemonChiffon;
color: DarkGray;
}
[data-content="gold"] {
text-transform: uppercase;
font-weight: bold;
color: Crimson;
background-color: LemonChiffon;
}
[data-key="custom_data.support_plan"] {
background-color: LemonChiffon;
border-right: 10px solid Red;
padding-top: 0px;
padding-bottom: 0px;
}
[data-key="custom_data.service_level"] {
background-color: LemonChiffon;
border-right: 10px solid Green;
padding-top: 0px;
padding-bottom: 0px;
}
[data-key="custom_data.support_package"] {
background-color: LemonChiffon;
border-right: 10px solid RoyalBlue;
padding-top: 0px;
padding-bottom: 0px;
}
.profile-sidebar-section__current-profile > div:first-child {
display: flex;
flex-direction: column;
}
/*Qualification*/
.profile-sidebar-section__current-profile> div:first-child >div:nth-child(3) {
order: 11
}
/*Last Viewed*/
.profile-sidebar-section__current-profile> div:first-child >div:nth-child(4) {
order: 10
}
/*Latest Conv.*/
.profile-sidebar-section__current-profile> div:first-child >div:nth-child(6) {
order: 3
}
/*Notes*/
.profile-sidebar-section__current-profile> div:first-child >div:nth-child(7) {
order: 2
}
/*Details*/
.profile-sidebar-section__current-profile> div:first-child >div:nth-child(8) {
order: 1
}
/*Tags*/
.profile-sidebar-section__current-profile> div:first-child >div:nth-child(9) {
order: 8
}
/*Segments*/
.profile-sidebar-section__current-profile> div:first-child >div:nth-child(10) {
order: 9
}
.u__mt__10 div {
margin-bottom:0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment