X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fcommon.scss;h=97822fe32037ad1185f6e004635a5371de4fb258;hb=db87b696245d9ebf782e5ac331c188103aef983d;hp=80b8b2a62e83293435f9d35a3b48437c210364e3;hpb=920f11ddfeb2175e4e1556886773dcd044c6085b;p=alttp.git diff --git a/resources/sass/common.scss b/resources/sass/common.scss index 80b8b2a..97822fe 100644 --- a/resources/sass/common.scss +++ b/resources/sass/common.scss @@ -11,6 +11,39 @@ h1 { margin-bottom: 2rem; } +.button-bar { + > * { + margin-left: 0.5ex; + margin-right: 0.5ex; + } + > :first-child { + margin-left: 0; + } + > :last-child { + margin-right: 0; + } +} + +.modal-90w { + width: 90%; + max-width: none !important; +} + +.spoiler { + border-radius: 0.5ex; + padding: 0 0.5ex; + background: $dark; + color: $light; + + &.hidden { + cursor: pointer; + + > .content { + visibility: hidden; + } + } +} + .text-discord { color: $discord; }