Merge pull request #6 from danilt2000/DevelopMadara

refactor SettingsPage
This commit is contained in:
Hepatica
2024-01-31 19:56:24 +01:00
committed by GitHub
10 changed files with 191 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
.card {
width: 422px;
height: 269px;
flex-shrink: 0;
border-radius: 22px;
background-color: #742271;
}

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;
}