added todo for Mandar
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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: "";
|
||||||
|
// position: relative;
|
||||||
// height: calc(100% + 0.6rem);
|
// height: calc(100% + 0.6rem);
|
||||||
width: 100%;
|
// width: 100%;
|
||||||
border: 1px solid rgb(195, 165, 130);
|
// border: 1px solid rgb(195, 165, 130);
|
||||||
border-radius: 0;
|
// border-radius: 0;
|
||||||
top: -0.35rem;
|
// top: -0.35rem;
|
||||||
left: 0.25rem;
|
// 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
|
||||||
|
|||||||
Reference in New Issue
Block a user