1.3 #Blocks.status Info Block
A block for sharing status information.
            Examples
          
            
              Default styling
            
          Info relevant to the block goes in here!
            
          
              .block-info
            
            
              This is an information block.
            
            Info relevant to the block goes in here!
              
            
              .block-help
            
            
              This is a help block.
            
            Info relevant to the block goes in here!
              
            
              .block-alert
            
            
              This is an alert block.
            
            Info relevant to the block goes in here!
              
            
              .block-success
            
            
              This is a success block. Well done!
            
            Info relevant to the block goes in here!
              
            
              .block-error
            
            
              This is an error block.
            
            Info relevant to the block goes in here!
              
            
              .block-announcement
            
            
              This is an announcement block.
            
            Info relevant to the block goes in here!
              
            Markup
<div class="[modifier class]">Info relevant to the block goes in here!</div>
          
          Source: 
    assets/sass/lib/theme/_alt-blocks.scss, line 2