mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 04:01:06 +01:00
47 lines
996 B
Text
47 lines
996 B
Text
@import '../../utils/colors.less';
|
|
|
|
.application.daggerheart.group-roll {
|
|
fieldset.one-column {
|
|
min-width: 500px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.actor-item {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 15px;
|
|
width: 100%;
|
|
|
|
img {
|
|
height: 40px;
|
|
width: 40px;
|
|
border-radius: 50%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.actor-info {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
|
|
.actor-check-info {
|
|
display: flex;
|
|
gap: 10px;
|
|
|
|
.form-fields {
|
|
display: flex;
|
|
gap: 5px;
|
|
align-items: center;
|
|
|
|
input {
|
|
max-width: 40px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.controls {
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
}
|