Skip to content
Snippets Groups Projects

Fix the hidden attribute behavior

Merged Benoit Alessandroni requested to merge bugfix/fix-hidden-inte into master
1 file
+ 9
8
Compare changes
  • Side-by-side
  • Inline
+ 9
8
@@ -880,7 +880,7 @@ figure+figure .img_log{
margin: 0;
}
h2.title_create,{
h2.title_create{
font-family: 'var(--typo)';
font-size: 2.2rem;
text-align: center;
@@ -1817,7 +1817,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
margin-top: 5%;
}
/* Partie public */
#public-resource-list container .step cs-display-resource-property[name="format.name"] p,{
#public-resource-list container .step cs-display-resource-property[name="format.name"] p{
padding: 1.5rem;
}
#entrepreneur-resource-list .step div div fake-dislike, #public-resource-list .step div div fake-dislike, #mentor-database .step div div fake-dislike{
@@ -1846,6 +1846,7 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
font-family: 'var(--typo-btn)';
font-size: 2rem;
color: var(--bg-btn-base);
}
}
}
@@ -1855,10 +1856,6 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
}
}
[hidden] {
display: none !important;
}
b, strong {
font-weight: bolder;
}
@@ -1869,12 +1866,12 @@ b, strong {
height: auto;
padding-bottom: 2rem;
}
.container_min+.block_list .button__actions:not(.keyword_submit){
.container_min+.block_list .button__actions:not(.keyword_submit){
display: flex;
justify-content: space-between;
width: 100%;
flex-wrap: wrap;
}
}
header>div>.flex{
flex-direction: column;
flex-wrap: nowrap;
@@ -1982,4 +1979,8 @@ b, strong {
content:"";
}
}
[hidden] {
display: none !important;
}
\ No newline at end of file
Loading