Add flow navigator widget

This commit is contained in:
Nick O'Leary
2018-06-08 23:32:17 +01:00
parent f6274445a2
commit 17c5fdf0d5
6 changed files with 180 additions and 4 deletions

View File

@@ -203,7 +203,7 @@
height: 25px;
line-height: 23px;
padding: 0 10px;
user-select: none;
.button-group:not(:last-child) {
margin-right: 5px;
@@ -227,6 +227,7 @@
font-size: 11px;
line-height: 17px;
height: 18px;
width: 18px;
&.text-button {
width: auto;
padding: 0 5px;

View File

@@ -47,7 +47,9 @@
.workspace-footer-button {
@include component-footer-button;
}
.workspace-footer-button-toggle {
@include component-footer-button-toggle;
}
#workspace-footer {
@include component-footer;
}