e6dce6fea2
* Add Version Selector * merge in newer sass * Add deprecation warning to release-1.5 * update user guide migration notice
7 lines
107 B
CSS
7 lines
107 B
CSS
.deprecation-warning {
|
|
padding: 20px;
|
|
margin: 20px 0;
|
|
border-radius: 3px;
|
|
background-color: #eeeeee;
|
|
}
|