Skip to content

Commit

Permalink
remove refactored code
Browse files Browse the repository at this point in the history
not needed with correct html classes
  • Loading branch information
Karlasa authored and amol2jcommerce committed Mar 19, 2019
1 parent 4dd101e commit 079ecb3
Showing 1 changed file with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,31 +55,3 @@
}
}
}

//
// Desktop
// _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
// ToDo UI: remove with global blank theme .field.required update
.opc-wrapper {
.fieldset {
> .field {
&.required,
&._required {
position: relative;

> label {
padding-right: 25px;

&:after {
margin-left: @indent__s;
position: absolute;
top: 9px;
}
}
}
}
}
}
}

0 comments on commit 079ecb3

Please sign in to comment.