Skip to content
Snippets Groups Projects
Commit fb242674 authored by Juliette Kalflèche's avatar Juliette Kalflèche
Browse files

colors

parent a14453cf
No related branches found
No related tags found
1 merge request!18Add user and other
Pipeline #42616 failed
...@@ -26,7 +26,7 @@ export default { ...@@ -26,7 +26,7 @@ export default {
<style> <style>
.banner { .banner {
background-color: #150578; background-color: #912F56;
flex-direction: row; flex-direction: row;
vertical-align: middle; vertical-align: middle;
display: flex; display: flex;
...@@ -35,7 +35,7 @@ export default { ...@@ -35,7 +35,7 @@ export default {
} }
.name { .name {
text-align: left; text-align: left;
background-color: #150578; background-color: #912F56;
flex-direction: row; flex-direction: row;
vertical-align: middle; vertical-align: middle;
display: flex; display: flex;
......
...@@ -55,7 +55,7 @@ export default { ...@@ -55,7 +55,7 @@ export default {
<style scoped> <style scoped>
/* ******************** NAV BAR ******************** */ /* ******************** NAV BAR ******************** */
.topnav { .topnav {
background-color: #150578; background-color: #912F56;
display: flex; display: flex;
align-items: center; align-items: center;
width: 100%; width: 100%;
......
...@@ -14,7 +14,7 @@ export default { ...@@ -14,7 +14,7 @@ export default {
.footer { .footer {
text-align: center; text-align: center;
display: flex; display: flex;
background-color: #150578; background-color: #912F56;
color: white; color: white;
justify-content: center; justify-content: center;
margin-top: 20px; margin-top: 20px;
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-left: 20px; margin-left: 20px;
background-color: #449DD1; background-color: #912F56;
width: 200px; width: 200px;
border-radius: 20px; border-radius: 20px;
color:white; color:white;
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
.like { .like {
text-align: center; text-align: center;
display: flex; display: flex;
background-color: #449DD1; background-color: #912F56;
color: white; color: white;
max-height: 100px; max-height: 100px;
justify-content: center; justify-content: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment