|
@@ -2,7 +2,7 @@
|
|
|
/*reha*/
|
|
|
/*global*/
|
|
|
/* Colors used for REHA */
|
|
|
-.field--type-link, .field--type-file, .links, .create-account-link, .request-password-link, .views-field-edit-node, .views-field-edit-user, .form-submit, .layout-sidebar-first #block-reha-phase1 footer {
|
|
|
+.field--type-link, .field--type-file, .links, .views-field-edit-node, .views-field-edit-user, .form-submit, .layout-sidebar-first #block-reha-phase1 footer {
|
|
|
text-transform: uppercase;
|
|
|
padding: 1rem;
|
|
|
border: solid black 1px;
|
|
@@ -245,9 +245,16 @@ header {
|
|
|
font-size: 1.2rem;
|
|
|
width: 70%;
|
|
|
display: flex;
|
|
|
- flex-direction: column; }
|
|
|
- header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul li {
|
|
|
- margin-bottom: 3rem; }
|
|
|
+ flex-direction: column;
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 4rem;
|
|
|
+ padding-bottom: 4rem; }
|
|
|
+ header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul .create-account-link {
|
|
|
+ display: none; }
|
|
|
+ header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul .request-password-link {
|
|
|
+ margin-bottom: 4rem; }
|
|
|
+ header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:first-of-type {
|
|
|
+ border-bottom: 1px solid black; }
|
|
|
header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a {
|
|
|
text-transform: uppercase;
|
|
|
padding: 1rem;
|
|
@@ -334,8 +341,8 @@ header {
|
|
|
header .titre {
|
|
|
display: inline-flex;
|
|
|
font-weight: 800;
|
|
|
- position: relative;
|
|
|
- margin-top: 2rem; }
|
|
|
+ font-size: 1.8rem;
|
|
|
+ position: relative; }
|
|
|
header .titre ::after {
|
|
|
content: url(../images/noun-cross-1151731.svg);
|
|
|
float: right;
|
|
@@ -398,7 +405,7 @@ input {
|
|
|
width: 50%; }
|
|
|
|
|
|
.form-submit {
|
|
|
- height: 5rem !important;
|
|
|
+ height: 4rem !important;
|
|
|
margin-bottom: 1rem;
|
|
|
font-size: 1.2rem;
|
|
|
font-weight: 300;
|
|
@@ -415,6 +422,9 @@ input {
|
|
|
padding-right: 0.5rem;
|
|
|
flex: 1 1 auto; }
|
|
|
|
|
|
+#edit-persistent-login {
|
|
|
+ height: 1.5rem; }
|
|
|
+
|
|
|
.layout-sidebar-first #block-reha-phase1 {
|
|
|
border: solid #fdc300 1px;
|
|
|
font-weight: 800;
|