Fix markup

This commit is contained in:
aignatov-bio 2019-11-15 16:28:08 +01:00
parent b9a34fa809
commit a5666cacc5

View file

@ -77,9 +77,9 @@
white-space: nowrap;
width: calc(100% - 32px);
&:empty:not(:focus):before{
&:empty:not(:focus):before {
color: $color-silver-chalice;
content:attr(data-placeholder);
content: attr(data-placeholder);
font-weight: normal;
}
}