$
This commit is contained in:
35
src/pages/profile/Profile.scss
Normal file
35
src/pages/profile/Profile.scss
Normal file
@@ -0,0 +1,35 @@
|
||||
#profile-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
margin-top: 15px;
|
||||
|
||||
#title-container {
|
||||
#title {
|
||||
}
|
||||
}
|
||||
|
||||
.profile-modifier-container {
|
||||
border: 1px dashed black;
|
||||
width: 500px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 10px;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
|
||||
.profile-modifier-title {
|
||||
color: rgb(70, 70, 70);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.profile-modifier-ipt {
|
||||
text-align: center;
|
||||
width: 50%;
|
||||
height: 30px;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user