File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 320320 margin : 1rem 0 0 ;
321321}
322322
323+ .doc .openblock .tabs {
324+ margin-top : calc (40 / var (--rem-base ) * 1rem );
325+ }
326+
327+ .doc .imageblock {
328+ margin-top : calc (40 / var (--rem-base ) * 1rem );
329+ }
330+
323331.doc > table .tableblock ,
324332.doc > table .tableblock + * ,
325333.doc .tablecontainer ,
658666 vertical-align : middle;
659667 object-fit : contain;
660668 border : 1px solid # D4D4D4 ;
661- border-radius : 8 px ;
669+ border-radius : 12 px ;
662670}
663671
664672/* Remove border for images with no-border class */
Original file line number Diff line number Diff line change 11/*! Asciidoctor Tabs | Copyright (c) 2018-present Dan Allen | MIT License */
22.tabs {
3- margin-bottom : 1.25 em ;
3+ margin-bottom : 1.25 rem ;
44}
55
66.tablist > ul {
1919 display : flex;
2020 font-weight : 400 ;
2121 line-height : 1.5 ;
22- padding : 1 em 1px ;
23- margin-right : 1.5 em ;
22+ padding : 1 rem 1px ;
23+ margin-right : 1.5 rem ;
2424 position : relative;
2525}
2626
4242}
4343
4444.tablist .ulist > ul li {
45- margin : 0 1.5 em 0 0 ;
45+ margin : 0 1.5 rem 0 0 ;
4646}
4747
4848/* Disabled to allow borders to show
8080
8181.tabpanel {
8282 background-color : # fff ;
83- padding : 1.25 em 0 ;
83+ padding : calc ( 40 / var ( --rem-base ) * 1 rem ) 0 calc ( 20 / var ( --rem-base ) * 1 rem ) 0 ;
8484}
8585
8686.tabs .is-loading .tabpanel + .tabpanel ,
104104}
105105
106106# content .tablecontainer {
107- margin-bottom : 1.25 em ;
107+ margin-bottom : 1.25 rem ;
108108}
109109
110110# content .tablecontainer > table .tableblock {
You can’t perform that action at this time.
0 commit comments