docs: separate deprecated classes (#25007)

![Screenshot 2024-08-02 at 4 58 54
PM](https://github.com/user-attachments/assets/29424dd5-0593-4818-9eed-901ff47246b9)
This commit is contained in:
Bagatur
2024-08-02 17:12:47 -07:00
committed by GitHub
parent 73570873ab
commit 679843abb0
2 changed files with 81 additions and 2 deletions

View File

@@ -912,6 +912,13 @@ div.deprecated {
border-color: #eed3d7;
}
div.warning {
color: #b94a48;
background-color: #F3E5E5;
border-color: #eed3d7;
}
div.seealso {
background-color: #FFFBE8;
border-color: #fbeed5;