|
|
@@ -37,10 +37,18 @@ span.color-label {
|
|
|
// A floating div for form buttons
|
|
|
.btn-float-group {
|
|
|
position: sticky;
|
|
|
- bottom: 0px;
|
|
|
- z-index: 1;
|
|
|
+ bottom: 10px;
|
|
|
+ z-index: 2;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-float-group-left {
|
|
|
+ @extend .btn-float-group;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+.btn-float-group-right {
|
|
|
+ @extend .btn-float-group;
|
|
|
float: right;
|
|
|
- padding: 0 0 10px;
|
|
|
}
|
|
|
|
|
|
// Override a transparent background
|