diff --git a/src/assets/css/style.scss b/src/assets/css/style.scss index 3dd83bbb..6ab903b3 100644 --- a/src/assets/css/style.scss +++ b/src/assets/css/style.scss @@ -7,7 +7,7 @@ :root { --color-background: #E6E8EB; //--color-main-bg: #E6E8EB; - --color-main-bg: rgb(238,240,244); + --color-main-bg: rgb(238, 240, 244); --color-second-bg: rgb(240, 242, 244); --color-third-bg: rgb(213, 215, 217); @@ -35,7 +35,7 @@ --toolbar-width: 45rem; --toolbar-height: 3.2rem; --panel-width: 24rem; - --space: 1.6rem; + --space: 1.2rem; --radius: .5rem; --shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px; --panel-margin-left: calc(50% - var(--practice-wrapper-translateX) / 2 + var(--toolbar-width) / 2 + 2rem); @@ -47,6 +47,8 @@ --color-textarea-bg: white; + --aside-width: 12rem; + --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; --word-font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; } @@ -483,3 +485,7 @@ footer { position: relative; } } + +.container2 { + @apply w-5/10 pt-5; +} \ No newline at end of file diff --git a/src/components/BaseButton.vue b/src/components/BaseButton.vue index 227fdd51..c3f59c2c 100644 --- a/src/components/BaseButton.vue +++ b/src/components/BaseButton.vue @@ -21,7 +21,7 @@ defineEmits(['click'])