border message + responsive on profile

This commit is contained in:
Lara REALI 2023-06-24 00:51:36 +02:00
parent d5e3532bd0
commit bdeb414c09
3 changed files with 8 additions and 5 deletions

View File

@ -18,7 +18,7 @@
/* background-color: #5843e4; */ /* background-color: #5843e4; */
/* border-color: white; */ /* border-color: white; */
overflow: scroll; overflow: scroll;
height: 70vh; height: 68vh;
} }
.profilePic{ .profilePic{

View File

@ -19,7 +19,8 @@ select{
border: 0!important; border: 0!important;
margin: 5px; margin: 5px;
font-size: 18px; font-size: 18px;
border-radius: 6px; padding: 5px;
border-radius: 1000px;
} }
.modal{ .modal{
@ -54,6 +55,7 @@ select{
height: 74vh; height: 74vh;
width: 30%; width: 30%;
overflow: scroll; overflow: scroll;
border-radius: 0px 0px 0px 10px;
/* width: 2rem; */ /* width: 2rem; */
/* height: 4rem; */ /* height: 4rem; */
} }
@ -131,10 +133,11 @@ select{
} }
.messages{ .messages{
background-color: rgb(26, 26, 26); /* background-color: rgb(26, 26, 26); */
/* height: calc(100% - 118px); */ /* height: calc(100% - 118px); */
width: 70%; width: 70%;
/* height: 300px; */ /* height: 300px; */
border-radius: 0px 0px 10px 0px;
overflow: scroll; overflow: scroll;
} }

View File

@ -81,9 +81,9 @@
border-radius: 50%; border-radius: 50%;
border: thick; border: thick;
border-color: red; border-color: red;
margin-left: 20px;
/* border-image: linear-gradient(90deg, #5843e4, #5a0760); */ /* border-image: linear-gradient(90deg, #5843e4, #5a0760); */
/* margin-top: 20px; */
} }
.home{ .home{
@ -101,7 +101,7 @@
color: white; color: white;
background-color: #5843e4; background-color: #5843e4;
border-radius: 20px; border-radius: 20px;
padding: 20px 500px; padding: 1.3% 30%;
font-size: 1.7rem; font-size: 1.7rem;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;