feat: back btn in translator
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user