Commit 754538b9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Use right margin for componened other than button for top nav

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent faacb785
...@@ -77,13 +77,12 @@ ...@@ -77,13 +77,12 @@
margin-bottom: 0px; margin-bottom: 0px;
> .dropdown { > .dropdown {
margin-left: 10px; margin-right: 10px;
display: inline-block; display: inline-block;
} }
> .btn { > .btn {
display: inline-block; display: inline-block;
margin-left: 10px;
} }
input { input {
...@@ -91,6 +90,7 @@ ...@@ -91,6 +90,7 @@
display: inline-block; display: inline-block;
position: relative; position: relative;
top: 1px; top: 1px;
margin-right: 10px;
/* Medium devices (desktops, 992px and up) */ /* Medium devices (desktops, 992px and up) */
@media (min-width: $screen-md-min) { width: 200px; } @media (min-width: $screen-md-min) { width: 200px; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment