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