.local-task-attention {
  position: relative;
}
.local-task-attention:after {
  position: absolute;
  right: 5px;
  top: 5px;
  content: "!";
  color: white;
  font-weight: bold;
  font-size: 12px;
  background-color: #c00;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}