Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
ISAICP-5475: Fix red asterisk for mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea committed Aug 12, 2019
1 parent 255ddc0 commit e1cff24
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/themes/joinup/prototype/sass/components/_form.sass
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@
content: '*'
color: $color-error

.form__with-asterisk .mdl-checkbox__label label.form-required
&:before
display: none
&:after
display: inline-block
content: "*"
color: #eb5b5c
margin: 0 0 0 5px

.form__exposed-form
select, .form-item
width: 100%
Expand Down

0 comments on commit e1cff24

Please sign in to comment.