.dungeon/.styles/global/buttons.css
2024-01-08 23:55:30 -07:00

48 lines
2.2 KiB
CSS

.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button {
border-radius: 4px;
box-sizing: border-box;
border-style: solid;
border-color: transparent;
border-width: 2px;
border-radius: 4px;
transition: 400ms;
padding: 4px 8px;
}
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.confirm {
background: #00aa00;
color: black;
}
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.confirm:hover, .dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.confirm:focus {
background: transparent;
color: #00aa00;
border-color: #00aa00;
}
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.neutral {
background: #007ACC;
color: white;
}
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.neutral:hover, .dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.neutral:focus {
background: transparent;
color: #007ACC;
border-color: #007ACC;
}
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.danger {
background: red;
color: white;
}
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.danger:hover, .dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.danger:focus {
background: transparent;
color: red;
border-color: red;
}
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.reduced-padding {
padding: 2px 4px;
}
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.equal-padding {
padding: 4px 4px;
}
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.equal-padding.reduced-padding {
padding: 2px 2px;
}
/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../styles/global/buttons.scss%22,%22../../styles/_vars.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAGC;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC,YCNc;EDOd,OCNe;;ADOf;EACC;EACA,OCVa;EDWb,cCXa;;ADef;EACC,YCbc;EDcd,OCbe;;ADcf;EACC;EACA,OCjBa;EDkBb,cClBa;;ADsBf;EACC,YCpBa;EDqBb,OClBc;;ADmBd;EACC;EACA,OCxBY;EDyBZ,cCzBY;;AD6Bd;EACC;;AAID;EACC;;AACA;EACC%22,%22file%22:%22buttons.css%22%7D */