From add28553d2efec976e167bdcd8c702970d69c8d0 Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Fri, 1 Nov 2019 10:34:55 +0100 Subject: [PATCH] Fix the hidden attribute behavior --- src/styles/index.scss | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 7f4e98f4..ba9c64ae 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -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 -- GitLab