Changes

m
no edit summary
Line 1: Line 1:  
__NOTOC__
 
__NOTOC__
 +
<div class="alert alert-info">
 +
  <p><span class="header_icon" role="presentation" aria-hidden="true">[[File:Info.png|25px|middle|link=]]</span> Please note that GCwiki is currently in its beta development phase. If you encounter any issues or would like to provide feedback, please contact the [https://support.gccollab.ca/en/support/home GCTools Help Desk].</p>
 +
</div>
 +
 
<div class="mainpage_row">
 
<div class="mainpage_row">
 
<div class="mainpage_box">
 
<div class="mainpage_box">
Line 284: Line 288:  
opacity:0.5;
 
opacity:0.5;
 
transition: 1s ease;
 
transition: 1s ease;
 +
            }
 +
 +
.alert {
 +
padding: 10px;
 +
margin-bottom: 23px;
 +
border: 1px solid transparent;
 +
            }
 +
 +
.alert .label {
 +
border-radius: 0;
 +
border-style: solid;
 +
border-width: 0 0 0 4px;
 +
            }
 +
 +
 +
.alert-info {
 +
background: #d7faff;
 +
border-color: #269abc;
 
             }
 
             }
    
}}
 
}}