You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
 

19 lines
259 B

#modal_profile
{
padding: 0;
color: rgb(0, 17, 255);
background-color: rgb(0, 17, 255);
}
.profile-modal
{
margin: 20px;
color: white;
display: flex;
flex-direction: column;
}
.profile-footer button
{
background-color: red;
}