Sengi-Windows-MacOS-Linux/src/app/components/left-side-bar/left-side-bar.component.css

50 lines
703 B
CSS

#mam-left-bar {
width: 50px;
height: calc(100%);
background: green;
/*outline: 1px dotted red;*/
}
#mam-create-toot {
width: 50px;
background-color: black;
}
#mam-create-toot a {
font-size: 0.8em;
color: white;
text-decoration: none;
margin: 0 0 0 10px;
}
.mam-account-selector {
width: 50px;
padding-top: 4px;
}
.mam-account-selector a {
margin-left: 4px;
/*margin-top: 4px;*/
}
.mam-account-selector img {
width: 40px;
border-radius: 50%;
}
#mam-account-add {
width: 50px;
/*height: 50px;*/
background-color: black;
}
#mam-account-add a {
font-size: 2em;
color: white;
text-decoration: none;
margin: 10px 0 0 15px;
}