itemDetails box styling (i forgot the s in itemDetailsContent and it took me way too long to notice)
This commit is contained in:
parent
315ab6b5fb
commit
09170de433
@ -323,7 +323,7 @@ ELEMENT<br />
|
|||||||
EQUIP CONDITIONS<br />
|
EQUIP CONDITIONS<br />
|
||||||
NOT TRADABLE
|
NOT TRADABLE
|
||||||
</div>
|
</div>
|
||||||
<div className="itemDetailContent">
|
<div className="itemDetailsContent">
|
||||||
|
|
||||||
POTENTIAL PRESET SKILL
|
POTENTIAL PRESET SKILL
|
||||||
AUGMENT
|
AUGMENT
|
||||||
|
@ -648,21 +648,9 @@ option {
|
|||||||
background-color: hsl(0, 100%, 33%);
|
background-color: hsl(0, 100%, 33%);
|
||||||
outline: 2px solid hsl(0, 100%, 50%);
|
outline: 2px solid hsl(0, 100%, 50%);
|
||||||
}
|
}
|
||||||
/*.boxExit:after {
|
.boxExit:after {
|
||||||
content: ' \2573';
|
content: ' \2573';
|
||||||
font-size:9pt;
|
font-size:9pt;
|
||||||
}*/
|
|
||||||
.boxExit:before, .boxExit:after {
|
|
||||||
height: 28px;
|
|
||||||
background-color:white;
|
|
||||||
width: 2px;
|
|
||||||
content: " ";
|
|
||||||
}
|
|
||||||
.boxExit:before {
|
|
||||||
transform: rotate(45deg);
|
|
||||||
}
|
|
||||||
.boxExit:after {
|
|
||||||
transform: rotate(-45deg);
|
|
||||||
}
|
}
|
||||||
.exit {
|
.exit {
|
||||||
color: white;
|
color: white;
|
||||||
@ -1226,9 +1214,10 @@ p.adminNav hr {
|
|||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"icon properties"
|
"icon properties"
|
||||||
"content content";
|
"content content";
|
||||||
grid-template-columns: 124px 1fr;
|
grid-template-columns: 128px 1fr;
|
||||||
grid-template-rows: auto;
|
grid-template-rows: auto;
|
||||||
margin: 10px 10px 0 10px;
|
margin: 10px 10px 0 10px;
|
||||||
|
place-items: stretch;
|
||||||
}
|
}
|
||||||
.itemDetailsIcon {
|
.itemDetailsIcon {
|
||||||
background-color: hsl(0, 17%, 70%);
|
background-color: hsl(0, 17%, 70%);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user