Advertisement
danine1

styline for dynamic input fields

Feb 21st, 2018
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. .inputFields {
  2.   & > *:not(button) {
  3.     display: flex;
  4.     flex-wrap: wrap;
  5.   }
  6. }
  7.  
  8. .inputDocumentId {
  9.   flex-basis: 80%;
  10. }
  11.  
  12. .selectType {
  13.   flex: 1;
  14.   margin-right: 30px;
  15. }
  16.  
  17. .TypeAndDocument {
  18.   display: flex;
  19.   flex-basis: 100%;
  20.   margin-bottom: 11px;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement