mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
29 lines
664 B
Text
29 lines
664 B
Text
@import '../../utils/colors.less';
|
|
@import '../../utils/fonts.less';
|
|
|
|
.application.daggerheart.dh-style.dialog {
|
|
.tab.experiences {
|
|
.add-experience-btn {
|
|
width: 100%;
|
|
height: 38px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.experience-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
|
|
.experience-item {
|
|
display: grid;
|
|
grid-template-columns: 3fr 1fr 30px;
|
|
align-items: center;
|
|
gap: 5px;
|
|
|
|
a {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|