2021-11-07 20:23:02 +01:00
|
|
|
@import "global/flex";
|
|
|
|
@import "global/forms";
|
|
|
|
@import "global/typography";
|
|
|
|
@import "global/item-list";
|
2021-11-08 14:40:29 +01:00
|
|
|
@import "global/colors";
|
2021-07-08 10:12:12 +02:00
|
|
|
|
|
|
|
@logo-width: 190px;
|
|
|
|
@logo-height: 115px;
|
|
|
|
@deco-width: 330px;
|
|
|
|
@deco-height: 62px;
|
|
|
|
@attributes-width: 64px;
|
|
|
|
@attributes-height: 64px;
|
|
|
|
@footer-height: 30px;
|
|
|
|
@sidebar-width: 250px;
|
|
|
|
|
|
|
|
.bol {
|
|
|
|
&.sheet {
|
2021-11-07 20:23:02 +01:00
|
|
|
@import 'components/common';
|
2021-07-08 10:12:12 +02:00
|
|
|
&.actor {
|
2021-11-07 20:23:02 +01:00
|
|
|
@import 'components/actor';
|
|
|
|
min-width: 820px;
|
2021-07-08 10:12:12 +02:00
|
|
|
min-height: 700px;
|
2021-11-07 20:23:02 +01:00
|
|
|
height: 700px;
|
2021-07-08 10:12:12 +02:00
|
|
|
}
|
|
|
|
&.item {
|
2021-11-07 20:23:02 +01:00
|
|
|
@import 'components/item';
|
|
|
|
//background-color: white;
|
2021-07-08 10:12:12 +02:00
|
|
|
min-width: 460px;
|
|
|
|
min-height: 400px;
|
|
|
|
}
|
|
|
|
}
|
2021-11-08 14:40:29 +01:00
|
|
|
&.dialog {
|
|
|
|
}
|
2021-07-08 10:12:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.editor, .editor-content {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rollable {
|
|
|
|
color: @colorOlive;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.malus {
|
|
|
|
color: darkred;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bonus {
|
|
|
|
color: darkgreen;
|
|
|
|
}
|
|
|
|
|
2021-11-01 00:28:42 +01:00
|
|
|
.chat-message .chat-icon {
|
2021-11-08 14:40:29 +01:00
|
|
|
flex : 0 0 64px;
|
|
|
|
border: 1px outset lightgray;
|
|
|
|
//padding: 2px 6px 2px 2px;
|
|
|
|
//float: left;
|
2021-11-01 00:28:42 +01:00
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
}
|
|
|
|
|
2021-07-08 10:12:12 +02:00
|
|
|
|