mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Minor changes to css and doc
This commit is contained in:
parent
2dfb487fd7
commit
093ae22480
@ -34,7 +34,7 @@
|
||||
@import "site/sumome";
|
||||
@import "site/algolia";
|
||||
|
||||
@import "site/get-started";
|
||||
@import "site/views";
|
||||
@import "site/store";
|
||||
|
||||
@import "site/responsive/screen-lg";
|
||||
|
@ -1,4 +1,4 @@
|
||||
.jumbotron, .navbar-inverse, .navbar-inverse .navbar-nav > li.active > a, .navbar-org, #footer, .v-get-started .content-underlay {
|
||||
.jumbotron, .navbar-inverse, .navbar-inverse .navbar-nav > li.active > a, .navbar-org, #footer, .content-underlay {
|
||||
position: relative;
|
||||
&:after {
|
||||
content: '';
|
||||
|
@ -1,5 +1,5 @@
|
||||
// view-specific: get started
|
||||
.v-get-started {
|
||||
// view-specific
|
||||
.v-get-started, .v-store {
|
||||
background: @alert-well-bg; // resetting for depth
|
||||
|
||||
.get-started-cdn {
|
@ -21,7 +21,7 @@ relative_path: ../../
|
||||
|
||||
<p class="lead">Font Awesome CDN is the easiest way to get Font Awesome on your website or app, all with just a single line of code. No downloading or installing!</p>
|
||||
|
||||
<form class="row" action="https://cdn-staging.fontawesome.com/register" method="post">
|
||||
<form class="row" action="https://cdn.fontawesome.com/register" method="post">
|
||||
<div class="col-sm-6 signup-input">
|
||||
<label for="email" class="sr-only">Email address</label>
|
||||
<input type="email" class="form-control input-lg margin-bottom" id="email" name="email" placeholder="Your email address">
|
||||
|
@ -2,6 +2,7 @@
|
||||
layout: base
|
||||
title: Official Merchandise
|
||||
navbar_active: store
|
||||
view_class: v-store
|
||||
relative_path: ../
|
||||
---
|
||||
{% capture jumbotron_h1 %}<i class="fa fa-shopping-cart fa-lg valign-baseline" aria-hidden="true"></i> Awesome Swag{% endcapture %}
|
||||
|
Loading…
Reference in New Issue
Block a user