Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

deprecation-banner.scss 331 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. /* Deprecation banner
  2. ------------------------------------------------------------------------------*/
  3. .deprecation-banner {
  4. & + .alert {
  5. margin-top: 5px;
  6. }
  7. & > *:first-child {
  8. margin-top: 0;
  9. }
  10. & > *:last-child {
  11. margin-bottom: 0;
  12. }
  13. b,
  14. strong {
  15. font-weight: bold;
  16. }
  17. p {
  18. margin: 0;
  19. }
  20. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...