Skip to content

Commit

Permalink
Merge pull request #170 from picturepan2/feature/0.2.10
Browse files Browse the repository at this point in the history
Feature/0.2.10
  • Loading branch information
picturepan2 authored Mar 19, 2017
2 parents ee309ce + 1d63c12 commit 33c89ed
Show file tree
Hide file tree
Showing 57 changed files with 1,320 additions and 1,593 deletions.
208 changes: 96 additions & 112 deletions dist/spectre-exp.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/spectre-exp.min.css

Large diffs are not rendered by default.

438 changes: 204 additions & 234 deletions dist/spectre.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/spectre.min.css

Large diffs are not rendered by default.

75 changes: 37 additions & 38 deletions docs/components.html

Large diffs are not rendered by default.

70 changes: 38 additions & 32 deletions docs/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
}
/* Spectre docs style */
.bg-gray {
background: #f6f6f6;
color: #666;
background: #f8f9fa;
color: #667189;
padding: 1rem;
}
.bg-dark {
background: #333;
background: #50596c;
color: #fff;
padding: 1rem;
}
Expand All @@ -24,11 +24,11 @@
position: fixed;
top: 0;
width: 100%;
z-index: 499;
z-index: 200;
}
.section-hero {
position: relative;
z-index: 999;
z-index: 300;
}
.grid-header .navbar {
height: 4rem;
Expand All @@ -37,44 +37,44 @@
padding: 0;
}
.grid-header .navbar-brand {
color: #444;
color: #50596c;
}
.grid-header .btn-link {
color: #666;
color: #667189;
padding-left: .6rem;
padding-right: .6rem;
}
.grid-header .btn-link:hover,
.grid-header .btn-link:focus,
.grid-header .btn-link:hover,
.grid-header .btn-link:active {
color: #444;
color: #50596c;
opacity: .75;
}
.grid-hero {
margin-bottom: 4rem;
margin-top: 10rem;
}
.grid-hero h1 {
color: #555;
color: #5b657a;
font-size: 3.2rem;
font-weight: 400;
}
.grid-hero h2 {
color: #666;
color: #5b657a;
font-size: 1.8rem;
font-weight: 400;
line-height: 3rem;
margin-bottom: 3rem;
}
.grid-hero h2 u {
border-bottom: .2rem solid #666;
border-bottom: .2rem solid #5b657a;
padding-bottom: .1rem;
text-decoration: none;
}
.grid-hero .card {
background: none;
border: 0;
color: #666;
color: #667189;
padding: 1rem;
}
.grid-hero .card .card-title {
Expand All @@ -83,31 +83,22 @@
margin-bottom: 0;
}
.grid-footer {
color: #888;
color: #acb3c2;
margin-bottom: 3rem;
margin-top: 4rem;
}
.grid-footer a {
color: #666;
}
.grid-ads {
border-radius: .2rem;
display: block;
height: 12rem;
margin: 2rem auto;
max-width: 64rem;
padding: 1rem;
width: 100%;
color: #727e96;
}
.docs-content {
color: #666;
color: #667189;
padding-top: 0;
}
.docs-content .container {
padding: 1rem;
}
.docs-content header {
color: #444;
color: #50596c;
padding-top: 6rem;
}
.docs-content .notes {
Expand Down Expand Up @@ -137,17 +128,32 @@
margin-bottom: 2rem;
margin-top: 2rem;
}
.docs-content .docs-color {
border-radius: .2rem;
margin: .5rem 0;
padding: 1rem;
}
.docs-content .docs-color .color-subtitle {
font-size: 1.2rem;
opacity: .75;
}
.docs-content .panel {
height: 75vh;
}
.docs-content .panel .tile {
margin: 1.5rem 0;
}
.docs-content .code {
color: #667189;
}
.docs-content .code .com {
color: #c5c5c5;
color: #acb3c2;
}
.docs-content .code .tag {
color: #5764c6;
}
.docs-content .code .atn {
color: #666;
color: #667189;
}
.docs-content .code .atv {
color: #e06870;
Expand Down Expand Up @@ -183,7 +189,7 @@
padding: 0 .5rem;
}
.docs-sidebar {
padding: 7rem 1rem;
padding: 7rem 1rem 3.5rem 1rem;
}
.docs-sidebar .docs-nav {
position: relative;
Expand All @@ -210,7 +216,7 @@
padding: 0;
}
.docs-sidebar {
background: #fff;
background: bg-color-light;
height: 100%;
left: 0;
overflow-y: auto;
Expand All @@ -224,7 +230,7 @@
transition: transform .2s ease;
transition: -webkit-transform .2s ease;
width: 24rem;
z-index: 999;
z-index: 400;
}
.docs-sidebar:target {
-webkit-transform: translateX(0);
Expand All @@ -246,6 +252,6 @@
right: 0;
top: 0;
width: 100%;
z-index: 499;
z-index: 300;
}
}
2 changes: 1 addition & 1 deletion docs/css/docs.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 33c89ed

Please sign in to comment.