Skip to content
Snippets Groups Projects
Commit 6e52461f authored by Matt Kirby's avatar Matt Kirby
Browse files

Added styling css

parent 67d89885
No related branches found
No related tags found
1 merge request!7Resolve "Adding basic post component"
.avatar {
color: white;
border-radius: 50%;
width: 48px;
height: 48px;
background-color: 'red';
display: flex;
justify-content: center;
align-items: center;
margin-right: 8px;
}
\ No newline at end of file
...@@ -16,18 +16,6 @@ ...@@ -16,18 +16,6 @@
height: 48px; height: 48px;
} }
.avatar {
color: white;
border-radius: 50%;
width: 48px;
height: 48px;
background-color: 'red';
display: flex;
justify-content: center;
align-items: center;
margin-right: 8px;
}
.headerInfo { .headerInfo {
height: 100%; height: 100%;
display: flex; display: flex;
......
.container { .container {
color: rgb(203 213 225);
margin-right: 8px; margin-right: 8px;
display: flex;
justify-content: center;
border-radius: 8px;
padding: 4px;
padding-left: 8px;;
}
.container:hover {
background-color: rgb(226 232 240);
}
.button {
display: flex;
justify-content: center;
align-items: center;
font-size: medium;
background: none;
border: none;
color:rgb(100 116 139);
}
.label {
margin: 4px;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment