bol/styles/bol.less

77 lines
1.3 KiB
Plaintext
Raw Normal View History

@import "global/typography";
@import 'global/foundry-overrides';
@import 'global/mixins';
@import "global/flex";
@import "global/forms";
@import "global/item-list";
2021-11-08 14:40:29 +01:00
@import "global/colors";
@import 'global/chat';
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;
body.system-bol {
img#logo{
content: url("/systems/bol/ui/logo2.webp");
}
}
2021-07-08 10:12:12 +02:00
.bol {
//&.app {
//border:none;
//background: transparent;
//box-shadow: none;
//}
2021-07-08 10:12:12 +02:00
&.sheet {
@import 'components/common';
2021-07-08 10:12:12 +02:00
&.actor {
@import 'components/actor';
min-width: 820px;
2021-07-08 10:12:12 +02:00
min-height: 700px;
height: 700px;
2021-07-08 10:12:12 +02:00
}
&.item {
@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 {
.sheet-header{
h3 {
font-family: @font-tertiary;
font-size: 24px;
color: black;
}
}
2021-11-08 14:40:29 +01:00
}
2021-07-08 10:12:12 +02:00
}
.editor, .editor-content {
height: 100%;
}
.rollable {
//color: @colorOlive;
2021-07-08 10:12:12 +02:00
cursor: pointer;
}
2021-11-01 00:28:42 +01:00
.chat-message .chat-icon {
float:right;
border:1px outset lightgray;
box-shadow: 3px 3px 3px black;
margin: 3px;
//flex : 0 0 64px;
2021-11-01 00:28:42 +01:00
width: 64px;
height: 64px;
}
2021-07-08 10:12:12 +02:00