Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(): Change styles for note #135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/_layouts/integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
<div class="search">
{% include navbar/search.html placeholder="Search documentation, ex. protocolos..." %}
</div>

{% include navbar/navbar-mobile.html %}
</div>


<div class="stage__content">
<article class="integration page">
<article class="integration page" data-headings-anchors>
{% include components/breadcrumbs.html %}

<div class="integration-header">
Expand Down
10 changes: 10 additions & 0 deletions src/_sass/components/_gloss.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.markdown ul li.gloss {
font-size: 14px;
color: color(gray);
line-height: 1.29;
margin-bottom: 5px;

&::before {
display: none;
}
}
1 change: 1 addition & 0 deletions src/_sass/segment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
@import "components/popover";
@import "components/avatars-list";
@import "components/mobile-menu-side";
@import "components/gloss";

// Pages
// =================================================
Expand Down
6 changes: 4 additions & 2 deletions src/connections/destinations/catalog/optimizely-web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ excerpt: Segment makes it easy to send your data to [Optimizely Web](#) (and lot
Segment’s **Optimizely Web (previously Optimizely)** destination supports the following Optimizely products:

* [Optimizely Classic](#optimizely-classic-web)
* [Optimizely Classic Android 1.x](#optimizely-classic-android) (NOTE: This has been deprecated by Optimizely as of September 30, 2018.)
* [Optimizely Classic iOS 1.x](#optimizely-classic-ios) (NOTE: This has been deprecated by Optimizely as of September 30, 2018.)
* [Optimizely Classic Android 1.x](#optimizely-classic-android)
* {:.gloss} (NOTE: This has been deprecated by Optimizely as of September 30, 2018.)
* [Optimizely Classic iOS 1.x](#optimizely-classic-ios)
* {:.gloss} (NOTE: This has been deprecated by Optimizely as of September 30, 2018.)
* [Optimizely X Web](#optimizely-x-web)
* [Optimizely Full Stack (JavaScript)](#optimizely-full-stack-javascript)

Expand Down