change style

This commit is contained in:
Philipp Kühn
2021-02-02 14:26:25 +01:00
committed by Hans Pagel
parent 49ab7ebb04
commit 3a664136aa
29 changed files with 100 additions and 75 deletions

View File

@@ -1,6 +1,6 @@
.demo {
overflow: hidden;
border-radius: 0.5rem;
border-radius: 0.75rem;
&__preview {
padding: 1.25rem;

View File

@@ -68,12 +68,11 @@ export default {
.demo-frame {
display: flex;
flex-direction: column;
overflow: hidden;
position: relative;
min-height: 5rem;
&.is-inline {
border-radius: 0.5rem;
border-radius: 0.75rem;
background-color: rgba($colorBlack, 0.03);
}

View File

@@ -1,7 +1,7 @@
.live-demo {
background-color: $colorWhite;
overflow: hidden;
border-radius: 0.5rem;
border-radius: 0.75rem;
&__preview {
border-top-left-radius: inherit;