ameliorations graphique
continuous-integration/drone/push Build encountered an error Details

master
Darius BERTRAND 3 years ago
parent 9e882354f7
commit a03099f7ab

@ -7,8 +7,7 @@ $color-4: #AAAAAA;
$color-5: #AABBCC; $color-5: #AABBCC;
$color-6: #5499c7 ; $color-6: #5499c7 ;
$color-7: #1b4f72 ; $color-7: #1b4f72 ;
$color-8: #FAFAFA;
// $color-1: #4cbfa6; // $color-1: #4cbfa6;
@ -27,6 +26,10 @@ $color-7: #1b4f72 ;
box-sizing: border-box; box-sizing: border-box;
} }
body{
background-color: #F0F0F0;
}
.imageDeProfil{ .imageDeProfil{
object-fit: cover; object-fit: cover;
clip-path:circle(50%); clip-path:circle(50%);

@ -1,5 +1,5 @@
.newPoste-form-popup { .newPoste-form-popup {
background-color: white; background-color: $color-8;
display: none; display: none;
position:fixed; position:fixed;
@ -38,6 +38,7 @@ textarea[name="description"]{
margin-left:10%; margin-left:10%;
margin-right:10%; margin-right:10%;
margin-bottom:10px; margin-bottom:10px;
margin-top:10px;
display:flex; display:flex;
justify-content: space-between; justify-content: space-between;
} }

@ -1,13 +1,31 @@
#cadrePoste{ #cadrePoste{
background: white; background: $color-8;
border: 2px solid grey; border: 0.3px solid $color-5;
border-radius:5px; border-radius:5px;
margin-bottom: 10px;
width: 70%; width: 70%;
margin-bottom: 20px;
margin-left: 3%;
} }
#postContenu{ #postContenu{
padding: 15px; padding: 15px;
}
#contenuePoste{
background: $color-8;
border: 0.3px solid $color-5;
border-radius:5px;
margin-bottom: 10px;
p{
margin-top: 0.5%;
margin: 1%;
background-color: $color-3;
border: 0.2px solid $color-5;
}
} }
#hautPoste{ #hautPoste{
@ -21,11 +39,13 @@
list-style-type: none; list-style-type: none;
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
#cadreInfoPoste{ #cadreInfoPoste{
display: flex; display: flex;
align-items:center; align-items:center;
} }
#PhotoProfile{ #PhotoProfile{
margin: 0px 15px 0px 0px; margin: 0px 15px 0px 0px;
@ -33,6 +53,7 @@
height:40px; height:40px;
border-radius: 20px; border-radius: 20px;
border: 2px solid #555; border: 2px solid #555;
margin-bottom: 8%;
} }
#NomProfile{ #NomProfile{
@ -47,9 +68,14 @@
justify-content: space-between; justify-content: space-between;
margin-left: 10px; margin-left: 10px;
margin-right: 10px; margin-right: 10px;
} }
#like, #commentaire{ #like, #commentaire{
display: flex; display: flex;
align-items:center; align-items:center;
} }

@ -1,3 +0,0 @@
#listeNotif{
margin-left: 10%;
}

@ -11,6 +11,7 @@
@import './component/newPoste'; @import './component/newPoste';
@import './component/notif'; @import './component/notif';
@import './component/trends'; @import './pages/trends';

@ -0,0 +1,11 @@
#listeNotif{
margin: 2%;
margin-left: 8%;
padding:1%;
border-color: $color-5;
border-style:solid;
border-width: 0.3px;
min-width: 410px;
width: 84%;
background: $color-8;
}
Loading…
Cancel
Save