styles
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
"store store stash stash"
|
||||
"store store combiner combiner";
|
||||
|
||||
> div {
|
||||
padding: 0.25em;
|
||||
}
|
||||
|
||||
.stash {
|
||||
border: 0;
|
||||
border-top: 0.1em solid @gray;
|
||||
@@ -68,15 +72,18 @@
|
||||
|
||||
.store-hdr {
|
||||
display: grid;
|
||||
grid-template-rows: min-content;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-columns: min-content min-content 1fr;
|
||||
|
||||
> * {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
grid-template-areas:
|
||||
"hdr btn"
|
||||
"bits btn";
|
||||
"hdr bits btn";
|
||||
|
||||
h3 {
|
||||
h1 {
|
||||
grid-area: hdr;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
||||
.bits {
|
||||
@@ -94,10 +101,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.avatar {
|
||||
opacity: 0.1;
|
||||
}
|
||||
}
|
||||
|
||||
.game {
|
||||
@@ -196,21 +199,22 @@
|
||||
.instance-construct {
|
||||
position: relative;
|
||||
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-rows: 1fr min-content min-content min-content;
|
||||
grid-template-areas:
|
||||
"avatar name"
|
||||
"skills skills"
|
||||
"specs specs"
|
||||
"stats stats ";
|
||||
|
||||
.skills, .specs {
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
grid-area: initial;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
button:not([disabled]) {
|
||||
background: black;
|
||||
.stats {
|
||||
svg {
|
||||
height: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user