profile.component.scss 334 B

12345678910111213141516171819
  1. .profile {
  2. background: url("/assets/img/dawn.jpg") 0 320px;
  3. }
  4. .header {
  5. position: relative;
  6. padding: 10px 20px;
  7. }
  8. .bg-gradient-default {
  9. background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
  10. }
  11. .mask {
  12. position: absolute;
  13. top: 0;
  14. left: 0;
  15. width: 100%;
  16. height: 100%;
  17. transition: all 0.15s ease;
  18. }