naming consistency

This commit is contained in:
Matthias Kretschmann 2017-05-29 21:15:48 +02:00
parent 77e10d9a8f
commit 3132067932
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
20 changed files with 20 additions and 20 deletions

View File

@ -1,7 +1,7 @@
//
// Page: Community
// ---
// bigchain.io
// bigchaindb.com
//
.page-community {
.header {

View File

@ -1,7 +1,7 @@
//
// Page: Contact
// ---
// bigchain.io
// bigchaindb.com
//
.contactlist {

View File

@ -1,7 +1,7 @@
//
// Page: front
// ---
// bigchain.io
// bigchaindb.com
//
.page-front {

View File

@ -1,7 +1,7 @@
//
// Collection File
// ---
// bigchain.io
// bigchaindb.com
//
// Normalize all the things

View File

@ -1,7 +1,7 @@
//
// Alerts
// ---
// bigchain.io
// bigchaindb.com
//
// Base

View File

@ -1,7 +1,7 @@
//
// Buttons
// ---
// bigchain.io
// bigchaindb.com
//
.btn {

View File

@ -1,7 +1,7 @@
//
// Code (inline and block)
// --------------
// bigchain.io
// bigchaindb.com
//
code,
kbd,

View File

@ -1,7 +1,7 @@
//
// Comments
// --------------
// bigchain.io
// bigchaindb.com
//
.comments {

View File

@ -1,7 +1,7 @@
//
// Forms
// ---
// bigchain.io
// bigchaindb.com
//
.form {
padding: $spacer;

View File

@ -1,7 +1,7 @@
//
// Grid
// --------------
// bigchain.io
// bigchaindb.com
//
// adapted from github.com/kremalicious/kremalicious3/blob/master/_src/_assets/styl/grid.styl
//

View File

@ -1,7 +1,7 @@
//
// Hero
// ---
// bigchain.io
// bigchaindb.com
//
$menu-height-md: 66px;

View File

@ -1,7 +1,7 @@
//
// Logo
// ---
// bigchain.io
// bigchaindb.com
//
// default logo

View File

@ -1,7 +1,7 @@
//
// Mixins
// ---
// bigchain.io
// bigchaindb.com
//
@import '_mixins/typography';

View File

@ -1,7 +1,7 @@
//
// Team Unit
// ---
// bigchain.io
// bigchaindb.com
//
// Base class

View File

@ -1,7 +1,7 @@
//
// Terminal window
// ---
// bigchain.io
// bigchaindb.com
//
.terminal {

View File

@ -1,7 +1,7 @@
//
// Timeline
// ---
// bigchain.io
// bigchaindb.com
//
.timeline {

View File

@ -1,7 +1,7 @@
//
// Typography
// ---
// bigchain.io
// bigchaindb.com
//
// Body reset

View File

@ -1,7 +1,7 @@
//
// Utilities
// ---
// bigchain.io
// bigchaindb.com
//
.invisible {

View File

@ -1,7 +1,7 @@
//
// Variables
// ---
// bigchain.io
// bigchaindb.com
//
//

View File

@ -1,5 +1,5 @@
{
"name": "bigchain-website",
"name": "bigchaindb-site",
"version": "1.4.1",
"author": {
"name": "Matthias Kretschmann",