diff options
author | Amelia <ameliavoncat@gmail.com> | 2017-04-25 16:21:05 -0700 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-26 01:21:05 +0200 |
commit | fbc509940266dc9de1a197e2261608257396b5a7 (patch) | |
tree | ec705a7e2e3f9545dd64a6484a93e27484be7d0a /app/assets/stylesheets | |
parent | 45b379abac8ad4dbea7210285c8111a9ce2612ad (diff) |
Make the getting started ui more intuitive (#1309)
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index ac754b773..d4d942f15 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -1536,6 +1536,12 @@ a.status__content__spoiler-link { margin-right: 5px; } +.column-subheading { + background: lighten($color1, 20%); + padding: 8px 20px; + font-size: 16px; +} + .autosuggest-textarea, .spoiler-input { position: relative; |