mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 20:29:35 +02:00
Merge pull request #6 from danilt2000/DevelopMadara
refactor SettingsPage
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
.card {
|
||||
width: 422px;
|
||||
height: 269px;
|
||||
flex-shrink: 0;
|
||||
border-radius: 22px;
|
||||
background-color: #742271;
|
||||
|
||||
}
|
||||
9
luckydiamond/src/assets/css/PagesStyles/SettingsPage.css
Normal file
9
luckydiamond/src/assets/css/PagesStyles/SettingsPage.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user