.n-button {

 margin: 0;
 font-weight: 500;
 line-height: 1;
 font-family: inherit;
 padding: 0 10px;
 height: 28px;
 font-size: 14px;
 border-radius: 6px;;
 color:  #000000;
 background-color: rgba(46, 51, 56, .05);
 width: initial;
 white-space: nowrap;
 outline: none;
 position: relative;
 z-index: auto;
 border: none;
 display: inline-flex;
 flex-wrap: nowrap;
 flex-shrink: 0;
 align-items: center;
 justify-content: center;
 user-select: none;
 -webkit-user-select: none;
 text-align: center;
 cursor: pointer;
 text-decoration: none;
 transition:
 color .3s  cubic-bezier(.4, 0, .2, 1),
 background-color .3s  cubic-bezier(.4, 0, .2, 1),
 opacity .3s  cubic-bezier(.4, 0, .2, 1),
 border-color .3s  cubic-bezier(.4, 0, .2, 1);
 
}

