Skip to content
Snippets Groups Projects
Commit 6475a093 authored by Marjolaine Le Bon's avatar Marjolaine Le Bon
Browse files

bugfix: event detail img

parent 523fba94
No related branches found
No related tags found
1 merge request!172First integration to Hubl of the resource component
......@@ -141,7 +141,7 @@
}
}
solid-display.nosub>solid-form[fields="name"]>hubl-search-users>input {
margin-left: 30px;
margin-left: 30px!important;
margin-bottom: 10px;
width: calc(80vw - 71px);
display: block;
......@@ -154,6 +154,9 @@
margin: auto;
margin-bottom: 10px;
width: auto;
&::placeholder {
color: var(--color-grey-6);
}
}
}
solid-display.nosub>nav {
......
......@@ -91,6 +91,9 @@
}
}
.eventdetail {
sib-display div {
display: block;
}
.mdi::before {
margin: 0 5px 0 20px;
}
......@@ -102,6 +105,7 @@
font-size: 3.2rem;
line-height: 3.8rem;
color: #063B5C;
display: block;
}
color: #063B5C;
.event-type {
......
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