Fix indentation and position in elements
parent
5c206df05c
commit
23ad539692
|
@ -1,5 +1,4 @@
|
|||
div.new-us
|
||||
div.new-us-inner
|
||||
a.button.button-green(href="", ng-click="ctrl.addNewUs('standard')", title="Add New US")
|
||||
span.text + Add new US
|
||||
a.button.button-bulk(href="", ng-click="ctrl.addNewUs('bulk')", title="Bulk")
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
.backlog {
|
||||
.new-us {
|
||||
@include clearfix;
|
||||
margin-bottom: 2rem;
|
||||
.new-us-inner {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.backlog-menu {
|
||||
|
|
Loading…
Reference in New Issue