Advertisement
CSR

uploader.component.styl

CSR
Nov 14th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.63 KB | None | 0 0
  1. :host:nth-child(2) .uploader .uploader__field
  2.   border-left 0
  3. .uploader
  4.   width 249px
  5.   display inline-block
  6.   .uploader__field
  7.     &.-with-icon  
  8.       width 250px
  9.       height 175px
  10.       display block
  11.     .preview
  12.       width: 216px
  13.       height: 100px
  14.       display block
  15.       margin 0 auto  
  16.     .uploader__field-icon, .uploader__field-adder
  17.       display block
  18.     .uploader__field-icon
  19.       margin 40px auto 0 auto
  20.       .progress
  21.         position relative
  22.         bottom 43px
  23.         left 5px
  24.     .uploader__field-adder
  25.       margin-top 30px
  26.   .image-label
  27.     margin 10px 0 0 15px
  28.     font-size 14px
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement