refactor styles

This commit is contained in:
Kostya
2024-02-03 23:02:05 +03:00
parent 7c5fd6e797
commit d59c8d9c4f
6 changed files with 155 additions and 196 deletions

View File

@@ -0,0 +1,9 @@
.settings {
display: flex;
grid-area: profile;
height: 95%;
border-radius: 50px;
background: #17181C;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
margin: 10px 39px 18px 13px;
}