|
@@ -3,12 +3,12 @@
|
|
/*global*/
|
|
/*global*/
|
|
/* Colors used for REHA */
|
|
/* Colors used for REHA */
|
|
.field--type-link {
|
|
.field--type-link {
|
|
- width: 45%;
|
|
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
padding: 1rem;
|
|
padding: 1rem;
|
|
border: solid black 1px;
|
|
border: solid black 1px;
|
|
margin-bottom: 1rem;
|
|
margin-bottom: 1rem;
|
|
- background-color: white; }
|
|
|
|
|
|
+ background-color: white;
|
|
|
|
+ width: fit-content; }
|
|
|
|
|
|
.bouton {
|
|
.bouton {
|
|
background-color: white !important;
|
|
background-color: white !important;
|
|
@@ -16,7 +16,6 @@
|
|
cursor: pointer; }
|
|
cursor: pointer; }
|
|
|
|
|
|
.field--type-file {
|
|
.field--type-file {
|
|
- width: 45%;
|
|
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
padding: 1rem;
|
|
padding: 1rem;
|
|
border: solid black 1px;
|
|
border: solid black 1px;
|
|
@@ -319,18 +318,50 @@ input {
|
|
font-weight: 900;
|
|
font-weight: 900;
|
|
margin: 0;
|
|
margin: 0;
|
|
line-height: 0.6; }
|
|
line-height: 0.6; }
|
|
- .home-page-layout-content .layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f {
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: flex-end;
|
|
|
|
- margin-top: 5rem; }
|
|
|
|
- .home-page-layout-content .layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f :hover {
|
|
|
|
- background-color: #fdc300; }
|
|
|
|
- .home-page-layout-content .layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 {
|
|
|
|
|
|
+ .home-page-layout-content .layout--onecol .block-region-content {
|
|
display: flex;
|
|
display: flex;
|
|
- justify-content: flex-end;
|
|
|
|
- margin-bottom: 4rem; }
|
|
|
|
- .home-page-layout-content .layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 :hover {
|
|
|
|
- background-color: #fdc300; }
|
|
|
|
|
|
+ flex-wrap: wrap; }
|
|
|
|
+ .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f {
|
|
|
|
+ width: 35%;
|
|
|
|
+ border: solid #fdc300 1px;
|
|
|
|
+ background-color: white;
|
|
|
|
+ font-weight: 800;
|
|
|
|
+ padding: 1rem; }
|
|
|
|
+ .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f h2 {
|
|
|
|
+ margin-top: 0;
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+ text-transform: lowercase;
|
|
|
|
+ font-weight: 900;
|
|
|
|
+ line-height: 1rem;
|
|
|
|
+ font-size: 1.8rem; }
|
|
|
|
+ .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--name-field-description {
|
|
|
|
+ margin-top: 0;
|
|
|
|
+ font-size: 2rem;
|
|
|
|
+ line-height: 2.2rem; }
|
|
|
|
+ .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--name-field-description p {
|
|
|
|
+ margin-top: 0.8rem; }
|
|
|
|
+ .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--type-link {
|
|
|
|
+ padding: 0;
|
|
|
|
+ margin: 0;
|
|
|
|
+ border: none;
|
|
|
|
+ font-weight: 400; }
|
|
|
|
+ .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--type-link .field__item ::after {
|
|
|
|
+ justify-self: unset;
|
|
|
|
+ padding-left: 1rem;
|
|
|
|
+ content: url(../images/noun-arrow-1569918.svg); }
|
|
|
|
+ .home-page-layout-content .layout--onecol .block-region-content .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d {
|
|
|
|
+ width: 45%;
|
|
|
|
+ height: fit-content;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: flex-end; }
|
|
|
|
+ .home-page-layout-content .layout--onecol .block-region-content .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d :hover {
|
|
|
|
+ background-color: #fdc300; }
|
|
|
|
+ .home-page-layout-content .layout--onecol .block-region-content .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252 {
|
|
|
|
+ width: 45%;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: flex-end; }
|
|
|
|
+ .home-page-layout-content .layout--onecol .block-region-content .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252 :hover {
|
|
|
|
+ background-color: #fdc300; }
|
|
|
|
|
|
.user--register h1 {
|
|
.user--register h1 {
|
|
font-size: 3rem !important;
|
|
font-size: 3rem !important;
|