]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/common.scss
random comments on profile page
[alttp.git] / resources / sass / common.scss
index 6a4be9fcbc2df9f5aab09e5f0a8761435916fb34..c8528e19b6f260657e3ebdb7d8a3353831562754 100644 (file)
@@ -11,6 +11,36 @@ 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;
+}
+
+.quote-alert {
+       position: relative;
+       &::after {
+               position: absolute;
+               top: 0;
+               right: 1ex;
+               content: "”";
+               font-size: 3em;
+               opacity: .5;
+       }
+}
+
 .spoiler {
        border-radius: 0.5ex;
        padding: 0 0.5ex;