diff options
author | Rob McGinley <mcginleyr1@gmail.com> | 2016-06-04 10:39:56 -0400 |
---|---|---|
committer | Rob McGinley <mcginleyr1@gmail.com> | 2016-06-04 10:39:56 -0400 |
commit | 8dc7986ada6631a491ff09f286a1a534e7b34a19 (patch) | |
tree | 75957a61c59ad06efcafa3ae04b622315e08dd36 /app/assets/sass/_common.scss | |
parent | ffec797c18059bad36916c7593902e1906b991ce (diff) | |
parent | d7bac26ce4a8618c4e0bba5335880c92d09acc32 (diff) |
Merge branch 'master' of github.com:AlexTatiyants/pev
Diffstat (limited to 'app/assets/sass/_common.scss')
-rw-r--r-- | app/assets/sass/_common.scss | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/app/assets/sass/_common.scss b/app/assets/sass/_common.scss index 0fffc29..501b0fe 100644 --- a/app/assets/sass/_common.scss +++ b/app/assets/sass/_common.scss @@ -25,6 +25,10 @@ body, input, a, button, textarea { color: $text-color-light; } +.text-warning { + color: $alert-color; +} + .hero-container { margin: $padding-lg * 3; font-size: $font-size-xl; @@ -52,7 +56,7 @@ a { cursor: pointer; } -code { +code, .code { font-family: $font-family-mono; font-weight: 600; } @@ -65,6 +69,10 @@ code { margin-top: $padding-lg; } +.pad-bottom { + margin-bottom: $padding-lg; +} + [tooltip]:before { width: 150px; text-transform: none; |