Navigation.module.css 308 B

12345678910111213141516171819
  1. .wrapper__button {
  2. width: 100%;
  3. position: fixed;
  4. background-color: rgb(95, 92, 92);
  5. width: 100vw;
  6. z-index: 100;
  7. display: flex;
  8. justify-content: center;
  9. padding: 10px 0;
  10. }
  11. .wrapper__button__logout {
  12. width: 50%;
  13. display: flex;
  14. justify-content: flex-end;
  15. }
  16. @media (min-width: 767px) {
  17. }