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",
|
||||
"version": "DEV_3.0",
|
||||
"version": "DEV_5.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "neutral",
|
||||
"version": "DEV_3.0",
|
||||
"version": "DEV_5.0",
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.11.6",
|
||||
"bootstrap": "^5.2.2",
|
||||
|
@ -153,10 +153,6 @@ body {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.viewbar {
|
||||
|
||||
display: block !important;
|
||||
@ -216,7 +212,7 @@ body {
|
||||
|
||||
}
|
||||
.edropdown-content {
|
||||
text-align: center;
|
||||
|
||||
display: none;
|
||||
background-color: rgb(80, 80, 80);
|
||||
position: absolute;
|
||||
@ -289,10 +285,26 @@ body {
|
||||
|
||||
.sidebar-content {
|
||||
|
||||
text-align: center;
|
||||
|
||||
height: 83%;
|
||||
padding-top: 50%;
|
||||
padding-bottom: 50%;
|
||||
display: flex;
|
||||
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 {
|
||||
text-align: center;
|
||||
display: none;
|
||||
background-color: rgb(80, 80, 80);
|
||||
position: absolute;
|
||||
|
@ -485,7 +485,6 @@
|
||||
background-color: rgb(32, 32, 32) ;
|
||||
border-radius: 1vw;
|
||||
padding: 1vw;
|
||||
text-align: center;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
||||
|
@ -5,9 +5,9 @@
|
||||
"fullname": "Raphael PICOT",
|
||||
"permissionLevel": 4,
|
||||
"token": {
|
||||
"tokenID": "748eac04-7725-4da3-a5ce-e02655e9a320",
|
||||
"tokenID": "571ecb2b-726f-442f-9ec7-bc19205847b7",
|
||||
"livableToken": true,
|
||||
"createdAt": 1677602543822
|
||||
"createdAt": 1679260759114
|
||||
},
|
||||
"lastconnexion": 1677602755015
|
||||
"lastconnexion": 1679262309689
|
||||
}
|
@ -8,7 +8,7 @@
|
||||
<body>
|
||||
<div id="sidebar" class="sidebar">
|
||||
<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="sidebar-item" id="s-home">
|
||||
<i class="fa-solid fa-home"></i>
|
||||
|
Loading…
x
Reference in New Issue
Block a user