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

56 lines
761 B
SCSS

#mam-left-bar {
width: 50px;
height: calc(100%);
background: green;
background: #090b10;
/*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; */
}
a {
font-size: 2em;
color: #595c67;
text-decoration: none;
margin: 10px 0 0 15px;
}
a:hover {
color: #8f93a2;
}