mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
21 lines
246 B
Plaintext
21 lines
246 B
Plaintext
.gearTab {
|
|
.mundaneGear {
|
|
float: right;
|
|
width: 35%;
|
|
|
|
.money {
|
|
text-align: center
|
|
width: 100%;
|
|
|
|
.labelledBoxV input {
|
|
width: 0.6in;
|
|
}
|
|
}
|
|
}
|
|
|
|
.specialGear {
|
|
float: left;
|
|
width: 60%;
|
|
}
|
|
}
|