mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
Css merge commit
This commit is contained in:
parent
66defbffce
commit
8e6640e133
1 changed files with 0 additions and 74 deletions
|
|
@ -212,77 +212,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-light {
|
|
||||||
.application {
|
|
||||||
.component.dh-style.card {
|
|
||||||
&.card-preview-container {
|
|
||||||
background-image: url('../assets/parchments/dh-parchment-light.png');
|
|
||||||
|
|
||||||
.preview-text-container {
|
|
||||||
background-image: url(../assets/parchments/dh-parchment-dark.png);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.application {
|
|
||||||
.component.dh-style {
|
|
||||||
&.card-preview-container {
|
|
||||||
border-radius: 6px;
|
|
||||||
border: 2px solid var(--color-tabs-border);
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
aspect-ratio: 0.75;
|
|
||||||
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
|
||||||
|
|
||||||
&.empty {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.preview-image-container {
|
|
||||||
flex: 1;
|
|
||||||
border-radius: 4px 4px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.preview-text-container {
|
|
||||||
flex: 1;
|
|
||||||
border-radius: 0 0 4px 4px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
font-size: 18px;
|
|
||||||
text-align: center;
|
|
||||||
color: var(--color-text-selection-bg);
|
|
||||||
background-image: url(../assets/parchments/dh-parchment-light.png);
|
|
||||||
}
|
|
||||||
|
|
||||||
.preview-empty-container {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
flex: 1;
|
|
||||||
|
|
||||||
.preview-empty-inner-container {
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
.preview-add-icon {
|
|
||||||
font-size: 48px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.preview-empty-subtext {
|
|
||||||
position: absolute;
|
|
||||||
bottom: -48px;
|
|
||||||
font-size: 18px;
|
|
||||||
font-variant: small-caps;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue