Skip to content

Commit

Permalink
Styling: filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Dec 30, 2020
1 parent d10c1cf commit a937ec1
Showing 1 changed file with 28 additions and 8 deletions.
36 changes: 28 additions & 8 deletions src/components/Views/less/public.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,43 @@
margin: 0 0 .5rem 0;
background-color: #f3f1f1;
// padding: 0 0 0 .3rem;
padding: 0.8rem 1.2rem;
padding: 0.8rem 1.8rem;
& > .dropdown.icon {
font-size: 1rem;
}
&.selected {
background-color: @grey;
color: @white;
.icon.delete {
position: absolute;
top: 0.8rem;
left: 3px;
}
.text {
// padding: 0.8rem 1.2rem !important;
&.selected {
background-color: #e8e3e3;
color: @black;
.text {
max-width: 95%;
}
}
.ui.dropdown .menu {
.menu {
width: 100%;
background-color: #d8d2d2;
border: none;
box-shadow: none;
& > .item {
padding: 0.8rem 1.2rem !important;
padding: 0.8rem 1.8rem !important;
// color: @white;
& > .item.isSelected {
font-weight: bold;
}
}
}
div.visible .menu {
display: block !important;
visibility: visible !important;
}
}
}
}

.countlabel {
font-weight: bold;
}

0 comments on commit a937ec1

Please sign in to comment.