Sheet adjustement + new icons for items

This commit is contained in:
Mandar
2020-12-19 20:30:07 +01:00
parent 10956e6677
commit 909ee8774c
56 changed files with 890 additions and 987 deletions

View File

@@ -33,10 +33,15 @@
border: 0 none;
text-transform: capitalize;
}
i,
input {
font-size: 1.25rem;
height: 1.5rem;
line-height: 1.5rem;
width: 4rem;
float: left;
margin: 0 1rem;
text-align: center;
}
}
}
@@ -54,31 +59,6 @@
font-weight: bold;
margin: 0 0 0.25rem 0;
color: $l5r5e-label;
option {
font-family: $font-primary;
}
option:before {
font-family: $font-logoType;
line-height: 1rem;
font-style: normal;
font-weight: normal;
vertical-align: middle;
}
option[value="earth"]:before {
content: "g";
}
option[value="water"]:before {
content: "w";
}
option[value="fire"]:before {
content: "i";
}
option[value="air"]:before {
content: "a";
}
option[value="void"]:before {
content: "v";
}
}
input {
font-size: 1rem;
@@ -91,9 +71,6 @@
.attitude {
height: 1.5rem;
padding-left: 0.25rem;
input {
height: 1rem;
}
input {
height: 1.5rem;
flex: 1;