improve demo component
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
&__preview {
|
&__preview {
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
border: 1px solid rgba($colorBlack, 0.1);
|
border: 1px solid rgba($colorBlack, 0.1);
|
||||||
border-bottom-width: 0;
|
|
||||||
border-top-left-radius: inherit;
|
border-top-left-radius: inherit;
|
||||||
border-top-right-radius: inherit;
|
border-top-right-radius: inherit;
|
||||||
|
border-bottom-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__source {
|
&__source {
|
||||||
@@ -53,11 +53,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1rem 1.5rem;
|
padding: 0.5rem 1.5rem;
|
||||||
|
border: 1px solid rgba($colorWhite, 0.1);
|
||||||
border: 1px solid rgba($colorBlack, 0.1);
|
border: 1px solid rgba($colorBlack, 0.1);
|
||||||
border-top-width: 0;
|
|
||||||
border-bottom-left-radius: inherit;
|
border-bottom-left-radius: inherit;
|
||||||
border-bottom-right-radius: inherit;
|
border-bottom-right-radius: inherit;
|
||||||
|
border-top-width: 0;
|
||||||
|
background-color: rgba($colorBlack, 0.9);
|
||||||
|
color: $colorWhite;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__link {
|
&__link {
|
||||||
|
|||||||
Reference in New Issue
Block a user