Setup wizard - all UI steps

This commit is contained in:
NGPixel
2017-03-25 17:03:09 -04:00
parent 04be7ebab3
commit bb45618447
20 changed files with 744 additions and 233 deletions

View File

@@ -1,13 +1,13 @@
.editor-toolbar {
z-index: 2;
background-color: rgba(0,0,0,0.75);
background-color: mc('indigo', '900');
border: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
opacity: 1;
position: fixed;
top: 51px;
top: 50px;
left: 0;
width: 100%;
@@ -90,7 +90,7 @@
}
}
@@ -98,7 +98,7 @@
display: flex;
flex-wrap: wrap;
align-items: flex-start;
overflow: auto;
overflow-x: hidden;
@@ -140,7 +140,7 @@
> span {
font-size: 12px;
> strong {
text-overflow: ellipsis;
white-space: nowrap;
@@ -358,4 +358,4 @@
left: 0;
bottom: 0;
right: 0;
}
}