github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/static/css/shortcodes/tabbed-pane.css (about)

     1  .td-content .highlight {
     2    margin: 0rem 0 2rem 0;
     3  }
     4  
     5  .tab-content .highlight {
     6    border: none;
     7  }
     8  
     9  .tab-content {
    10    margin: 0rem;
    11    max-width: 80%;
    12  }
    13  
    14  .tab-content pre {
    15    border-left: 1px solid rgba(0, 0, 0, 0.125);
    16    border-right: 1px solid rgba(0, 0, 0, 0.125);
    17    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    18  }