1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

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 // Page: Community
// --- // ---
// bigchain.io // bigchaindb.com
// //
.page-community { .page-community {
.header { .header {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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