style
This commit is contained in:
parent
160c65fa62
commit
d2d8661b9c
|
@ -90,7 +90,7 @@ function del(): void {
|
||||||
min-height: 38px;
|
min-height: 38px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-left: 10rem;
|
margin-left: 4%;
|
||||||
|
|
||||||
& + * {
|
& + * {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
@ -215,8 +215,8 @@ function del(): void {
|
||||||
|
|
||||||
> .balloon {
|
> .balloon {
|
||||||
$color: var(--X4);
|
$color: var(--X4);
|
||||||
margin-right: 10rem;
|
margin-right: 4%;
|
||||||
margin-left: 0rem !important;
|
margin-left: 0%;
|
||||||
background: $color;
|
background: $color;
|
||||||
|
|
||||||
&.noText {
|
&.noText {
|
||||||
|
|
Loading…
Reference in New Issue