summaryrefslogtreecommitdiff
path: root/live/static/fork-awesome/src/doc/assets/less/site/responsive/screen-sm-up.less
blob: 5bc078fdc059702123315eca7398841a59131d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@media (min-width: @screen-sm) {
  .signup-input {
    padding-right: 0;
    input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right-width: 0;
    }
  }
  .signup-button {
    padding-left: 0;
    .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
}