This commit is contained in:
Mo Bitar
2018-01-10 12:25:34 -06:00
parent 4bda20a8d9
commit ae29e502cb
24 changed files with 380 additions and 390 deletions

View File

@@ -68,7 +68,7 @@ $heading-height: 75px;
#note-tags-component-container {
height: 50px;
#note-tags-iframe {
iframe {
height: 50px;
width: 100%;
position: absolute;
@@ -116,8 +116,8 @@ $heading-height: 75px;
#editor-pane-component-stack {
width: 100%;
.component {
height: 50px;
.component-stack-item {
// height: 50px;
width: 100%;
position: relative;
&:not(:last-child) {
@@ -128,28 +128,6 @@ $heading-height: 75px;
border-top: 1px solid $bg-color;
}
.exit-button {
width: 15px;
height: 100%;
position: absolute;
right: 0;
background-color: transparent;
cursor: pointer;
display: flex;
align-items: center;
color: rgba(black, 0.7);
text-align: center;
padding-left: 2px;
.content {
}
&:hover {
background-color: rgba(gray, 0.3);
}
}
iframe {
width: 100%;
}

View File

@@ -12,6 +12,10 @@
}
}
.panel {
background-color: white;
}
.modal {
position: fixed;
margin-left: auto;
@@ -44,14 +48,12 @@
}
}
.modal-iframe-container {
// Optionally use if .component-view container is not flex-based
.component-view-container {
flex-grow: 1;
display: flex;
iframe {
flex-grow: 1;
width: 100%;
}
height: 100%;
width: 100%;
}
.component-view {

View File

@@ -0,0 +1,7 @@
.panel {
color: black;
a {
color: $blue-color;
}
}

View File

@@ -11,5 +11,6 @@ $dark-gray: #2e2e2e;
@import "app/menus";
@import "app/modals";
@import "app/lock-screen";
@import "app/stylekit-sub";
@import "ionicons";