feat: back btn in translator

This commit is contained in:
2024-06-21 15:30:21 +03:00
parent 47060bcb2d
commit c8cb378123
6 changed files with 109 additions and 47 deletions

View File

@@ -3,10 +3,15 @@ button {
border: none;
cursor: pointer;
background-color: #5b3f45;
word-break: keep-all;
padding: 1em 1.5em;
color: #f5f6fa;
border-radius: 15px;
transition: ease-in-out 0.2s;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 100%;
&:hover,
&:active {