html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.color-preview {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-top: 2px;
    margin-bottom: -4px;
    display: inline-block;
}

.component-node-anchor {
    color: black;
    text-decoration: none;
}

.component-node-anchor:hover {
    color: black;
    text-decoration: underline;
}

.component-node-anchor:visited {
    color: black;
    text-decoration: none;
}

.app-header {
    border-bottom: 1px solid #c2c2c2;
}

.app-editor {
    position: absolute;
    top: 98px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    z-index: 100;
}

.app-editor > table {
    width: 100%;
    height: 100%;
}

.app-editor > table td {
    vertical-align: top;
}

.editor-tab-bar {

}

    .editor-tab-bar button {
        display: inline-block;
        font-size: 14px;
        border-top: 1px solid grey;
        border-left: 1px solid grey;
        border-right: 1px solid grey;
        border-bottom: 0px;
    }