Advertisement
CSR

Untitled

CSR
Nov 14th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.18 KB | None | 0 0
  1. @import 'rupture'
  2. @import 'mixins'
  3. @import 'vars'
  4.  
  5. .main
  6.   display block
  7.   padding-bottom 83px
  8.   +d()
  9.     margin-left 272px
  10.   &__footer
  11.     position absolute
  12.     bottom 0
  13.     right 0
  14.     border-top 1px solid rgba($gray, 0.3)
  15.     padding 32px 0
  16.     font-size 12px
  17.     line-height 18px
  18.     letter-spacing -0.2px
  19.     color $gray
  20.     +d()
  21.       left 272px
  22.     +t()
  23.       left 0
  24.     &-design
  25.       text-align right
  26.       a
  27.         color currentColor
  28.         &:hover
  29.           color $green
  30.   &__title
  31.     font-size 42px
  32.     letter-spacing -1.87px
  33.     font-weight 500
  34.   &__primary
  35.     background-color $bg
  36.     padding-top 102px
  37.     app-office-navigations-actions
  38.     ::ng-deep
  39.       .main-actions
  40.         align-items center
  41.         height 0
  42.         &__item
  43.           app-office-link
  44.             margin-right 55px
  45.             position relative
  46.             &:first-child::ng-deep
  47.               .link__value
  48.                 margin-left 0
  49.             ::ng-deep
  50.               .link.active::after
  51.                 content ""
  52.                 width 100%
  53.                 border-bottom 2px solid $green
  54.                 position absolute
  55.                 top 38px
  56.  
  57.     &-headline
  58.       padding-bottom 35px
  59.       &-back
  60.         display inline-flex
  61.         align-items center
  62.         vertical-align top
  63.         margin -26px 0 0 -3px
  64.         color $text
  65.         &-arrow
  66.           width 13px
  67.           height 7px
  68.           transform rotate(90deg)
  69.           color $green
  70.           margin-right 9px
  71.         &-anchor
  72.           font-size 14px
  73.           line-height 21px
  74.           letter-spacing -0.31px
  75.         &:hover
  76.           color $green
  77.   &__secondary
  78.     app-user-verification-address,
  79.     app-user-verification-phone
  80.     ::ng-deep
  81.       ul
  82.         padding-left 0
  83.         li
  84.           list-style none
  85.           &::before
  86.             content '\2022'
  87.             font-size 18px
  88.             line-height 25px
  89.             padding-right 5px
  90.       .failed-document-messages
  91.         margin-top 30px
  92.         width 499px
  93.         height 48px
  94.         font-size 16px
  95.         font-weight 300
  96.         line-height 1.5
  97.         letter-spacing -0.4px
  98.         color $pastelRed2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement