Fix marge on sheet + fix nav on 20Q + clean imgs
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
}
|
||||
&.actor {
|
||||
.sheet-header {
|
||||
height: 28rem;
|
||||
height: 27rem;
|
||||
}
|
||||
.sheet-body {
|
||||
height: calc(100% - 28rem);
|
||||
height: calc(100% - 27rem);
|
||||
}
|
||||
.techniques-wrapper {
|
||||
fieldset {
|
||||
@@ -94,7 +94,7 @@
|
||||
&:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
background: url("../assets/imgs/brushL5r.webp") no-repeat 0 0;
|
||||
background: url("../assets/imgs/brush.webp") no-repeat 0 0;
|
||||
background-size: contain;
|
||||
height: 225px;
|
||||
width: 100%;
|
||||
@@ -128,12 +128,13 @@
|
||||
flex: 0 0 100%;
|
||||
h2 {
|
||||
font-family: $font-secondary;
|
||||
font-size: 1rem;
|
||||
float: left;
|
||||
width: 30%;
|
||||
padding: 0 0.25rem;
|
||||
padding: 0.25rem 0.25rem 0;
|
||||
margin: 1rem 20% 0 0;
|
||||
text-align: center;
|
||||
color: $l5r5e-red;
|
||||
color: $l5r5e-black-light;
|
||||
text-shadow: 0 0 1px $l5r5e-label-light;
|
||||
border-bottom: 0 none;
|
||||
background: $l5r5e-title;
|
||||
@@ -274,7 +275,7 @@
|
||||
color: $l5r5e-label;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.75rem;
|
||||
height: 3rem;
|
||||
height: 2.5rem;
|
||||
margin: 0.25rem 0;
|
||||
flex-direction: row-reverse;
|
||||
strong {
|
||||
@@ -283,10 +284,10 @@
|
||||
input {
|
||||
flex: 0 0 3rem;
|
||||
margin: 0 0.25rem;
|
||||
height: 2.5rem;
|
||||
height: 2rem;
|
||||
&[disabled] {
|
||||
flex: 0 0 3rem;
|
||||
background: transparent;
|
||||
background: $l5r5e-white-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -334,7 +335,7 @@
|
||||
.composure-content {
|
||||
input {
|
||||
&[disabled] {
|
||||
flex: 0 0 4.75rem;
|
||||
flex: 0 0 5rem;
|
||||
padding-right: 3rem;
|
||||
}
|
||||
}
|
||||
@@ -355,7 +356,7 @@
|
||||
position: absolute;
|
||||
right: 2.9rem;
|
||||
font-size: 1rem;
|
||||
bottom: 0.8rem;
|
||||
bottom: 0.6rem;
|
||||
color: $l5r5e-bold;
|
||||
}
|
||||
}
|
||||
@@ -383,12 +384,14 @@
|
||||
display: none;
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
color: #fff;
|
||||
height: auto;
|
||||
background: $l5r5e-black;
|
||||
color: $white;
|
||||
line-height: 1.5rem;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
padding: 0.25rem;
|
||||
bottom: -1rem;
|
||||
right: 0;
|
||||
bottom: -2.25rem;
|
||||
right: -0.25rem;
|
||||
--notchSize: 0.5rem;
|
||||
clip-path: polygon(
|
||||
0% 0,
|
||||
|
||||
Reference in New Issue
Block a user