0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 15:42:38 +00:00
Files
homebrewery/client/naturalCrit/encounter/encounter.less

31 lines
340 B
Plaintext

.mainEncounter{
box-sizing : border-box;
overflow : hidden;
width : auto;
&>.info{
margin-left: 10px;
h1{
font-size: 2em;
font-weight: 800;
margin-bottom: 5px;
}
p{
font-size: 0.8em;
}
.reward{
font-size: 0.8em;
font-weight: 800;
margin-top: 5px;
i{
margin-right: 5px;
}
}
}
}