debug ::before

This commit is contained in:
Raphael Goetter 2017-10-03 11:12:59 +02:00
parent 5d94bd2501
commit 21755f2c58
3 changed files with 3 additions and 3 deletions

View File

@ -2550,7 +2550,7 @@ button:focus {
line-height: 1;
}
.badge ::before, .badge--primary ::before, .badge--success ::before, .badge--info ::before, .badge--warning ::before, .badge--danger ::before, .badge--inverse ::before, .badge--ghost ::before {
.badge::before, .badge--primary::before, .badge--success::before, .badge--info::before, .badge--warning::before, .badge--danger::before, .badge--inverse::before, .badge--ghost::before {
content: "";
display: inline-block;
vertical-align: middle;

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@
background-color: $color-muted;
line-height: 1;
::before{
&::before {
content: "";
display: inline-block;
vertical-align: middle;