Skip to content
Snippets Groups Projects
Commit 1f3c572a authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Few css tweak

parent 2fcfb418
No related branches found
No related tags found
1 merge request!137Fix router bug
Pipeline #5054 failed with stage
in 1 hour
......@@ -120,7 +120,6 @@
bind-resources
nested-field="conversations"
)
h2.title_form.related=`${data.RelatedResources}`
......
......@@ -1821,24 +1821,30 @@ div#requests.tabcontent sib-display.request_accordion div div> sib-set-default >
}
cs-validate-action div{
clear: both;
text-align: right;
}
clear: both;
text-align: right;
}
#requests sib-set-default[name="content"] {
padding: 0 18px;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.fas.fa-times{
}
.fas.fa-times {
font-size: 2rem;
&:before{
position: absolute;
right: 18px;
&:before {
position: absolute;
right: 18px;
}
}
cs-display-mentor-link, cs-display-entrepreneur-link,
cs-display-user-link {
cursor: pointer;
}
/*XXXXXXXXXXXXXXXXXX Commentaires XXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.sib-conversation div>.conversation-item{
......@@ -2014,7 +2020,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
#entrepreneur-resource-list container .step div sib-display >div, #public-resource-list container .step div sib-display >div, #mentor-database container .step div sib-display >div{
margin-top: 2rem;
}
#mentor-account .block_list.flex{
#mentor-account .block_list.flex, #mentor-account-view .block_list.flex,
#entrepreneur-account-view .block_list.flex, #user-account-view .block_list.flex{
margin-bottom: 19rem;
}
#entrepreneur-request-create sib-set-default[name="complementary_information"] cs-section_header[name="header_complementary"] h2{
......
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