mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
42 lines
640 B
SCSS
42 lines
640 B
SCSS
.sidebar {
|
|
|
|
background-color: #F7F6F3;
|
|
|
|
li {
|
|
padding: 7px 0;
|
|
}
|
|
a {
|
|
color: #333;
|
|
&:hover {
|
|
color: black;
|
|
background-color: #E8E7E5
|
|
}
|
|
.fi {
|
|
margin: 0 15px;
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
.active{
|
|
background-color:#E8E7E5;
|
|
}
|
|
|
|
.posthog-title{
|
|
font-weight:500;
|
|
font-size:20px;
|
|
color: #333;
|
|
padding-left:15px;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.logo{
|
|
margin-left: 15px;
|
|
width: 35px;
|
|
height: 35px;
|
|
}
|
|
|
|
.logo-row{
|
|
padding:15px 15px 3rem;
|
|
}
|
|
}
|
|
|