@@ -109,7 +109,7 @@ | |||||
font-size: 16px; | font-size: 16px; | ||||
font-weight: bold; | font-weight: bold; | ||||
background: var(--white); | background: var(--white); | ||||
width: 145px; | |||||
width: 175px; | |||||
padding: 10px 0; | padding: 10px 0; | ||||
height: auto; | height: auto; | ||||
text-align: center; | text-align: center; | ||||
@@ -119,6 +119,17 @@ | |||||
top: 20px; | top: 20px; | ||||
left: 20px; | left: 20px; | ||||
box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25); | box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25); | ||||
&::before { | |||||
content: "\2713"; | |||||
display: inline-block; | |||||
width: 20px; | |||||
height: 20px; | |||||
border-radius: 50%; | |||||
border: 4px solid var(--shamrock); | |||||
position: relative; | |||||
left: -20px; | |||||
} | |||||
} | } | ||||
&::part(message) { | &::part(message) { | ||||