| Line 168: |
Line 168: |
| | } | | } |
| | | | |
| − | .alert:before { | + | .alert, .label { |
| − | content: '';
| + | border-radius: 0; |
| − | position: absolute;
| + | border-style: solid; |
| − | width: 0;
| + | border-width: 0 0 0 4px; |
| − | transform: translate(0,-50%);
| |
| − | border-left: 1px solid; | |
| − | border-right: 2px solid; | |
| − | border-bottom-right-radius: 3px; | |
| − | border-top-right-radius: 3px;
| |
| − | left: 0;
| |
| − | top: 5%;
| |
| − | height: 50px;
| |
| − | padding: 0px 30px 0px 0px;
| |
| − | color: rgb(1, 204, 220);
| |
| | } | | } |
| | | | |