Fix for spanish on sheet

This commit is contained in:
Mandar
2021-01-23 01:03:50 +01:00
parent 6213064020
commit a01dbfd53d
8 changed files with 27 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -683,13 +683,16 @@
display: block;
}
button {
width: 22%;
width: auto;
min-width: 20%;
margin: 0 0.25rem 0.25rem;
padding: 0 0.5rem;
color: #5a6e5a;
background: rgba(255, 255, 255, 0.5);
border: 1px solid #5a6e5a;
border-radius: 1rem;
line-height: 1.5rem;
height: 1.5rem;
}
button:focus {
box-shadow: none;
@@ -746,3 +749,19 @@
}
}
}
// Lang Adjust.
&.sheet {
.editable[data-lang="Español"] {
.sheet-header {
.focus-content,
.vigilance-content {
.attribute-label {
strong {
font-size: 0.7rem;
line-height: 1.1rem;
}
}
}
}
}
}