mirror of https://github.com/akveo/blur-admin
parent
14e0373d62
commit
81f9ccb4a7
@ -1 +1 @@
|
||||
<section ng-show="selected" class="tab" ng-transclude></section>
|
||||
<section ng-show="selected" class="step" ng-transclude></section>
|
@ -0,0 +1,31 @@
|
||||
.ba-wizard-progress {
|
||||
margin-top: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.ba-wizard-pager {
|
||||
.previous {
|
||||
float: left;
|
||||
}
|
||||
.next {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
.ba-wizard-navigation-container {
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
padding: 15px 0;
|
||||
.ba-wizard-navigation {
|
||||
cursor: pointer;
|
||||
display: table-cell;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
font-weight: 100;
|
||||
font-size: 18px;
|
||||
&.active {
|
||||
color: $primary-dark;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue