Skip to content

Commit

Permalink
Merge pull request #1 from zhx828/support-level-2
Browse files Browse the repository at this point in the history
Support level-2
  • Loading branch information
zhx828 authored Dec 11, 2019
2 parents 91a4892 + 2b88499 commit 10c9dbd
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
10 changes: 9 additions & 1 deletion dist/oncokb.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oncokb-styles",
"version": "0.1.1",
"version": "0.1.2",
"description": "OncoKB Styles",
"main": "dist/css/oncokb.css",
"keywords": [
Expand Down
16 changes: 16 additions & 0 deletions scss/oncokb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@
background-position-x: -39px;
}

&.level-2 {
background-position-x: -69px;
}

&.level-2A {
background-position-x: -69px;
}
Expand Down Expand Up @@ -213,6 +217,10 @@
background-position-x: -249px;
}

&.level-2-R1 {
background-position-x: -279px;
}

&.level-2A-R1 {
background-position-x: -279px;
}
Expand Down Expand Up @@ -241,6 +249,10 @@
background-position-x: -459px;
}

&.level-2-R2 {
background-position-x: -489px;
}

&.level-2A-R2 {
background-position-x: -489px;
}
Expand Down Expand Up @@ -269,6 +281,10 @@
background-position-x: -669px;
}

&.level-2-R3 {
background-position-x: -699px;
}

&.level-2A-R3 {
background-position-x: -699px;
}
Expand Down

0 comments on commit 10c9dbd

Please sign in to comment.