updated status page

This commit is contained in:
polarDefender 2024-06-04 12:37:23 -07:00
parent f9af31d4a7
commit 811d038773
4 changed files with 84 additions and 16 deletions

View file

@ -1,7 +1,7 @@
.status-element {
display: flex;
justify-content: space-between;
align-items: center;
align-items: flex-start;
gap: 100px;
margin-top: 10px;
font-size: 15px;
@ -21,14 +21,15 @@
font-size: 12px;
display: flex;
justify-content: end;
align-items: center;
align-items: flex-start;
color: #999999;
max-width: 50%;
}
.editable-content>input {
border: none;
box-shadow: none;
.show-nodey>input {
/* border: none; */
/* box-shadow: none; */
padding: 5px;
text-align: right;
}
@ -121,4 +122,20 @@
.continue-button:hover {
background-color: #373a3d;
transition: background-color 0.3s;
}
.small-btn {
margin-block-start: 1px;
width: 50px;
height: 25px;
color: white;
text-align: center;
background-color: transparent;
font-size: 12px;
text-align: center;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
background: linear-gradient(var(--background-color), var(--background-color)) padding-box,
var(--gradient) border-box;
border-radius: 2rem;
border: 1px solid transparent;
}