Harmony/orders/static/profile_style.css

36 lines
578 B
CSS

.profile-container {
background-color: #f4f0ec;
color: #3a3a3c;
padding: 20px;
border-radius: 10px;
max-width: 600px;
margin: auto;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.profile-heading {
color: #8a2be2;
text-align: center;
font-family: 'Merriweather', serif;
}
.user-greeting, .user-info {
text-align: center;
margin-top: 20px;
}
.user-name, .username {
color: #4a47a3;
font-weight: bold;
}
.mystic-decor {
text-align: center;
margin-top: 20px;
}
.mystic-symbol {
width: 100px;
height: auto;
}