Commit
4babb103dd7f623e49445af845cf75109dc9dc5c
Exists in
master
and in
30 other branches
activities_block, btn-new-post, cosmetic_changes_people_and_communities_block, edit-blocks, edit-header-footer, env-tags-block, forgot_password, header_and_footer, layout_support, list_articles_on_blog, loading-indicator-component, login_modal, login_modal_improve, person_info_block, profile-article-resolvers, profile-blocks-sass, profile_description_block_component, profile_page_improvements, recent-activities, remove-article-confirmation, responsive-fixes, seo, signup_page, skin-small-change, staging, tags-block, theme-skin-yellow, translations, updated_signup_page, users_profile_page
Add basic style to environment component
| @@ -0,0 +1,7 @@ |
| @@ -0,0 +1,7 @@ |
| |
1
| +.environment-container { |
| |
2
| + @extend .container-fluid; |
| |
3
| + padding: 0 1%; |
| |
4
| + @media (max-width: 978px) { |
| |
5
| + padding: 0 2%; |
| |
6
| + } |
| |
7
| +} |