Skip to content
Snippets Groups Projects

Feature/resource component

Merged Benoit Alessandroni requested to merge feature/resource-component into dpo/switch-to-skypack
@@ -74,14 +74,18 @@ solid-poll > div {
margin: auto;
> solid-display {
width: 320px;
height: 550px;
height: 520px;
margin: 0 0 20px 40px;
[name="topline"] {
padding: 10px;
}
>div:first-of-type {
background-color: #fff;
height: 100%;
-webkit-box-shadow: 0px 0px 4px 1px #CACACA;
box-shadow: 0px 0px 4px 1px #CACACA;
*[name="body"] {
padding: 10px;
/*size of tags of poll card*/
poll-display-votetags {
>div {
@@ -107,6 +111,7 @@ solid-poll > div {
height: 30px;
width: 100%;
display: inline-block;
text-align: center;
}
[name="hostingOrganisation"],
[name="endDate"] {
Loading