Skip to content

Commit

Permalink
styles new vizbuilder nested dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Jan 25, 2019
1 parent 9b50ad0 commit a195b2a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions app/pages/Visualize.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,42 @@
padding: 0;
& .select-popover-content {
min-width: 269px;
& .deeplist-wrapper {
margin-top: 0;
}
& .deeplist-header {
& .deeplist-title {
padding: 0;
& .topic {
color: var(--black);
font-size: 14px;
padding: 7px 7px 0;
&:last-child {
padding-bottom: 7px;
}
}
& .subtopic {
padding: 0 7px 7px;
}
}
& .pt-button {
background: none;
border: 0;
box-shadow: none;
color: var(--red);
margin-right: 5px;
opacity: 0.75;
outline: 0;
&:before {
color: var(--red);
font-size: 14px;
margin-right: 5px;
}
&:hover {
opacity: 1;
}
}
}
}
}
}
Expand Down

0 comments on commit a195b2a

Please sign in to comment.