Guest User

Untitled

a guest
Jun 24th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <mat-card class="coverage-card">
  2. <mat-card-content>
  3. <form>
  4. <mat-form-field appearance="outline" class="address-zip white-text">
  5. <mat-label>Square Footage</mat-label>
  6. <input type="number" matInput>
  7. </mat-form-field>
  8. </form>
  9. </mat-card-content>
  10. </mat-card>
  11.  
  12. .coverage-card{
  13. min-width: 400px;
  14. max-width: 620px;
  15. background-color: #FF6A13;
  16. height: 575px;
  17. border-radius: 20px;
  18. }
  19.  
  20. .address-zip{
  21. max-width: 190px;
  22. margin-right: 10px;
  23. }
  24.  
  25. .white-text{
  26. color: white;
  27. }
Add Comment
Please, Sign In to add comment