Skip to content

Commit

Permalink
Merge pull request #264 from fyndiq/shared-check-style
Browse files Browse the repository at this point in the history
Use check page styles from shared
  • Loading branch information
aquilax committed Oct 5, 2015
2 parents f2f7c90 + 593d961 commit 75498e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
13 changes: 0 additions & 13 deletions src/fyndiq/frontend/css/magento.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,3 @@
margin: 0 !important;
padding-bottom: 20px;
}

.fm-probe-result {
margin: 0 0 1em 3em;
padding: 1em;
}

.fm-probe-error .fm-probe-result {
background: rgba(255, 0, 0, .1)
}

.fm-probe-success .fm-probe-result {
background: rgba(0, 255, 0, .1)
}
3 changes: 3 additions & 0 deletions src/fyndiq/frontend/css/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.text-right {
text-align: right; }

.text-left {
text-align: left; }

.text-center,
.center {
text-align: center; }
Expand Down
2 changes: 1 addition & 1 deletion src/fyndiq/shared

0 comments on commit 75498e9

Please sign in to comment.