right.css 336 B

1234567891011121314151617
  1. .panel-right .panel-content {
  2. right: 0;
  3. }
  4. #panel-right-toggle:not(:checked),
  5. #panel-right-toggle:checked {
  6. position: absolute;
  7. top: -100%;
  8. }
  9. #panel-right-toggle:focus + * {
  10. border-radius: 4px;
  11. border: 2px solid var(--white);
  12. }
  13. #panel-right-icon {
  14. cursor: pointer !important;
  15. border: 2px solid transparent;
  16. }