Skip to content

Commit

Permalink
3DX: size paddin top and bottom
Browse files Browse the repository at this point in the history
fix size paddin top and bottom
  • Loading branch information
Vitones91 committed Dec 25, 2023
1 parent c9b8095 commit 2be3c78
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions 3DX/3dx.css
Original file line number Diff line number Diff line change
Expand Up @@ -973,8 +973,8 @@ label, input, button, select, textarea {
align-items: center;
display: flex;
justify-content: center;
padding-top: 1.5rem;
padding-bottom: 1.2rem;
padding-top: 1.9rem;
padding-bottom: 1.55rem;
width: 100%;
}
.sheet-rolltemplate-3dxdano div.sheet-roll-container div.sheet-roll-wrap span.sheet-roll-dano {
Expand All @@ -990,7 +990,7 @@ label, input, button, select, textarea {
border-radius: 4px;
color: #000000;
font-family: "Open Sans";
font-size: 2rem;
font-size: 1.8rem;
font-weight: 500;
padding-block: 0.1rem;
padding-inline: 0.5rem;
Expand Down Expand Up @@ -1047,8 +1047,8 @@ label, input, button, select, textarea {
align-items: center;
display: flex;
justify-content: center;
padding-top: 1.5rem;
padding-bottom: 1.2rem;
padding-top: 1.9rem;
padding-bottom: 1.55rem;
width: 100%;
}
.sheet-rolltemplate-3dxproficiencia div.sheet-roll-container div.sheet-roll-wrap span.sheet-roll-proficiencia {
Expand All @@ -1064,7 +1064,7 @@ label, input, button, select, textarea {
border-radius: 4px;
color: #000000;
font-family: "Open Sans";
font-size: 2rem;
font-size: 1.8rem;
font-weight: 500;
padding-block: 0.1rem;
padding-inline: 0.5rem;
Expand Down Expand Up @@ -1121,8 +1121,8 @@ label, input, button, select, textarea {
align-items: center;
display: flex;
justify-content: center;
padding-top: 1.5rem;
padding-bottom: 1.2rem;
padding-top: 1.9rem;
padding-bottom: 1.55rem;
width: 100%;
}
.sheet-rolltemplate-3dxrecurso div.sheet-roll-container div.sheet-roll-wrap span.sheet-roll-recurso {
Expand All @@ -1138,7 +1138,7 @@ label, input, button, select, textarea {
border-radius: 4px;
color: #000000;
font-family: "Open Sans";
font-size: 2rem;
font-size: 1.8rem;
font-weight: 500;
padding-block: 0.1rem;
padding-inline: 0.5rem;
Expand Down Expand Up @@ -1195,8 +1195,8 @@ label, input, button, select, textarea {
align-items: center;
display: flex;
justify-content: center;
padding-top: 1.5rem;
padding-bottom: 1.2rem;
padding-top: 1.9rem;
padding-bottom: 1.55rem;
width: 100%;
}
.sheet-rolltemplate-3dxiniciativa div.sheet-roll-container div.sheet-roll-wrap span.sheet-roll-iniciativa {
Expand All @@ -1212,7 +1212,7 @@ label, input, button, select, textarea {
border-radius: 4px;
color: #000000;
font-family: "Open Sans";
font-size: 2rem;
font-size: 1.8rem;
font-weight: 500;
padding-block: 0.1rem;
padding-inline: 0.5rem;
Expand Down Expand Up @@ -1247,8 +1247,8 @@ label, input, button, select, textarea {
align-items: center;
display: flex;
justify-content: center;
padding-top: 1.5rem;
padding-bottom: 1.2rem;
padding-top: 1.9rem;
padding-bottom: 1.55rem;
width: 100%;
}
.sheet-rolltemplate-3dxgenerico div.sheet-roll-container div.sheet-roll-wrap span.sheet-roll-generico {
Expand All @@ -1264,7 +1264,7 @@ label, input, button, select, textarea {
border-radius: 4px;
color: #000000;
font-family: "Open Sans";
font-size: 2rem;
font-size: 1.8rem;
font-weight: 500;
padding-block: 0.1rem;
padding-inline: 0.5rem;
Expand Down

0 comments on commit 2be3c78

Please sign in to comment.