summaryrefslogtreecommitdiff
path: root/src/scss/common.scss
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/scss/common.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/scss/common.scss b/src/scss/common.scss
index 4a9a291..4c3bd77 100644
--- a/src/scss/common.scss
+++ b/src/scss/common.scss
@@ -33,6 +33,12 @@ button {
cursor: pointer;
}
+button {
+ font-size: inherit;
+ font-weight: inherit;
+ font-family: inherit;
+}
+
html {
color: $text;
font-family: $font;
@@ -197,6 +203,7 @@ footer#footer {
}
.btn {
+ cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
@@ -492,6 +499,16 @@ object.inner {
}
}
+.ilang {
+ i + span:not(empty) {
+ margin-left: $inner-gap / 2;
+ }
+
+ span:empty {
+ display: none;
+ }
+}
+
#toast-container {
position: fixed;
top: $header-height;