mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 22:27:24 -04:00
Fixed error circle
This commit is contained in:
@@ -49,13 +49,11 @@
|
||||
text-align: center;
|
||||
|
||||
&::after {
|
||||
background: darken($danger, 10);
|
||||
display: block;
|
||||
border-radius: 50%;
|
||||
width: 0.8rem;
|
||||
height: 0.8rem;
|
||||
margin: auto;
|
||||
content: ' ';
|
||||
color: darken($danger, 10);
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
content: '⬤';
|
||||
font-size: 0.7em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user