Working on initiative, and now TN is global with GM tool
This commit is contained in:
@@ -184,3 +184,39 @@
|
||||
border: 3px solid green;
|
||||
}
|
||||
}
|
||||
|
||||
.gm-tools-dialog {
|
||||
bottom: 10px;
|
||||
right: 5px;
|
||||
display: flex;
|
||||
|
||||
.window-content {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
|
||||
.gm-tools-container {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-flow: wrap;
|
||||
|
||||
div {
|
||||
flex: 1;
|
||||
cursor: url("../assets/cursors/pointer.webp"), pointer;
|
||||
}
|
||||
|
||||
.difficulty {
|
||||
font-size: 60px;
|
||||
}
|
||||
|
||||
i {
|
||||
font-size: 60px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// hide "search anywhere" draggable icon
|
||||
.window-draggable-handle {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -568,30 +568,22 @@ button {
|
||||
h3 {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Dialog
|
||||
.dialo {
|
||||
.logo-dialog {
|
||||
height: 125px;
|
||||
.dialog-buttons {
|
||||
button {
|
||||
line-height: 1rem;
|
||||
}
|
||||
}
|
||||
.dialog-content {
|
||||
height: 1rem;
|
||||
p {
|
||||
margin: 0;
|
||||
.encounter {
|
||||
i {
|
||||
font-size: 23px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.active {
|
||||
box-shadow: 0 1px 5px $l5r5e-red;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Pause
|
||||
|
||||
#pause {
|
||||
img {
|
||||
content: url("../assets/icons/pause.svg");
|
||||
|
||||
Reference in New Issue
Block a user