Blame view

src/app/login/login.component.scss 205 Bytes
c680f5b4   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
  :host /deep/ {
      .md-input-prefix {
          width: 44px;
          text-align: center;
      }
      md-divider {
          display: block;
          border-top-style: solid;
          border-top-width: 1px;
      }
  }