Fix for spanish on sheet
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user