mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-03 05:32:32 +00:00
13 lines
163 B
SCSS
13 lines
163 B
SCSS
.sheet-engrams {
|
|
&__penalty {
|
|
width: 48px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
&__description {
|
|
flex-shrink: 0;
|
|
text-align: left;
|
|
width: 280px;
|
|
}
|
|
}
|