File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 518518 display : flex !important ;
519519 align-items : center;
520520 border : 2px solid transparent;
521- border-radius : 8 px ;
521+ border-radius : 12 px ;
522522 padding : 1rem ;
523523 box-sizing : border-box;
524524 padding : 1rem 1rem 0.75rem ;
950950 display : flex !important ;
951951 align-items : center;
952952 border : 2px solid transparent;
953- border-radius : 8 px ;
953+ border-radius : 12 px ;
954954 border-color : # 1A66F7 ;
955955 padding : 1rem ;
956956 box-sizing : border-box;
10211021/* Style listing blocks with titles */
10221022.doc .listingblock > .title {
10231023 background : var (--pre-title-background );
1024- border-radius : 8 px 8 px 0 0 ;
1024+ border-radius : 12 px 12 px 0 0 ;
10251025 padding : 0.5em 0.875em ;
10261026 margin-bottom : 0 ;
10271027 position : relative;
10501050
10511051/* When title is collapsed, adjust the border radius */
10521052.doc .listingblock > .title .collapsed {
1053- border-radius : 8 px ;
1053+ border-radius : 12 px ;
10541054}
10551055
10561056/* When a title is present, adjust the code block border radius */
10571057.doc .listingblock > .title + .content pre {
1058- border-radius : 0 0 8 px 8 px ;
1058+ border-radius : 0 0 12 px 12 px ;
10591059}
10601060
1061- /* When title is not present, use border-radius: 8px for code blocks */
1061+ /* When title is not present, use border-radius: 12px for code blocks */
10621062.doc .listingblock > .content pre {
1063- border-radius : 8 px ;
1063+ border-radius : 12 px ;
10641064}
10651065
10661066/* Keep existing position relative for the content */
10731073 flex-direction : column;
10741074 align-items : center;
10751075 position : absolute;
1076- top : 0.25 rem ;
1076+ top : 0.5 rem ;
10771077 right : 0.5rem ;
10781078 color : var (--pre-annotation-font-color );
10791079 font-family : var (--body-font-family );
Original file line number Diff line number Diff line change 1616 <div class =" flex items-center space-x-4 ml-2" >
1717 <!-- <img src="{{{uiRootPath}}}/img/language-icon.svg" alt="Language Icon" class="h-5 w-5">-->
1818 <img data-page-navigation-toggle src =" {{{ uiRootPath }}} /img/nav-menu.svg" alt =" Navigation Menu Icon" class =" h-5 w-5 lg:hidden" >
19- <a href =" https://app.circleci.com/" class =" hidden md:block bg-slime-green text-dark-green rounded-full px-[16px] border py-[8px] border-operational-green" >
19+ <a href =" https://app.circleci.com/" class =" hidden md:block bg-slime-green text-dark-green rounded-full px-[16px] border py-[8px] border-operational-green font-medium " >
2020 Go to Application
2121 </a >
2222 </div >
Original file line number Diff line number Diff line change 1010 </button >
1111 {{ /if }}
1212 {{ #if (and ./url (not (eq ./url @root.page.url )))}}
13- <a class =" nav-link hover:text-link-on-light {{ #if (has-active-child ./items )}} font-medium text-inherit {{ /if }} " href ="
13+ <a class =" nav-link hover:text-link-on-light {{ #if (has-active-child ./items )}} font-semibold text-inherit {{ /if }} " href ="
1414 {{ ~#if (eq ./urlType ' internal' )}} {{{ relativize ./url }}}
1515 {{ ~else }} {{{ ./url }}} {{ ~/if }} " >{{{ ./content }}} </a >
1616 {{ else }}
17- <span class =" {{ #if (has-active-child ./items )}} text-accent-green font-medium text-inherit{{ /if }} " >{{{ ./content }}} </span >
17+ <span class =" {{ #if (has-active-child ./items )}} text-accent-green font-semibold text-inherit{{ /if }} " >{{{ ./content }}} </span >
1818 {{ /if }}
1919 </div >
2020 {{ /if }}
You can’t perform that action at this time.
0 commit comments