keboola / indigo-ui

Indigo UI library, its CSS and React components. Also Styleguide app showing usages of this library.
https://indigo.keboola.com
MIT License
5 stars 0 forks source link

Add class/styles for btn-link-inline #297

Closed ujovlado closed 5 years ago

ujovlado commented 5 years ago

aby sa dalo doriesit https://github.com/keboola/kbc-ui/pull/2176

bude treba pridat nieco ako:


.btn {
  &-link {
    &-inline {
       padding: 0;
    border: none;
    color: #15c3ff;
    display: inline;
    vertical-align: inherit;
    }
  }
}