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

@@ -180,7 +180,7 @@
position: absolute;
background: linear-gradient($l5r5e-title, rgba(186, 187, 177, 0));
height: 2px;
width: 100%;
width: 97%;
top: -0.25rem;
left: -0.25rem;
}
@@ -281,6 +281,14 @@
strong {
flex: 1 0 calc(100% - 5rem);
padding: 0 0.25rem;
&:after {
content: "/";
position: absolute;
right: 2.9rem;
font-size: 1rem;
bottom: 0.8rem;
color: $l5r5e-bold;
}
}
input {
&:nth-child(2) {
@@ -291,7 +299,7 @@
flex: 1;
border: 0 none;
font-size: 1rem;
text-align: left;
text-align: right;
padding-left: 0.25rem;
padding-top: 0.75rem;
position: relative;