mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Removed actions/features from tooltips. Removed golden borders (#524)
This commit is contained in:
parent
af40f9d712
commit
2e5337c5c5
8 changed files with 2 additions and 50 deletions
|
|
@ -3,6 +3,7 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
border-width: 0;
|
||||
|
||||
.tooltip-title-container {
|
||||
width: 100%;
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
|
||||
.tooltip-description {
|
||||
font-style: italic;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
.tooltip-sub-title {
|
||||
|
|
@ -47,12 +49,6 @@
|
|||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
|
||||
&.border {
|
||||
border: 1px solid light-dark(@dark-blue, @golden);
|
||||
border-radius: 6px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.tooltip-information {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue