Skip to content
Snippets Groups Projects
Verified Commit e38737bf authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Use right margin for componened other than button for top nav

parent 54a94167
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -77,13 +77,12 @@
margin-bottom: 0px;
 
> .dropdown {
margin-left: 10px;
margin-right: 10px;
display: inline-block;
}
 
> .btn {
display: inline-block;
margin-left: 10px;
}
 
input {
Loading
Loading
@@ -91,6 +90,7 @@
display: inline-block;
position: relative;
top: 1px;
margin-right: 10px;
 
/* Medium devices (desktops, 992px and up) */
@media (min-width: $screen-md-min) { width: 200px; }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment