mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -07:00
style
This commit is contained in:
parent
bd8581b25a
commit
9876a09870
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue