Skip to content

Instantly share code, notes, and snippets.

@spingary
Last active August 19, 2017 02:58
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 spingary/060fcc7924ccdd21cc1b to your computer and use it in GitHub Desktop.
Save spingary/060fcc7924ccdd21cc1b to your computer and use it in GitHub Desktop.
Hubspot COS Helper Styles
.tabs-container>.hs-tabs ul li.tab a.tab-target {
padding: 10px 15px;
}
.tabs-container>.hs-tabs ul li.tab.file-tab .tab-label {
font-size: 11px;
white-space: normal;
width: 100%;
line-height: 1;
}
.extra-tabs-drop ul.dropdown-items .pre-icon:before,
.tabs-container>.hs-tabs ul li.tab a.tab-target .tab-label .pre-icon:before {
font-size: 13px;
padding-right: 3px;
}
.tabs-container>.hs-tabs ul li.tab a.close-tab {
right: 8px;
}
.source-code.pre-icon {
color: darkgreen;
}
.landing-pages.pre-icon {
color: blue;
}
.tools.pre-icon {
color: orangered;
}
.extra-tabs-drop.drop-element.drop-theme-basic {
display: block!important;
top: 85px!important;
left: 0!important;
transform: none!important;
}
.extra-tabs-drop.drop-element.drop-theme-basic .drop-content{
box-shadow: none;
border-radius: 0;
}
.extra-tabs-drop.drop-element.drop-theme-basic .drop-content >ul {
background: #eee;
}
.route-container {
margin-top: 23px;
}
.extra-tabs-drop ul.dropdown-items li {
display: inline-block;
border-right: 1px solid #ccc;
font-size: 11px;
}
.extra-tabs-drop ul.dropdown-items li:last-child {
border-right: 0px;
}
.extra-tabs-drop ul.dropdown-items.hs-button-items.secondary {
text-shadow: none;
padding: 2px 0;
}
.extra-tabs-drop ul.dropdown-items.hs-button-items li a, ul.dropdown-items.hs-button-items li a:link, ul.dropdown-items.hs-button-items li a:visited {
font-weight: normal;
line-height: 11px;
padding: 1px 10px;
}
.hs-object-table td .content, .sexy-table td .content {
white-space: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment