New visual style and multifloor support
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
/* ==========================================================================
|
||||
Quick Battlemap Importer - Modern Panel Styles
|
||||
Myxeliums Battlemap Importer - Modern Panel Styles
|
||||
========================================================================== */
|
||||
|
||||
/* Quick Import Button (Foundry sidebar) - Keep original styling */
|
||||
button.quick-battlemap-quick-import {
|
||||
button.myxeliums-battlemap-quick-import {
|
||||
flex: 0 0 auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* CSS Custom Properties */
|
||||
@@ -362,7 +365,7 @@ button.quick-battlemap-quick-import {
|
||||
.qbi-footer {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
padding-top: 8px;
|
||||
padding: 12px 0px;
|
||||
border-top: 1px solid var(--qbi-border);
|
||||
margin-top: 4px;
|
||||
}
|
||||
@@ -380,6 +383,7 @@ button.quick-battlemap-quick-import {
|
||||
cursor: pointer;
|
||||
transition: all var(--qbi-transition);
|
||||
line-height: 1;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.qbi-btn i {
|
||||
@@ -387,6 +391,7 @@ button.quick-battlemap-quick-import {
|
||||
}
|
||||
|
||||
.qbi-btn-secondary {
|
||||
flex: 0 0 25%;
|
||||
background: var(--qbi-bg-elevated);
|
||||
color: var(--qbi-text-muted);
|
||||
border: 1px solid var(--qbi-border-light);
|
||||
@@ -399,7 +404,7 @@ button.quick-battlemap-quick-import {
|
||||
}
|
||||
|
||||
.qbi-btn-primary {
|
||||
flex: 1;
|
||||
flex: 1 1 75%;
|
||||
background: linear-gradient(
|
||||
135deg,
|
||||
var(--qbi-primary) 0%,
|
||||
|
||||
Reference in New Issue
Block a user