.NoInstalledComponent{
  p{
    font-size: 12px;
    color: #83898F;
    line-height: 20px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  a {
    font-size: 12px;
    color: #1D86F0;
    line-height: 20px;
    text-decoration: none;

    .icon-add{
      display: inline-block;
      width: 10px;
      height: 10px;
      margin:5px 2px 0 2px;
      background: url(./icon-add.svg);
    }

  }


}
