Samburkeottawa

Joined 14 May 2020
314 bytes added ,  09:55, 30 July 2020
no edit summary
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