tiroir fichiers css

This commit is contained in:
2024-07-02 15:23:46 +02:00
parent cfd28a3383
commit 409aabab5a
3 changed files with 19 additions and 31 deletions
+8 -2
View File
@@ -161,12 +161,18 @@
overflow: hidden; overflow: hidden;
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
-webkit-user-select: none;
-webkit-touch-callout: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} }
.layout-container header { .layout-container header {
flex: 0 0 100%; flex: 0 0 100%;
} }
.layout-container footer { .layout-container footer {
flex: 0 0 100%; flex: 0 0 100%;
z-index: 101;
} }
.layout-content { .layout-content {
@@ -219,11 +225,11 @@ aside.layout-sidebar-first {
} }
aside.layout-sidebar-second { aside.layout-sidebar-second {
position: fixed; position: absolute;
top: 0; top: 0;
right: 0; right: 0;
background-color: #fff; background-color: #fff;
height: 100vh; height: 300vh;
padding: 1em; padding: 1em;
z-index: 100; z-index: 100;
} }
@@ -11,20 +11,22 @@ $width-menu-slidedown : 550px;
font-style: normal; font-style: normal;
top: 0%; top: 0%;
left: 0%; left: 0%;
// width: 100%;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
-webkit-user-select: none;
-webkit-touch-callout: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
header{ header{
flex: 0 0 100%; flex: 0 0 100%;
} }
// main{
// // position: relative;
// // top: -7rem;
// }
footer{ footer{
flex: 0 0 100%; flex: 0 0 100%;
z-index: 101;
} }
} }
@@ -70,11 +72,11 @@ aside.layout-sidebar-first{
} }
} }
aside.layout-sidebar-second{ aside.layout-sidebar-second{
position: fixed; position: absolute;
top:0; top:0;
right:0; right:0;
background-color: #fff; background-color: #fff;
height: 100vh; height: 300vh;
padding: 1em; padding: 1em;
z-index: 100; z-index: 100;
} }
@@ -86,8 +88,6 @@ main{
@media (max-width:500px) { @media (max-width:500px) {
flex-direction: column; flex-direction: column;
} }
} }
.main-content{ .main-content{
@@ -52,8 +52,7 @@ aside.layout-sidebar-second{
background-color: $yellow-puca; background-color: $yellow-puca;
} }
} }
.block-views-blockcurrent-user-doc-profile-block-1{
}
h2{ h2{
transform: translateX(-48%) translateY(25vh) rotate(-90deg); transform: translateX(-48%) translateY(25vh) rotate(-90deg);
text-transform: uppercase; text-transform: uppercase;
@@ -109,23 +108,9 @@ aside.layout-sidebar-second{
position: relative; position: relative;
top: 200px; top: 200px;
} }
// }
// .profile--type--collaborateur{
// .field--name-field-site{
// font-size: 2rem;
// font-weight: 900;
// display: flex;
// margin-bottom: 3rem;
// &::after{
// content: url(../images/noun-cross-1151731.svg);
// cursor: pointer;
// padding-left: 2rem;
// }
// }
.field--name-field-dossier-de-pilotage, .field--name-field-dossier-de-pilotage,
.field--name-field-dossier-evenement, .field--name-field-dossier-evenement,
// .views-field-field-telechargement-prive,
.paragraph--type--dossier{ .paragraph--type--dossier{
text-transform: uppercase; text-transform: uppercase;
display: flex; display: flex;
@@ -145,9 +130,6 @@ aside.layout-sidebar-second{
align-items: center; align-items: center;
} }
.field__item{ .field__item{
// align-self: flex-end;
// padding-right: 2rem;
// padding-left: 3rem;
.paragraph--type--dossier{ .paragraph--type--dossier{
padding-left: 25%; padding-left: 25%;
.field--name-field-fichiers{ .field--name-field-fichiers{