added todo for Mandar

This commit is contained in:
Vlyan
2022-01-06 17:28:56 +01:00
parent c3fd3db22b
commit 71e2985c70
2 changed files with 26 additions and 25 deletions

File diff suppressed because one or more lines are too long

View File

@@ -22,17 +22,18 @@ button {
top: 0.5rem; top: 0.5rem;
min-width: 320px; min-width: 320px;
letter-spacing: 0.1rem; letter-spacing: 0.1rem;
&:before { // TODO second border
z-index: -1; //&:before {
content: ""; // z-index: -1;
position: relative; // content: "";
// height: calc(100% + 0.6rem); // position: relative;
width: 100%; // height: calc(100% + 0.6rem);
border: 1px solid rgb(195, 165, 130); // width: 100%;
border-radius: 0; // border: 1px solid rgb(195, 165, 130);
top: -0.35rem; // border-radius: 0;
left: 0.25rem; // top: -0.35rem;
} // left: 0.25rem;
//}
#sidebar-tabs { #sidebar-tabs {
flex: 0 0 2rem; flex: 0 0 2rem;
box-sizing: border-box; box-sizing: border-box;
@@ -95,7 +96,6 @@ button {
} }
} }
&.fa-id-badge { &.fa-id-badge {
// TODO needs background image
background-size: 85%; background-size: 85%;
color: black; color: black;
padding-left: 2px; padding-left: 2px;
@@ -420,18 +420,19 @@ button {
left: 1.15rem; left: 1.15rem;
bottom: 0.65rem; bottom: 0.65rem;
box-shadow: inset 0 0 0.5rem $black-light; box-shadow: inset 0 0 0.5rem $black-light;
&:before { // TODO logo l5r players
z-index: -1; //&:before {
position: relative; // z-index: -1;
content: ""; // position: relative;
background: transparent url("../assets/ui/players-border.webp") no-repeat 0 0; // content: "";
background-size: 100%; // background: transparent url("../assets/ui/players-border.webp") no-repeat 0 0;
display: block; // background-size: 100%;
top: -12px; // display: block;
right: 10%; // top: -12px;
left: 10%; // right: 10%;
bottom: 0; // left: 10%;
} // bottom: 0;
//}
} }
// logo // logo