Difference between revisions of "User:Samburkeottawa"

From wiki
Jump to navigation Jump to search
Line 8: Line 8:
  
 
{{#css:
 
{{#css:
 +
 +
.alert:before {
 +
    content: '';
 +
    position: absolute;
 +
    width: 0;
 +
    height: calc(100% - 44px);
 +
    border-left: 1px solid;
 +
    border-right: 2px solid;
 +
    border-bottom-right-radius: 3px;
 +
    border-top-right-radius: 3px;
 +
    left: 0;
 +
    top: 50%;
 +
    transform: translate(0,-50%);
 +
      height: 20px;
 +
}
  
 
.alert-simple.alert-primary
 
.alert-simple.alert-primary

Revision as of 09:55, 30 July 2020

       Well done! You successfully read this important notice.