aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-05-20 18:09:14 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-05-20 18:09:14 +0000
commitb436e0dd12167719c0f918a27df3ab4f43113d4c (patch)
tree85639dcf134f8ec20d408f203532cc11eb6a3561 /src/App.scss
parent5b8f5eddbf2d39ed8242255fd6188f1275561195 (diff)
parent15b3651a3070cffeadeca83255e2052f519d5db8 (diff)
Merge branch 'webpack-4-dart-sass' into 'develop'
Massive update for dependencies See merge request pleroma/pleroma-fe!734
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss64
1 files changed, 64 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 4a3ce144..52a786ad 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -725,6 +725,70 @@ nav {
}
}
+.setting-item {
+ border-bottom: 2px solid var(--fg, $fallback--fg);
+ margin: 1em 1em 1.4em;
+ padding-bottom: 1.4em;
+
+ > div {
+ margin-bottom: .5em;
+ &:last-child {
+ margin-bottom: 0;
+ }
+ }
+
+ &:last-child {
+ border-bottom: none;
+ padding-bottom: 0;
+ margin-bottom: 1em;
+ }
+
+ select {
+ min-width: 10em;
+ }
+
+
+ textarea {
+ width: 100%;
+ max-width: 100%;
+ height: 100px;
+ }
+
+ .unavailable,
+ .unavailable i {
+ color: var(--cRed, $fallback--cRed);
+ color: $fallback--cRed;
+ }
+
+ .btn {
+ min-height: 28px;
+ min-width: 10em;
+ padding: 0 2em;
+ }
+
+ .number-input {
+ max-width: 6em;
+ }
+}
+.select-multiple {
+ display: flex;
+ .option-list {
+ margin: 0;
+ padding-left: .5em;
+ }
+}
+.setting-list,
+.option-list{
+ list-style-type: none;
+ padding-left: 2em;
+ li {
+ margin-bottom: 0.5em;
+ }
+ .suboptions {
+ margin-top: 0.3em
+ }
+}
+
.login-hint {
text-align: center;