x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom section
CustomCSSwidth:60%;margin:30px auto;display:flex;flex-direction:column;




HTML
<style> 
img.confluence-embedded-image { 
  border: solid 1px var(--secondary-color); 
} 

@media only screen and (max-width: 600px) {
  img.confluence-embedded-image {
    width:100%;
  }

  .cell.sidebars {
    width: 10%!important;
  }
}
</style>

Custom button
CustomCSSborder: 0px; color: white; margin-top:10px; background: var(--primary-color); margin-bottom:20px;
Typecustom-button
TextBack to Tutorials
Url/display/SBAJ/Admin+Panel#tab-Tutorials


General description
CustomCSSwidth: auto; padding: 0px;
MyTitleCreating Resources
BodyCSSwidth: inherit; padding: 0px;

This tutorial will show you how to create new resource on the Resources Dashboard.


1 - Navigate to the Library, then select the  button on the right side of the screen.

2 - Follow all the instructions to start creating a new resource.



...