actus home, docs espace travail
This commit is contained in:
+49
-18
@@ -1016,6 +1016,30 @@ aside.layout-sidebar-second .view-current-user-doc-profile .profile--type--colla
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
border-bottom: black solid 1px;
|
border-bottom: black solid 1px;
|
||||||
}
|
}
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .profile--type--collaborateur .field--name-field-fichiers,
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .profile--type--collaborateur .field--type-file {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .profile--type--collaborateur .field--name-field-fichiers:hover,
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .profile--type--collaborateur .field--type-file:hover {
|
||||||
|
background-color: white !important;
|
||||||
|
}
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .profile--type--collaborateur .field--name-field-fichiers .field__items .field__item,
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .profile--type--collaborateur .field--type-file .field__items .field__item {
|
||||||
|
text-transform: uppercase;
|
||||||
|
padding-bottom: 0rem;
|
||||||
|
padding-left: 0.6rem;
|
||||||
|
padding-right: 0.6rem;
|
||||||
|
border: solid black 1px;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
background-color: rgb(255, 255, 255);
|
||||||
|
font-size: 0.9rem;
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .profile--type--collaborateur .field--name-field-fichiers .field__items .field__item:hover,
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .profile--type--collaborateur .field--type-file .field__items .field__item:hover {
|
||||||
|
background-color: #fdc300;
|
||||||
|
}
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-de-pilotage,
|
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-de-pilotage,
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-evenement,
|
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-evenement,
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .paragraph--type--dossier {
|
aside.layout-sidebar-second .view-current-user-doc-profile .paragraph--type--dossier {
|
||||||
@@ -1030,6 +1054,23 @@ aside.layout-sidebar-second .view-current-user-doc-profile .paragraph--type--dos
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-de-pilotage > div:nth-child(1) .field__item .paragraph--type--dossier,
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-evenement > div:nth-child(1) .field__item .paragraph--type--dossier,
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .paragraph--type--dossier > div:nth-child(1) .field__item .paragraph--type--dossier {
|
||||||
|
padding-left: 10%;
|
||||||
|
}
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-de-pilotage > div:nth-child(1) .field__item .paragraph--type--dossier .field--name-field-fichiers,
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-evenement > div:nth-child(1) .field__item .paragraph--type--dossier .field--name-field-fichiers,
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .paragraph--type--dossier > div:nth-child(1) .field__item .paragraph--type--dossier .field--name-field-fichiers {
|
||||||
|
text-transform: none;
|
||||||
|
border: none;
|
||||||
|
padding-left: 10%;
|
||||||
|
}
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-de-pilotage > div:nth-child(1) .field__item .paragraph--type--dossier .field--name-field-fichiers span:nth-of-type(2),
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-evenement > div:nth-child(1) .field__item .paragraph--type--dossier .field--name-field-fichiers span:nth-of-type(2),
|
||||||
|
aside.layout-sidebar-second .view-current-user-doc-profile .paragraph--type--dossier > div:nth-child(1) .field__item .paragraph--type--dossier .field--name-field-fichiers span:nth-of-type(2) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-de-pilotage > div:nth-child(1)::before,
|
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-de-pilotage > div:nth-child(1)::before,
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-evenement > div:nth-child(1)::before,
|
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-evenement > div:nth-child(1)::before,
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .paragraph--type--dossier > div:nth-child(1)::before {
|
aside.layout-sidebar-second .view-current-user-doc-profile .paragraph--type--dossier > div:nth-child(1)::before {
|
||||||
@@ -1040,23 +1081,6 @@ aside.layout-sidebar-second .view-current-user-doc-profile .paragraph--type--dos
|
|||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-de-pilotage .field__item .paragraph--type--dossier,
|
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-evenement .field__item .paragraph--type--dossier,
|
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .paragraph--type--dossier .field__item .paragraph--type--dossier {
|
|
||||||
padding-left: 10%;
|
|
||||||
}
|
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-de-pilotage .field__item .paragraph--type--dossier .field--name-field-fichiers,
|
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-evenement .field__item .paragraph--type--dossier .field--name-field-fichiers,
|
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .paragraph--type--dossier .field__item .paragraph--type--dossier .field--name-field-fichiers {
|
|
||||||
text-transform: none;
|
|
||||||
border: none;
|
|
||||||
padding-left: 10%;
|
|
||||||
}
|
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-de-pilotage .field__item .paragraph--type--dossier .field--name-field-fichiers span:nth-of-type(2),
|
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .field--name-field-dossier-evenement .field__item .paragraph--type--dossier .field--name-field-fichiers span:nth-of-type(2),
|
|
||||||
aside.layout-sidebar-second .view-current-user-doc-profile .paragraph--type--dossier .field__item .paragraph--type--dossier .field--name-field-fichiers span:nth-of-type(2) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
aside.layout-sidebar-second footer.view-footer {
|
aside.layout-sidebar-second footer.view-footer {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@@ -1084,6 +1108,10 @@ aside.layout-sidebar-second footer.view-footer :hover {
|
|||||||
background-color: #fdc300;
|
background-color: #fdc300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.field--name-field-dossier-de-pilotage > div:nth-child(2) > div:nth-child(1) > div:nth-child(2):hover {
|
||||||
|
background-color: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Slider */
|
/* Slider */
|
||||||
.slick-loading .slick-list {
|
.slick-loading .slick-list {
|
||||||
background: #fff url("./ajax-loader.gif") center center no-repeat;
|
background: #fff url("./ajax-loader.gif") center center no-repeat;
|
||||||
@@ -2450,7 +2478,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|||||||
}
|
}
|
||||||
.block-views-blockactus-block-1 h2 {
|
.block-views-blockactus-block-1 h2 {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
font-size: 2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
margin-left: 10%;
|
margin-left: 10%;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
@@ -2523,6 +2551,9 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
.block-views-blockactus-block-1 .view-id-actus .views-row .node-type-actualite > .entete_actu .infos-content .field--name-field-sous-titre {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
.block-views-blockactus-block-1 .view-id-actus .views-row .node-type-actualite > .entete_actu .body-content {
|
.block-views-blockactus-block-1 .view-id-actus .views-row .node-type-actualite > .entete_actu .body-content {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
h2{
|
h2{
|
||||||
width: 80%;
|
width: 80%;
|
||||||
font-size: 2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
margin-left: 10%;
|
margin-left: 10%;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
@@ -65,6 +65,10 @@
|
|||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
.field--name-field-sous-titre{
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.body-content{
|
.body-content{
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
@@ -111,6 +111,33 @@ aside.layout-sidebar-second{
|
|||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
border-bottom: black solid 1px;
|
border-bottom: black solid 1px;
|
||||||
}
|
}
|
||||||
|
.field--name-field-fichiers,
|
||||||
|
.field--type-file{
|
||||||
|
&:hover{
|
||||||
|
background-color: white !important;
|
||||||
|
}
|
||||||
|
border: none;
|
||||||
|
.field__items{
|
||||||
|
|
||||||
|
.field__item{
|
||||||
|
text-transform: uppercase;
|
||||||
|
padding-bottom: 0rem;
|
||||||
|
padding-left: 0.6rem;
|
||||||
|
padding-right: 0.6rem;
|
||||||
|
border: solid black 1px;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
background-color: rgb(255, 255, 255);
|
||||||
|
font-size: 0.9rem;
|
||||||
|
width: fit-content;
|
||||||
|
|
||||||
|
&:hover{
|
||||||
|
background-color: $yellow-puca;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.field--name-field-dossier-de-pilotage,
|
.field--name-field-dossier-de-pilotage,
|
||||||
@@ -123,16 +150,7 @@ aside.layout-sidebar-second{
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
|
||||||
|
|
||||||
> div:nth-child(1)::before{
|
|
||||||
content: url('../../dist/images/noun-file-6880430.svg');
|
|
||||||
display: inline-flex;
|
|
||||||
width: 40px;
|
|
||||||
height: auto;
|
|
||||||
padding-right: 1rem;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
.field__item{
|
.field__item{
|
||||||
.paragraph--type--dossier{
|
.paragraph--type--dossier{
|
||||||
padding-left: 10%;
|
padding-left: 10%;
|
||||||
@@ -147,6 +165,17 @@ aside.layout-sidebar-second{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> div:nth-child(1)::before{
|
||||||
|
content: url('../../dist/images/noun-file-6880430.svg');
|
||||||
|
display: inline-flex;
|
||||||
|
width: 40px;
|
||||||
|
height: auto;
|
||||||
|
padding-right: 1rem;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer.view-footer{
|
footer.view-footer{
|
||||||
@@ -174,3 +203,8 @@ aside.layout-sidebar-second{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.field--name-field-dossier-de-pilotage > div:nth-child(2) > div:nth-child(1) > div:nth-child(2){
|
||||||
|
&:hover{
|
||||||
|
background-color: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user