Skip to content
Snippets Groups Projects
Commit 574750f5 authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

style: uniformize style panel expandable

parent 645866a6
No related branches found
No related tags found
No related merge requests found
......@@ -39,25 +39,4 @@ $padding-left-right: 20px;
text-align: center;
}
}
.panel-facet {
.section ::ng-deep {
.header {
color: $light-grey;
border-bottom: 1px solid $light-grey;
font-size: 12px;
.title {
font-size: 15px;
font-weight: bold;
}
}
.content {
padding-top: 10px;
}
}
}
}
......@@ -11,9 +11,14 @@
align-items: center;
cursor: pointer;
color: $light-grey;
border-bottom: 1px solid $light-grey;
font-size: 12px;
.title {
font-size: 20px;
margin: 0;
font-size: 15px;
font-weight: bold;
}
.toggle-button {
......@@ -36,4 +41,8 @@
}
}
}
.content {
padding-top: 10px;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment