X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fsass%2Fcommon.scss;h=97822fe32037ad1185f6e004635a5371de4fb258;hb=eeb1f84bb45cca6d213c1f06f1a20b62b67d0c77;hp=6a4be9fcbc2df9f5aab09e5f0a8761435916fb34;hpb=4e0ec8d1eb407632813e0e5695a7c5c1538c95df;p=alttp.git diff --git a/resources/sass/common.scss b/resources/sass/common.scss index 6a4be9f..97822fe 100644 --- a/resources/sass/common.scss +++ b/resources/sass/common.scss @@ -11,6 +11,24 @@ 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;