Skip to content

Commit

Permalink
Adds stock status styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Hughes committed Apr 5, 2018
1 parent ffbbf89 commit efda11a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"magento/theme-frontend-blank": "*"
},
"type": "magento2-theme",
"version": "1.0.9",
"version": "1.0.10",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
25 changes: 25 additions & 0 deletions web/css/source/_warthog.less
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,28 @@ img.kb-diagram {
}
}

/* Product > product availability */

.amstockstatus {
text-transform: uppercase;
}

.amstockstatus.amsts_92 {
color: green;
}

.amstockstatus.amsts_94 {
color: #3B3B3B;
}

.amstockstatus.amsts_113 {
color: red;
}

.amstockstatus.amsts_90 {
color: #3B3B3B;
}

.amstockstatus.amsts_89 {
color: #3B3B3B;
}

0 comments on commit efda11a

Please sign in to comment.