Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Delete alt-text-small
  • Loading branch information
Sophie Shepherd committed Oct 17, 2018
commit c74df8e8852fa78e50cce389b9d701eea6d4abcd
6 changes: 0 additions & 6 deletions modules/primer-marketing-type/lib/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@

.lead-mktg { @include lead-mktg; }

// For small text

.alt-text-small {
font-size: 14px !important;
}

// Pullquote

@mixin pullquote {
Expand Down
4 changes: 2 additions & 2 deletions modules/primer-utilities/docs/box-shadow.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ These types of shadows are typically applied to elements with borders, like [`Bo
<h3 class="mb-0">Organization</h3>
</div>
<div class="Box-row">
<p class="mb-0 alt-text-small text-gray">
<p class="mb-0 text-gray">
Taxidermy live-edge mixtape, keytar tumeric locavore meh selvage deep v letterpress vexillologist lo-fi tousled church-key thundercats. Brooklyn bicycle rights tousled, marfa actually.
</p>
</div>
Expand Down Expand Up @@ -55,7 +55,7 @@ Medium box shadows are typically used on editorialized content that needs to app
<a class="d-block box-shadow-medium px-3 pt-4 pb-6 position-relative rounded-1 overflow-hidden no-underline" href="#">
<div class="bg-blue position-absolute top-0 left-0 py-1 width-full"></div>
<h3 class="text-gray-dark">Serverless architecture</h3>
<p class="alt-text-small text-gray">
<p class="text-gray">
Build powerful, event-driven, serverless architectures with these open-source libraries and frameworks.
</p>
<ul class="position-absolute bottom-0 pb-3 text-small text-gray list-style-none ">
Expand Down