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

Commit

Permalink
Fix tick/checkmark position on large displays
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Khan committed Jun 7, 2016
1 parent f396e61 commit 4652357
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions static/scss/_djng.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ ul.djng-form-errors li, ul.djng-field-errors li {
ul.djng-field-errors {
li::before {
position: absolute;
top: 34px;
left: -40px;

@include to('xs') {
left: -30px;
}
top: 2.8rem;
left: -2.5rem;
line-height: 2rem;
}

li.valid::before {
Expand All @@ -40,5 +37,5 @@ ul.djng-field-errors {
}

.checkbox__wrapper__text ul.djng-field-errors li::before {
top: 4px;
top: 0.35rem;
}

0 comments on commit 4652357

Please sign in to comment.