mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 05:31:07 +01:00
TabFormFooter styling update
This commit is contained in:
parent
a806e1f9bb
commit
a206089bd2
2 changed files with 4 additions and 0 deletions
|
|
@ -3606,6 +3606,8 @@ div.daggerheart.views.multiclass {
|
||||||
.sheet.daggerheart.dh-style .tab-form-footer {
|
.sheet.daggerheart.dh-style .tab-form-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 8px 0 12px;
|
padding: 0 8px 0 12px;
|
||||||
|
position: relative;
|
||||||
|
bottom: -32px;
|
||||||
}
|
}
|
||||||
.sheet.daggerheart.dh-style .tab-form-footer button {
|
.sheet.daggerheart.dh-style .tab-form-footer button {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
.tab-form-footer {
|
.tab-form-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 8px 0 12px;
|
padding: 0 8px 0 12px;
|
||||||
|
position: relative;
|
||||||
|
bottom: -32px;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue