|
|
|
@ -63,12 +63,18 @@ html {
|
|
|
|
|
.neomorphSmall {
|
|
|
|
|
/*box-shadow: 0px 0px 3px 3px rgba($background, 1), -6px -6px 12px rgba($light-shadow, 1), 6px 6px 12px rgba($dark-shadow, 1);*/
|
|
|
|
|
box-shadow: -6px -6px 12px rgba(251, 238, 208, 0.5), 6px 6px 12px rgba(241, 185, 65, 0.5); }
|
|
|
|
|
.neomorphXSmall {
|
|
|
|
|
/*box-shadow: 0px 0px 3px 3px rgba($background, 1), -6px -6px 12px rgba($light-shadow, 1), 6px 6px 12px rgba($dark-shadow, 1);*/
|
|
|
|
|
box-shadow: -3px -3px 6px rgba(251, 238, 208, 0.5), 3px 3px 6px rgba(241, 185, 65, 0.5); }
|
|
|
|
|
.neomorphBottom {
|
|
|
|
|
filter: drop-shadow(8px 8px 14px #f1b941); }
|
|
|
|
|
.neomorphInset {
|
|
|
|
|
box-shadow: inset 8px 8px 16px rgba(241, 185, 65, 0.5), inset -8px -8px 16px rgba(251, 238, 208, 0.5); }
|
|
|
|
|
.neomorphInsetSmall {
|
|
|
|
|
box-shadow: inset 6px 6px 12px rgba(241, 185, 65, 0.5), inset -6px -6px 12px rgba(251, 238, 208, 0.5); }
|
|
|
|
|
.neomorphInsetXSmall {
|
|
|
|
|
/*box-shadow: 0px 0px 3px 3px rgba($background, 1), -6px -6px 12px rgba($light-shadow, 1), 6px 6px 12px rgba($dark-shadow, 1);*/
|
|
|
|
|
box-shadow: inset 3px 3px 6px rgba(241, 185, 65, 0.5), inset -3px -3px 6px rgba(251, 238, 208, 0.5); }
|
|
|
|
|
|
|
|
|
|
.neoBtn {
|
|
|
|
|
box-shadow: -3px -3px 6px rgba(251, 238, 208, 0.5), 3px 3px 6px rgba(241, 185, 65, 0.5);
|
|
|
|
@ -122,6 +128,11 @@ html {
|
|
|
|
|
.sameMarginBottom {
|
|
|
|
|
margin-bottom: 1rem !important; }
|
|
|
|
|
|
|
|
|
|
.ellipsis {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis; }
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Ubuntu';
|
|
|
|
|
src: url(/fonts/ubuntu-light-webfont.woff2) format("woff2");
|
|
|
|
@ -145,8 +156,7 @@ html {
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
margin: 3%; }
|
|
|
|
|
left: 0; }
|
|
|
|
|
|
|
|
|
|
.select:not(.is-multiple):not(.is-loading)::after {
|
|
|
|
|
border-color: #f1b941; }
|
|
|
|
@ -155,9 +165,13 @@ html {
|
|
|
|
|
border-color: #be860e; }
|
|
|
|
|
|
|
|
|
|
.ace-solarized-light {
|
|
|
|
|
background: #f7d794; }
|
|
|
|
|
background: #f6d287; }
|
|
|
|
|
.ace-solarized-light .ace_gutter {
|
|
|
|
|
background: #f5cd79; }
|
|
|
|
|
.ace-solarized-light .ace_gutter-active-line {
|
|
|
|
|
border-radius: 50px 0 0 50px; }
|
|
|
|
|
.ace-solarized-light .ace_marker-layer .ace_active-line {
|
|
|
|
|
border-radius: 0 50px 50px 0; }
|
|
|
|
|
|
|
|
|
|
:root {
|
|
|
|
|
--stripe-size: 200px;
|
|
|
|
@ -171,8 +185,8 @@ html {
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-items: center;
|
|
|
|
|
width: 93%;
|
|
|
|
|
height: 90%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: hidden; }
|
|
|
|
|
.stripe_inner {
|
|
|
|
|
position: relative;
|
|
|
|
@ -238,7 +252,7 @@ html {
|
|
|
|
|
.filesWithEditor {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-areas: "filterFiles fileTitle" "files codeEditor" "filesActions editorActions";
|
|
|
|
|
grid-gap: 20px;
|
|
|
|
|
grid-gap: 25px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
min-height: 10%;
|
|
|
|
@ -249,6 +263,8 @@ html {
|
|
|
|
|
grid-area: filterFiles; }
|
|
|
|
|
.filesWithEditor .fileTitle {
|
|
|
|
|
grid-area: fileTitle; }
|
|
|
|
|
.filesWithEditor .fileTitle .field, .filesWithEditor .fileTitle .control {
|
|
|
|
|
height: 100%; }
|
|
|
|
|
.filesWithEditor .files {
|
|
|
|
|
grid-area: files;
|
|
|
|
|
display: block;
|
|
|
|
|