Skip to content

Commit

Permalink
misc css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey committed Apr 18, 2024
1 parent 9612988 commit f3de4e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
8 changes: 4 additions & 4 deletions src/SplitViewEditor/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

gap: 30px;

@media (max-width: 600px) {
@media (max-width: 768px) {
flex-direction: column;
}
}

.area__card {
padding: var(--g-text-body-1-font-size);
padding: 10px 25px;

& > section {
height: var(--diplodoc-playground-height);
Expand Down Expand Up @@ -47,7 +47,7 @@
.input {
width: 50%;

@media (max-width: 600px) {
@media (max-width: 768px) {
width: 100%;
}

Expand All @@ -57,7 +57,7 @@
.output {
width: 50%;

@media (max-width: 600px) {
@media (max-width: 768px) {
width: 100%;
}
}
18 changes: 0 additions & 18 deletions src/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.g-root {
/*--g-card-background-color: rgb(198, 255, 62);*/
/*--g-color-line-brand: rgb(26, 62, 48) !important;*/
--diplodoc-playground-height: 400px;

@media (min-width: 768px) {
Expand Down Expand Up @@ -34,20 +32,4 @@
display: none !important;
}

.diplodoc-playground__logo {
height: calc(var(--g-text-display-4-font-size) * 2);
width: auto;
}

.diplodoc-playground__logo > path {
fill: white;
/*fill: rgb(26, 62, 48);*/
}

/*.g-root {*/

/*}*/

/*.callout__card {*/
/* background-color: rgb(198, 255, 62) !important;*/
/*}*/

0 comments on commit f3de4e0

Please sign in to comment.