aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/ConnectionMatchedRules.scss
blob: ed18f3cb7fac15a445f58030a655019442493e37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import '../colors.scss';

.connection-matches {
  background-color: $color-primary-0;

  .rule-buttons {
    padding: 0;
  }

  .button-field {
    display: inline-block;
    margin-right: 5px;

    button {
      font-size: 0.8em;
      padding: 2px 10px;
    }
  }

  .row-label {
    font-size: 0.8em;
  }
}