tax-risk-alert.less 277 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.dashboard-tax-risk-alert {
  .btn-filter {
    float: right;
    margin: 10px;
    background: none;
    outline: none;
    border: none;
  }

  .filter-container {
    > div {
      margin-right: 15px;
    }

    &.flex-row-start-center {
        flex-wrap: wrap;
    }
  }
}