.dungeon/.styles/global/buttons.css
2024-01-09 22:26:24 -07:00

52 lines
2.3 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;
display: inline-flex;
justify-content: center;
align-items: center;
gap: 4px;
}
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.confirm {
background: #048A81;
color: white;
}
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.confirm:hover, .dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.confirm:focus {
background: transparent;
color: #048A81;
border-color: #048A81;
}
.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: #960200;
color: white;
}
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.danger:hover, .dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content button.danger:focus {
background: transparent;
color: #960200;
border-color: #960200;
}
.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;EACA;EACA;EACA;EACA;;AAEA;EACC,YCXc;EDYd,OCXe;;ADYf;EACC;EACA,OCfa;EDgBb,cChBa;;ADoBf;EACC,YClBc;EDmBd,OClBe;;ADmBf;EACC;EACA,OCtBa;EDuBb,cCvBa;;AD2Bf;EACC,YCzBa;ED0Bb,OCzBc;;AD0Bd;EACC;EACA,OC7BY;ED8BZ,cC9BY;;ADkCd;EACC;;AAID;EACC;;AACA;EACC%22,%22file%22:%22buttons.css%22%7D */