Merge branch 'main' into feature/extension-classes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
border-radius: 0.5rem;
|
||||
|
||||
&__preview {
|
||||
padding: 1.5rem;
|
||||
padding: 1.25rem;
|
||||
border-top-left-radius: inherit;
|
||||
border-top-right-radius: inherit;
|
||||
border-bottom-width: 0;
|
||||
@@ -17,7 +17,7 @@
|
||||
}
|
||||
|
||||
&__tabs {
|
||||
padding: 1rem 1.5rem 0 1.5rem;
|
||||
padding: 1rem 1.25rem 0 1.25rem;
|
||||
background-color: rgba($colorBlack, 0.9);
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
padding: 0.5rem 1.5rem;
|
||||
padding: 0.5rem 1.25rem;
|
||||
font-size: 0.85rem;
|
||||
border: 1px solid rgba($colorWhite, 0.1);
|
||||
border-bottom-left-radius: inherit;
|
||||
|
||||
@@ -46,7 +46,7 @@ export default {
|
||||
border-radius: 0.5rem 0.5rem 0 0;
|
||||
|
||||
&__preview {
|
||||
padding: 1.5rem;
|
||||
padding: 1.25rem;
|
||||
border-top-left-radius: inherit;
|
||||
border-top-right-radius: inherit;
|
||||
border-bottom-width: 0;
|
||||
@@ -62,7 +62,7 @@ export default {
|
||||
.prism-editor-wrapper {
|
||||
overflow: auto;
|
||||
max-height: unquote("max(300px, 60vh)");
|
||||
padding: 1.5rem;
|
||||
padding: 1.25rem;
|
||||
}
|
||||
|
||||
.prism-editor__container {
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
padding: 0.5rem 1.5rem;
|
||||
padding: 0.5rem 1.25rem;
|
||||
border: 1px solid rgba($colorWhite, 0.1);
|
||||
border-bottom-left-radius: inherit;
|
||||
border-bottom-right-radius: inherit;
|
||||
@@ -51,7 +51,7 @@
|
||||
}
|
||||
|
||||
&__error {
|
||||
padding: 1rem 1.5rem;
|
||||
padding: 1.25rem;
|
||||
color: $colorRed;
|
||||
background-color: rgba($colorRed, 0.1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user