Add Fixed Design Files Component
All checks were successful
Neutral/pipeline/head This commit looks good
All checks were successful
Neutral/pipeline/head This commit looks good
This commit is contained in:
parent
428963b352
commit
e48e9ae2fc
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "neutral",
|
"name": "neutral",
|
||||||
"version": "DEV_3.0",
|
"version": "DEV_5.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "neutral",
|
"name": "neutral",
|
||||||
"version": "DEV_3.0",
|
"version": "DEV_5.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@popperjs/core": "^2.11.6",
|
"@popperjs/core": "^2.11.6",
|
||||||
"bootstrap": "^5.2.2",
|
"bootstrap": "^5.2.2",
|
||||||
|
@ -153,10 +153,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.viewbar {
|
.viewbar {
|
||||||
|
|
||||||
display: block !important;
|
display: block !important;
|
||||||
@ -216,7 +212,7 @@ body {
|
|||||||
|
|
||||||
}
|
}
|
||||||
.edropdown-content {
|
.edropdown-content {
|
||||||
text-align: center;
|
|
||||||
display: none;
|
display: none;
|
||||||
background-color: rgb(80, 80, 80);
|
background-color: rgb(80, 80, 80);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -289,10 +285,26 @@ body {
|
|||||||
|
|
||||||
.sidebar-content {
|
.sidebar-content {
|
||||||
|
|
||||||
text-align: center;
|
|
||||||
height: 83%;
|
height: 83%;
|
||||||
padding-top: 50%;
|
display: flex;
|
||||||
padding-bottom: 50%;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.middle {
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
justify-content: start;
|
||||||
|
gap: 1vw;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar:hover .middle {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -418,7 +430,6 @@ body {
|
|||||||
|
|
||||||
}
|
}
|
||||||
.edropdown-content {
|
.edropdown-content {
|
||||||
text-align: center;
|
|
||||||
display: none;
|
display: none;
|
||||||
background-color: rgb(80, 80, 80);
|
background-color: rgb(80, 80, 80);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -485,7 +485,6 @@
|
|||||||
background-color: rgb(32, 32, 32) ;
|
background-color: rgb(32, 32, 32) ;
|
||||||
border-radius: 1vw;
|
border-radius: 1vw;
|
||||||
padding: 1vw;
|
padding: 1vw;
|
||||||
text-align: center;
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
"fullname": "Raphael PICOT",
|
"fullname": "Raphael PICOT",
|
||||||
"permissionLevel": 4,
|
"permissionLevel": 4,
|
||||||
"token": {
|
"token": {
|
||||||
"tokenID": "748eac04-7725-4da3-a5ce-e02655e9a320",
|
"tokenID": "571ecb2b-726f-442f-9ec7-bc19205847b7",
|
||||||
"livableToken": true,
|
"livableToken": true,
|
||||||
"createdAt": 1677602543822
|
"createdAt": 1679260759114
|
||||||
},
|
},
|
||||||
"lastconnexion": 1677602755015
|
"lastconnexion": 1679262309689
|
||||||
}
|
}
|
@ -8,7 +8,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="sidebar" class="sidebar">
|
<div id="sidebar" class="sidebar">
|
||||||
<img class=" logo img-fluid" src="images/logo.png"></img>
|
<img class=" logo img-fluid" src="images/logo.png"></img>
|
||||||
<div class="sidebar-content align-items-center">
|
<div class="sidebar-content">
|
||||||
<div class="middle">
|
<div class="middle">
|
||||||
<div class="sidebar-item" id="s-home">
|
<div class="sidebar-item" id="s-home">
|
||||||
<i class="fa-solid fa-home"></i>
|
<i class="fa-solid fa-home"></i>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user