-
Notifications
You must be signed in to change notification settings - Fork 13
fix(no-ie): add js snipped to check for internet explorer (#445) #519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 4 commits
5dc9f7c
9a25012
f12f03a
6227bd7
c002afb
4e65df1
ce2136c
2ff190e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -181,7 +181,18 @@ app-root { | |||||||||||
| margin: auto 1%; | ||||||||||||
| } | ||||||||||||
| } | ||||||||||||
|
|
||||||||||||
| .pb-no-ie { | ||||||||||||
| top: 38%; | ||||||||||||
| left: 38%; | ||||||||||||
| position: absolute; | ||||||||||||
|
Comment on lines
+185
to
+187
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. damit ist es auch genau in der Mitte |
||||||||||||
| } | ||||||||||||
| .pb-no-ie a { | ||||||||||||
| cursor: pointer; | ||||||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. das ist eigentlich überfüssig, |
||||||||||||
| text-decoration: none; | ||||||||||||
| &:hover { | ||||||||||||
VanLampe marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||||||
| color: #9b9e9e; | ||||||||||||
| } | ||||||||||||
| } | ||||||||||||
| //Media query classes | ||||||||||||
| @include on-med-and-up { | ||||||||||||
| .pb-hide-on-med-and-up { | ||||||||||||
|
|
||||||||||||
Uh oh!
There was an error while loading. Please reload this page.