_aside.scss 601 B

12345678910111213141516171819202122232425262728293031
  1. .layout-sidebar-first{
  2. #block-reha-phase1{
  3. border: solid $yellow-puca 1px;
  4. font-weight: 800;
  5. padding: 1rem;
  6. width: 80%;
  7. h2{
  8. margin-top: 0;
  9. margin-bottom: 0;
  10. text-transform: lowercase;
  11. font-weight: 1000;
  12. line-height: 1rem;
  13. font-size:1.5rem ;
  14. }
  15. p{
  16. font-size: 1.5rem;
  17. line-height: 1.8rem;
  18. margin-top: 0.8rem;
  19. }
  20. footer{
  21. @extend %buttonwithborder;
  22. width: fit-content;
  23. }
  24. }
  25. }