We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ba8be commit 0c9558dCopy full SHA for 0c9558d
_sass/addon/commons.scss
@@ -132,16 +132,17 @@ blockquote {
132
133
&[class^="prompt-"] {
134
border-left: 0;
135
+ position: relative;
136
padding: 1rem 1rem 1rem 3rem;
137
color: var(--prompt-text-color);
138
139
@extend %rounded;
140
141
&::before {
142
text-align: center;
- width: 1.25rem;
143
+ width: 3rem;
144
position: absolute;
- left: 2.5rem;
145
+ left: 0.25rem;
146
margin-top: 0.4rem;
147
text-rendering: auto;
148
-webkit-font-smoothing: antialiased;
0 commit comments