Files
website/css/deprecation-warning.css
Andrew Chen e6dce6fea2 Add deprecation warning to release-1.5 (#4758)
* Add Version Selector

* merge in newer sass

* Add deprecation warning to release-1.5

* update user guide migration notice
2017-08-10 22:41:51 -07:00

7 lines
107 B
CSS

.deprecation-warning {
padding: 20px;
margin: 20px 0;
border-radius: 3px;
background-color: #eeeeee;
}