Files
bol/styles/global/item-list.less

120 lines
2.2 KiB
Plaintext

/* ----------------------------------------- */
/* Items List */
/* ----------------------------------------- */
.items-list {
list-style: none;
margin: 7px 0;
padding: 0;
overflow-y: hidden;
.item-header {
font-family: 'Signika', sans-serif;
font-size: 1em;
color: #4b4a44;
background-color: lightgray;
.item-name {
font-family: "Wolfsbane2Expanded", cursive !important;
font-size: 1.32em !important;
color: #191813 !important;
}
.item-field {
font-family: 'Signika', sans-serif !important;
font-size: 0.85em !important;
color: #4b4a44 !important;
}
}
.item {
min-height: 30px;
line-height: 24px;
padding: 3px 0 3px 3px;
border-bottom: 1px solid #BBB;
align-items: stretch;
color: #4b4a44;
font-size: 0.9em;
.item-image {
flex: 0 0 30px;
padding: 0;
margin: 0 5px 0 0;
height: 30px;
width: 30px;
min-height: 30px;
min-width: 30px;
img {
padding: 0;
margin: 0;
border: none;
height: 30px;
width: 30px;
min-height: 30px;
min-width: 30px;
}
&.roll-weapon,
&.roll-career {
background-color: transparent;
background-image: url("../../../icons/svg/dice-target.svg") !important;
background-size: 30px 30px;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
&:hover {
background-color: gray;
img {
visibility: hidden;
}
}
}
}
.item-name,
.item-field {
margin: 0;
color: #333;
font-size: 0.84rem;
font-family: inherit;
display: flex;
align-items: center;
}
.item-controls-1 {
flex: 0 0 18px;
}
.item-controls,
.item-controls-2 {
flex: 0 0 36px;
}
.item-controls-3 {
flex: 0 0 54px;
}
.item-control {
color: #4b4a44;
}
}
.item-name-fixed-medium {
min-width: 8rem;
width: 8rem;
}
.item-field-fixed-short {
max-width: 3rem;
min-width: 3rem;
width: 3rem;
}
}
.bougette-dice-img {
color: rgba(150, 44, 44, 0.70);
}